mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 06:07:26 +02:00
Do not optimize away FFs in "prep" and Verific fron-end
Signed-off-by: Claire Wolf <[email protected]>
This commit is contained in:
@@ -192,7 +192,7 @@ struct PrepPass : public ScriptPass
|
||||
run(nokeepdc ? "opt_expr" : "opt_expr -keepdc");
|
||||
run("opt_clean");
|
||||
run("check");
|
||||
run(nokeepdc ? "opt" : "opt -keepdc");
|
||||
run(nokeepdc ? "opt -noff" : "opt -noff -keepdc");
|
||||
if (!ifxmode) {
|
||||
if (help_mode)
|
||||
run("wreduce -keepdc [-memx]");
|
||||
@@ -208,7 +208,7 @@ struct PrepPass : public ScriptPass
|
||||
run("opt_clean");
|
||||
run("memory_collect");
|
||||
}
|
||||
run(nokeepdc ? "opt -fast" : "opt -keepdc -fast");
|
||||
run(nokeepdc ? "opt -noff -fast" : "opt -noff -keepdc -fast");
|
||||
}
|
||||
|
||||
if (check_label("check"))
|
||||
|
||||
Reference in New Issue
Block a user