mirror of
https://github.com/YosysHQ/yosys
synced 2026-04-15 00:35:12 +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
|
|
@ -17,6 +17,7 @@ coarse:
|
|||
opt_clean
|
||||
memory_collect
|
||||
opt -noff -keepdc -fast
|
||||
sort
|
||||
|
||||
check:
|
||||
stat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue