mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-14 12:55:41 +00:00
Move Design::sort() calls out of opt and opt_clean passes into the synth passes that need them.
This commit is contained in:
parent
b1457934ab
commit
087ebdd6e4
6 changed files with 5 additions and 3 deletions
|
|
@ -386,6 +386,8 @@ struct SynthXilinxPass : public ScriptPass
|
|||
run("pmux2shiftx", "(skip if '-nosrl' and '-widemux=0')");
|
||||
run("clean", " (skip if '-nosrl' and '-widemux=0')");
|
||||
}
|
||||
|
||||
run("sort");
|
||||
}
|
||||
|
||||
if (check_label("map_dsp", "(skip if '-nodsp')")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue