mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-21 06:35:49 +00:00
Fixups
This commit is contained in:
parent
8171f04cbf
commit
13e053fb11
3 changed files with 1 additions and 3 deletions
|
|
@ -407,7 +407,7 @@ std::string remap_name(RTLIL::IdString abc_name, RTLIL::Wire **orig_wire = nullp
|
|||
}
|
||||
}
|
||||
}
|
||||
return abc_name.str(); // SILIMATE: Improve the naming
|
||||
return stringf("\\%s_ix%d", abc_sname.c_str(), map_autoidx); // SILIMATE: Improve the naming
|
||||
}
|
||||
|
||||
void dump_loop_graph(FILE *f, int &nr, dict<int, pool<int>> &edges, pool<int> &workpool, std::vector<int> &in_counts)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue