aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/ice40/synth_ice40.cc
diff options
context:
space:
mode:
authorDiego H <diego@symbioticeda.com>2019-12-12 13:40:05 -0600
committerDiego H <diego@symbioticeda.com>2019-12-12 13:40:05 -0600
commitab6ac8327f28b2ba9530c81cdbb5091a1ef91032 (patch)
tree9e2716d6d621eeeda85896b7b2993de517bb931a /techlibs/ice40/synth_ice40.cc
parent3a5a65829cc593965304537ddcb4d6d1d3e3ca8b (diff)
parent2666482282421bb54213ba01054111eadc401373 (diff)
downloadyosys-ab6ac8327f28b2ba9530c81cdbb5091a1ef91032.tar.gz
yosys-ab6ac8327f28b2ba9530c81cdbb5091a1ef91032.tar.bz2
yosys-ab6ac8327f28b2ba9530c81cdbb5091a1ef91032.zip
Merge https://github.com/YosysHQ/yosys into bram_xilinx
Diffstat (limited to 'techlibs/ice40/synth_ice40.cc')
-rw-r--r--techlibs/ice40/synth_ice40.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/techlibs/ice40/synth_ice40.cc b/techlibs/ice40/synth_ice40.cc
index 901194b06..ed7a16c08 100644
--- a/techlibs/ice40/synth_ice40.cc
+++ b/techlibs/ice40/synth_ice40.cc
@@ -363,6 +363,7 @@ struct SynthIce40Pass : public ScriptPass
else
run(abc + " -dress -lut 4", "(skip if -noabc)");
}
+ run("ice40_wrapcarry -unwrap");
run("techmap -D NO_LUT -map +/ice40/cells_map.v");
run("clean");
run("opt_lut -dlogic SB_CARRY:I0=2:I1=1:CI=0");