1
0
mirror of synced 2026-01-25 20:06:27 +00:00

verific: unflatten struct ports

This commit is contained in:
Eddie Hung
2020-01-24 10:12:52 -08:00
parent da6abc0149
commit cccc0ae112

View File

@@ -2470,6 +2470,9 @@ struct VerificPass : public Pass {
worker.run(nl);
}
for (auto nl : nl_todo)
nl->ChangePortBusStructures(1 /* hierarchical */);
if (!dumpfile.empty()) {
VeriWrite veri_writer;
veri_writer.WriteFile(dumpfile.c_str(), Netlist::PresentDesign());