Skip to content

Commit 7acf304

Browse files
committed
Incorporating review comments
1 parent 2d2ce1e commit 7acf304

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

techlibs/quicklogic/synth_quicklogic.cc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,8 @@ struct SynthQuickLogicPass : public ScriptPass {
230230

231231
if (check_label("finalize")) {
232232
run("check");
233-
}
233+
run("opt_clean -purge");
234+
}
234235

235236
if (check_label("edif")) {
236237
if (!edif_file.empty())
@@ -239,8 +240,6 @@ struct SynthQuickLogicPass : public ScriptPass {
239240

240241
if (check_label("blif")) {
241242
if (!blif_file.empty()) {
242-
run(stringf("opt_clean -purge"),
243-
" (qlf_k4n8 mode)");
244243
if (inferAdder) {
245244
run(stringf("write_blif -param %s", help_mode ? "<file-name>" : blif_file.c_str()));
246245
} else {

0 commit comments

Comments
 (0)