mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-05 19:00:26 +00:00
Manual fixes for new cell connections API
This commit is contained in:
parent
b7dda72302
commit
f8fdc47d33
36 changed files with 169 additions and 123 deletions
|
@ -49,7 +49,7 @@ struct ScatterPass : public Pass {
|
|||
continue;
|
||||
|
||||
for (auto &c : mod_it.second->cells)
|
||||
for (auto &p : c.second->connections())
|
||||
for (auto &p : c.second->connections_)
|
||||
{
|
||||
RTLIL::Wire *wire = new RTLIL::Wire;
|
||||
wire->name = NEW_ID;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue