Revert "techmap: call hierarchy on map files to determine port directions"

This reverts commit eabbf6d225.
This commit is contained in:
Emil J. Tywoniak 2026-04-02 11:40:33 +02:00
parent e66b9b48aa
commit c7e56da381
1 changed files with 0 additions and 1 deletions

View File

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