mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-28 18:29:25 +00:00
kernel: use more ID::*
This commit is contained in:
parent
164dd0f6b2
commit
fdafb74eb7
69 changed files with 843 additions and 841 deletions
|
|
@ -38,7 +38,7 @@ struct PruneWorker
|
|||
pool<RTLIL::SigBit> do_switch(RTLIL::SwitchRule *sw, pool<RTLIL::SigBit> assigned, pool<RTLIL::SigBit> &affected)
|
||||
{
|
||||
pool<RTLIL::SigBit> all_assigned;
|
||||
bool full_case = sw->get_bool_attribute("\\full_case");
|
||||
bool full_case = sw->get_bool_attribute(ID::full_case);
|
||||
bool first = true;
|
||||
for (auto it : sw->cases) {
|
||||
if (it->compare.empty())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue