mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-27 01:39:23 +00:00
tiny fix
This commit is contained in:
parent
866b7a7121
commit
4c9f68216a
8 changed files with 10 additions and 10 deletions
|
|
@ -1090,7 +1090,7 @@ namespace {
|
|||
for (auto &¶ : cell->parameters)
|
||||
if (expected_params.count(para.first) == 0)
|
||||
error(__LINE__);
|
||||
for (auto &&conn : cell->connections_)
|
||||
for (auto conn : cell->connections_)
|
||||
if (expected_ports.count(conn.first) == 0)
|
||||
error(__LINE__);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue