aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/ice40/synth_ice40.cc
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-06-12 08:52:46 -0700
committerEddie Hung <eddie@fpgeh.com>2019-06-12 08:52:46 -0700
commit513c962a71b7ff08c037e8590d26b9b09603dfb4 (patch)
treec46b5e6f6f0f94a55f6601193f98b3ca9d83ff50 /techlibs/ice40/synth_ice40.cc
parentf7a9769c140f6a56e51d7384dfd8e76bf2aef66d (diff)
parent1e838a8913afa36a57d425f26ea881f5071b8b5d (diff)
downloadyosys-513c962a71b7ff08c037e8590d26b9b09603dfb4.tar.gz
yosys-513c962a71b7ff08c037e8590d26b9b09603dfb4.tar.bz2
yosys-513c962a71b7ff08c037e8590d26b9b09603dfb4.zip
Merge remote-tracking branch 'origin/xc7mux' into xaig
Diffstat (limited to 'techlibs/ice40/synth_ice40.cc')
-rw-r--r--techlibs/ice40/synth_ice40.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/techlibs/ice40/synth_ice40.cc b/techlibs/ice40/synth_ice40.cc
index 168161a90..5afa042b0 100644
--- a/techlibs/ice40/synth_ice40.cc
+++ b/techlibs/ice40/synth_ice40.cc
@@ -240,7 +240,7 @@ struct SynthIce40Pass : public ScriptPass
{
if (check_label("begin"))
{
- run("read_verilog -lib -D ABC_MODEL +/ice40/cells_sim.v");
+ run("read_verilog -lib -D_ABC +/ice40/cells_sim.v");
run(stringf("hierarchy -check %s", help_mode ? "-top <top>" : top_opt.c_str()));
run("proc");
}
@@ -334,7 +334,7 @@ struct SynthIce40Pass : public ScriptPass
if (abc == "abc9")
run(abc + stringf(" -dress -lut +/ice40/abc_%s.lut -box +/ice40/abc_%s.box", device_opt.c_str(), device_opt.c_str()), "(skip if -noabc)");
else
- run(abc + " -lut 4", "(skip if -noabc)");
+ run(abc + " -dress -lut 4", "(skip if -noabc)");
}
run("clean");
if (relut || help_mode) {