aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/ice40
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-12-20 13:03:48 -0800
committerGitHub <noreply@github.com>2019-12-20 13:03:48 -0800
commite58c3f8351763facc12f61c42797cc2a5edf0907 (patch)
tree3332182623313ac4aedc9c28adf4deb3a6fc70d6 /techlibs/ice40
parent319cba70d37eafdb8bbd3ddf6a0f9c238d53d0c2 (diff)
parent10e82e103f7b95d5a50d2ac85bc8e07e4461e388 (diff)
downloadyosys-e58c3f8351763facc12f61c42797cc2a5edf0907.tar.gz
yosys-e58c3f8351763facc12f61c42797cc2a5edf0907.tar.bz2
yosys-e58c3f8351763facc12f61c42797cc2a5edf0907.zip
Merge pull request #1587 from YosysHQ/revert-1558-eddie/xaiger_cleanup
Revert "Optimise write_xaiger"
Diffstat (limited to 'techlibs/ice40')
-rw-r--r--techlibs/ice40/synth_ice40.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/techlibs/ice40/synth_ice40.cc b/techlibs/ice40/synth_ice40.cc
index 5073ba917..ed7a16c08 100644
--- a/techlibs/ice40/synth_ice40.cc
+++ b/techlibs/ice40/synth_ice40.cc
@@ -350,11 +350,6 @@ struct SynthIce40Pass : public ScriptPass
}
if (!noabc) {
if (abc == "abc9") {
- run("select -set abc9_boxes A:abc9_box_id A:whitebox=1");
- run("wbflip @abc9_boxes");
- run("techmap -autoproc @abc9_boxes");
- run("aigmap @abc9_boxes");
- run("wbflip @abc9_boxes");
run("read_verilog -icells -lib +/ice40/abc9_model.v");
int wire_delay;
if (device_opt == "lp")