mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 05:08:56 +00:00
Use ID::keep more liberally too
This commit is contained in:
parent
52355f5185
commit
eae5a6b12c
10 changed files with 19 additions and 19 deletions
|
@ -145,7 +145,7 @@ struct TechmapWorker
|
|||
record.wire = it.second;
|
||||
record.value = it.second;
|
||||
result[p].push_back(record);
|
||||
it.second->attributes[ID(keep)] = RTLIL::Const(1);
|
||||
it.second->attributes[ID::keep] = RTLIL::Const(1);
|
||||
it.second->attributes[ID(_techmap_special_)] = RTLIL::Const(1);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue