mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
kernel: use more ID::*
This commit is contained in:
parent
164dd0f6b2
commit
fdafb74eb7
69 changed files with 843 additions and 841 deletions
|
@ -60,8 +60,8 @@ struct SplitnetsWorker
|
|||
new_wire->port_input = wire->port_input;
|
||||
new_wire->port_output = wire->port_output;
|
||||
|
||||
if (wire->attributes.count("\\src"))
|
||||
new_wire->attributes["\\src"] = wire->attributes.at("\\src");
|
||||
if (wire->attributes.count(ID::src))
|
||||
new_wire->attributes[ID::src] = wire->attributes.at(ID::src);
|
||||
|
||||
if (wire->attributes.count("\\keep"))
|
||||
new_wire->attributes["\\keep"] = wire->attributes.at("\\keep");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue