mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-19 13:45:48 +00:00
Undo the terrible upstream changes that break everything...
This commit is contained in:
parent
09fd53aaae
commit
f74ac17a5f
7 changed files with 4 additions and 11 deletions
|
|
@ -211,7 +211,6 @@ struct PrepPass : public ScriptPass
|
|||
run("memory_collect");
|
||||
}
|
||||
run(nokeepdc ? "opt -noff -fast" : "opt -noff -keepdc -fast");
|
||||
run("sort");
|
||||
}
|
||||
|
||||
if (check_label("check"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue