diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-12-30 10:00:47 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-30 10:00:47 -0800 |
commit | ce6e4f6341b90f68ea42120b5a0bfb34c586633c (patch) | |
tree | c3f0b1c301bac3e8cc39b3903567dfacc4bf9b0f /techlibs/ecp5/synth_ecp5.cc | |
parent | 9e6632c40ac24d8839bb76ca2f9674edfdc750f9 (diff) | |
parent | 011f749ecfe37711552be7b9c7712931e82c3757 (diff) | |
download | yosys-ce6e4f6341b90f68ea42120b5a0bfb34c586633c.tar.gz yosys-ce6e4f6341b90f68ea42120b5a0bfb34c586633c.tar.bz2 yosys-ce6e4f6341b90f68ea42120b5a0bfb34c586633c.zip |
Merge pull request #1600 from YosysHQ/eddie/cleanup_ecp5
Nitpick cleanup for ecp5
Diffstat (limited to 'techlibs/ecp5/synth_ecp5.cc')
-rw-r--r-- | techlibs/ecp5/synth_ecp5.cc | 2 |
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())); } |