From: Eddie Hung Date: Mon, 22 Jul 2019 23:14:15 +0000 (-0700) Subject: Remove debug X-Git-Tag: working-ls180~1039^2~304 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cb505c50d3572a0622110b31b950b43cffc995db;p=yosys.git Remove debug --- 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");