mirror of https://github.com/YosysHQ/yosys.git
oop
This commit is contained in:
parent
20c1f3212f
commit
c9330dc36f
|
|
@ -401,6 +401,7 @@ std::string FstData::autoScope(Module *topmod) {
|
|||
|
||||
log("Auto-discovering scopes from file...\n");
|
||||
std::string top = RTLIL::unescape_id(topmod->name);
|
||||
std::string scope = "";
|
||||
|
||||
// Map top module port name to their bit widths (RTL reference point)
|
||||
dict<std::string, int> top2widths;
|
||||
|
|
|
|||
Loading…
Reference in New Issue