mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-08 20:21:25 +00:00
100%
This commit is contained in:
parent
eeb15ea2a2
commit
65d50db4ef
13 changed files with 74 additions and 67 deletions
|
@ -345,7 +345,7 @@ static void create_gold_module(RTLIL::Design *design, RTLIL::IdString cell_type,
|
|||
if (constmode)
|
||||
{
|
||||
auto conn_list = cell->connections();
|
||||
for (auto &conn : conn_list)
|
||||
for (auto conn : conn_list)
|
||||
{
|
||||
RTLIL::SigSpec sig = conn.second;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue