aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/ecp5/synth_ecp5.cc
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2020-04-20 11:26:11 -0700
committerEddie Hung <eddie@fpgeh.com>2020-04-20 11:26:11 -0700
commit3d7b98335150bc5ffe58e312ea4433311af8b111 (patch)
tree952505f663a563e9f35651081558a9e551723ad6 /techlibs/ecp5/synth_ecp5.cc
parenta998a4155d0e8a109bae80c3be24ed8465378b46 (diff)
downloadyosys-3d7b98335150bc5ffe58e312ea4433311af8b111.tar.gz
yosys-3d7b98335150bc5ffe58e312ea4433311af8b111.tar.bz2
yosys-3d7b98335150bc5ffe58e312ea4433311af8b111.zip
abc9: tolerate ABC nonzero exit code if output.aig; write before &mfs
Re-enable mfs for xilinx/ecp5 speculatively -- if it fails, use pre-mfs result
Diffstat (limited to 'techlibs/ecp5/synth_ecp5.cc')
-rw-r--r--techlibs/ecp5/synth_ecp5.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/techlibs/ecp5/synth_ecp5.cc b/techlibs/ecp5/synth_ecp5.cc
index 317947978..ab740ea0d 100644
--- a/techlibs/ecp5/synth_ecp5.cc
+++ b/techlibs/ecp5/synth_ecp5.cc
@@ -324,8 +324,6 @@ struct SynthEcp5Pass : public ScriptPass
if (abc9) {
run("read_verilog -icells -lib -specify +/abc9_model.v +/ecp5/abc9_model.v");
- if (!help_mode && !active_design->scratchpad.count("abc9.nomfs"))
- active_design->scratchpad_set_bool("abc9.nomfs", true);
if (nowidelut)
run("abc9 -maxlut 4 -W 200");
else