mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-13 02:34:44 +00:00
look at all those chickens
This commit is contained in:
parent
8bdcc6987b
commit
61cf4b6fb6
15 changed files with 48 additions and 42 deletions
|
@ -574,7 +574,7 @@ bool expand_module(RTLIL::Design *design, RTLIL::Module *module, bool flag_check
|
|||
|
||||
RTLIL::Module *mod = design->module(cell->type);
|
||||
|
||||
for (auto &conn : cell->connections_) {
|
||||
for (auto &&conn : cell->connections_) {
|
||||
int conn_size = conn.second.size();
|
||||
RTLIL::IdString portname = conn.first;
|
||||
if (portname.begins_with("$")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue