aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/ecp5
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2020-04-16 10:25:41 -0700
committerEddie Hung <eddie@fpgeh.com>2020-05-14 10:33:56 -0700
commit8fbb55f4aba9ccb850680dc9c7ab582e8c964a4a (patch)
tree33edc1fef5c872cb917086bcd6354501285c2258 /techlibs/ecp5
parent63246a5c0eb5780675384d00443e6e46b5e59603 (diff)
downloadyosys-8fbb55f4aba9ccb850680dc9c7ab582e8c964a4a.tar.gz
yosys-8fbb55f4aba9ccb850680dc9c7ab582e8c964a4a.tar.bz2
yosys-8fbb55f4aba9ccb850680dc9c7ab582e8c964a4a.zip
synth_*: no need to explicitly read +/abc9_model.v
Diffstat (limited to 'techlibs/ecp5')
-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 8039531ae..c1545cbb5 100644
--- a/techlibs/ecp5/synth_ecp5.cc
+++ b/techlibs/ecp5/synth_ecp5.cc
@@ -338,7 +338,7 @@ struct SynthEcp5Pass : public ScriptPass
run("techmap " + techmap_args);
if (abc9) {
- run("read_verilog -icells -lib -specify +/abc9_model.v +/ecp5/abc9_model.v");
+ run("read_verilog -icells -lib -specify +/ecp5/abc9_model.v");
std::string abc9_opts;
if (nowidelut)
abc9_opts += " -maxlut 4";