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

View File

@ -1244,6 +1244,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");