aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-07-22 16:14:15 -0700
committerEddie Hung <eddie@fpgeh.com>2019-07-22 16:14:15 -0700
commitcb505c50d3572a0622110b31b950b43cffc995db (patch)
tree1a799b54f56dce2d6c9997c736f581c238c17a91
parent068617f0948b411fcf9cdf047c6dfc600a0689bb (diff)
downloadyosys-cb505c50d3572a0622110b31b950b43cffc995db.tar.gz
yosys-cb505c50d3572a0622110b31b950b43cffc995db.tar.bz2
yosys-cb505c50d3572a0622110b31b950b43cffc995db.zip
Remove debug
-rw-r--r--techlibs/ice40/synth_ice40.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/techlibs/ice40/synth_ice40.cc b/techlibs/ice40/synth_ice40.cc
index 50e071a1a..ce88a0542 100644
--- a/techlibs/ice40/synth_ice40.cc
+++ b/techlibs/ice40/synth_ice40.cc
@@ -271,7 +271,6 @@ struct SynthIce40Pass : public ScriptPass
run("wreduce", " (if -dsp)");
run("ice40_dsp", " (if -dsp)");
run("chtype -set $mul t:$__soft_mul","(if -dsp)");
- run("dump A:top");
}
run("alumacc");
run("opt");