mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 21:27:00 +00:00
More cleanups related to RTLIL::IdString usage
This commit is contained in:
parent
14412e6c95
commit
b9bd22b8c8
33 changed files with 237 additions and 261 deletions
|
@ -209,7 +209,7 @@ struct BlifDumper
|
|||
continue;
|
||||
}
|
||||
|
||||
fprintf(f, ".%s %s", subckt_or_gate(cell->type), cstr(cell->type));
|
||||
fprintf(f, ".%s %s", subckt_or_gate(cell->type.str()), cstr(cell->type));
|
||||
for (auto &conn : cell->connections())
|
||||
for (int i = 0; i < conn.second.size(); i++) {
|
||||
if (conn.second.size() == 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue