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
1 changed files with 1 additions and 0 deletions

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");