mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-30 13:19:05 +00:00
Merge pull request #5315 from YosysHQ/emil/write_rtlil-no-sort
write_rtlil: don't sort
This commit is contained in:
commit
a78eb9e151
19 changed files with 247 additions and 109 deletions
|
@ -5888,6 +5888,7 @@ RTLIL::CaseRule *RTLIL::CaseRule::clone() const
|
|||
RTLIL::CaseRule *new_caserule = new RTLIL::CaseRule;
|
||||
new_caserule->compare = compare;
|
||||
new_caserule->actions = actions;
|
||||
new_caserule->attributes = attributes;
|
||||
for (auto &it : switches)
|
||||
new_caserule->switches.push_back(it->clone());
|
||||
return new_caserule;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue