mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-19 17:50:26 +00:00
No implicit conversion from IdString to anything else
This commit is contained in:
parent
768eb846c4
commit
04727c7e0f
16 changed files with 37 additions and 37 deletions
|
@ -322,7 +322,7 @@ struct ShowWorker
|
|||
else if (it.second->port_output)
|
||||
all_sinks.insert(stringf("n%d", id2num(it.first)));
|
||||
} else {
|
||||
wires_on_demand[stringf("n%d", id2num(it.first))] = it.first;
|
||||
wires_on_demand[stringf("n%d", id2num(it.first))] = it.first.str();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue