1
0
mirror of synced 2026-05-22 21:40:08 +00:00

techmap: call hierarchy on map files to determine port directions

This commit is contained in:
Emil J. Tywoniak
2026-04-01 12:46:31 +02:00
parent b7c9c8eea6
commit 0eb215dd97

View File

@@ -1225,6 +1225,7 @@ struct TechmapPass : public Pass {
Frontend::frontend_call(map, nullptr, fn, (fn.size() > 3 && fn.compare(fn.size()-3, std::string::npos, ".il") == 0 ? "rtlil" : verilog_frontend));
}
}
Pass::call(map, "hierarchy");
log_header(design, "Continuing TECHMAP pass.\n");