mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 13:18:56 +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
|
@ -240,8 +240,8 @@ namespace
|
|||
|
||||
if (sig_bit_ref.count(bit) == 0) {
|
||||
bit_ref_t &bit_ref = sig_bit_ref[bit];
|
||||
bit_ref.cell = cell->name;
|
||||
bit_ref.port = conn.first;
|
||||
bit_ref.cell = cell->name.str();
|
||||
bit_ref.port = conn.first.str();
|
||||
bit_ref.bit = i;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue