aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/ecp5/synth_ecp5.cc
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-12-30 14:31:42 -0800
committerEddie Hung <eddie@fpgeh.com>2019-12-30 14:31:42 -0800
commit405e974fe51f4ede0b374ddddc398a26e04b0265 (patch)
tree61f646fe54f9f57d18236058aca8746d8603eed8 /techlibs/ecp5/synth_ecp5.cc
parentece423415cbc17654c6ac81a0f4b15783c558660 (diff)
parentc0a17c2457532726b05586d3b7a030bd9f372dea (diff)
downloadyosys-405e974fe51f4ede0b374ddddc398a26e04b0265.tar.gz
yosys-405e974fe51f4ede0b374ddddc398a26e04b0265.tar.bz2
yosys-405e974fe51f4ede0b374ddddc398a26e04b0265.zip
Merge remote-tracking branch 'origin/master' into xaig_dff
Diffstat (limited to 'techlibs/ecp5/synth_ecp5.cc')
-rw-r--r--techlibs/ecp5/synth_ecp5.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/ecp5/synth_ecp5.cc b/techlibs/ecp5/synth_ecp5.cc
index b71bb2395..a0ea6d1f9 100644
--- a/techlibs/ecp5/synth_ecp5.cc
+++ b/techlibs/ecp5/synth_ecp5.cc
@@ -230,7 +230,7 @@ struct SynthEcp5Pass : public ScriptPass
{
if (check_label("begin"))
{
- run("read_verilog -D_ABC -lib +/ecp5/cells_sim.v +/ecp5/cells_bb.v");
+ run("read_verilog -lib +/ecp5/cells_sim.v +/ecp5/cells_bb.v");
run(stringf("hierarchy -check %s", help_mode ? "-top <top>" : top_opt.c_str()));
}