mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-23 14:23:41 +00:00
Renamed RTLIL::{Module,Cell}::connections to connections_
This commit is contained in:
parent
665759fcee
commit
cc4f10883b
62 changed files with 1234 additions and 1213 deletions
|
@ -132,7 +132,7 @@ struct SccWorker
|
|||
|
||||
RTLIL::SigSpec inputSignals, outputSignals;
|
||||
|
||||
for (auto &conn : cell->connections)
|
||||
for (auto &conn : cell->connections_)
|
||||
{
|
||||
bool isInput = true, isOutput = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue