mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-19 20:33:39 +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
|
@ -134,7 +134,7 @@ struct SplitnetsPass : public Pass {
|
|||
std::map<RTLIL::Wire*, std::set<int>> split_wires_at;
|
||||
|
||||
for (auto &c : module->cells)
|
||||
for (auto &p : c.second->connections)
|
||||
for (auto &p : c.second->connections_)
|
||||
{
|
||||
if (!ct.cell_known(c.second->type))
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue