Run opt_merge, helps with inverted reset/load signals

This commit is contained in:
Miodrag Milanovic 2024-08-14 12:14:21 +02:00
parent 220ddeac4d
commit 14e43139cb
1 changed files with 1 additions and 0 deletions

View File

@ -314,6 +314,7 @@ struct SynthNanoXplorePass : public ScriptPass
}
dfflegalize_args += " -cell $_DLATCH_?_ x -mince 8 -minsrst 8";
run("dfflegalize" + dfflegalize_args,"($_*DFFE_* only if not -nodffe)");
run("opt_merge");
run("techmap -map +/nanoxplore/latches_map.v");
run("techmap -map +/nanoxplore/cells_map.v");
run("opt_expr -undriven -mux_undef");