mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-15 07:15:28 +00:00
fix proc, reduce warnings
This commit is contained in:
parent
1be8f8023a
commit
66c629374c
3 changed files with 3 additions and 3 deletions
|
@ -344,7 +344,7 @@ static void create_gold_module(RTLIL::Design *design, RTLIL::IdString cell_type,
|
|||
|
||||
if (constmode)
|
||||
{
|
||||
auto conn_list = cell->connections();
|
||||
auto conn_list = cell->connections().as_dict();
|
||||
for (auto conn : conn_list)
|
||||
{
|
||||
RTLIL::SigSpec sig = conn.second;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue