mirror of https://github.com/YosysHQ/yosys.git
techmap: call hierarchy on map files to determine port directions
This commit is contained in:
parent
bc7de102cd
commit
eabbf6d225
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue