aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/ice40/synth_ice40.cc
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/ice40/synth_ice40.cc
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/ice40/synth_ice40.cc')
-rw-r--r--techlibs/ice40/synth_ice40.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/ice40/synth_ice40.cc b/techlibs/ice40/synth_ice40.cc
index 376cb7dbd..f780832e6 100644
--- a/techlibs/ice40/synth_ice40.cc
+++ b/techlibs/ice40/synth_ice40.cc
@@ -387,7 +387,7 @@ struct SynthIce40Pass : public ScriptPass
}
if (!noabc) {
if (abc9) {
- run("read_verilog " + define + " -icells -lib -specify +/abc9_model.v +/ice40/abc9_model.v");
+ run("read_verilog " + define + " -icells -lib -specify +/ice40/abc9_model.v");
std::string abc9_opts;
std::string k = "synth_ice40.abc9.W";
if (active_design && active_design->scratchpad.count(k))