Skip to content

Commit

Permalink
Fixing EDA-2618
Browse files Browse the repository at this point in the history
  • Loading branch information
awaisabbas006 committed Mar 27, 2024
1 parent dca23bc commit 9ca1aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/synth_rapidsilicon.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4406,7 +4406,7 @@ static void show_sig(const RTLIL::SigSpec &sig)
run("techmap -map" + techMaplutArgs);
#endif
}

run("opt_clean");
if (check_label("blif")) {
if (!blif_file.empty()) {
run(stringf("write_blif %s", blif_file.c_str()));
Expand Down

0 comments on commit 9ca1aa8

Please sign in to comment.