mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-25 03:16:22 +00:00
Revert "techmap: call hierarchy on map files to determine port directions"
This reverts commit eabbf6d225.
This commit is contained in:
parent
81b99d83f5
commit
a93faf811a
1 changed files with 0 additions and 1 deletions
|
|
@ -1225,7 +1225,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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue