diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-07-22 15:08:26 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-07-22 15:08:26 -0700 |
commit | 4d71ab384d640f53435d2e4773b2277f385cda27 (patch) | |
tree | 5bee72dbe9e51ec11210f2da7ede909b9d38c81a /techlibs/ice40 | |
parent | 304cefbbe2b0c000c30e8d73d1761488be65ccf0 (diff) | |
download | yosys-4d71ab384d640f53435d2e4773b2277f385cda27.tar.gz yosys-4d71ab384d640f53435d2e4773b2277f385cda27.tar.bz2 yosys-4d71ab384d640f53435d2e4773b2277f385cda27.zip |
Rename according to vendor doc TN1295
Diffstat (limited to 'techlibs/ice40')
-rw-r--r-- | techlibs/ice40/synth_ice40.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/techlibs/ice40/synth_ice40.cc b/techlibs/ice40/synth_ice40.cc index ce88a0542..50e071a1a 100644 --- a/techlibs/ice40/synth_ice40.cc +++ b/techlibs/ice40/synth_ice40.cc @@ -271,6 +271,7 @@ 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"); |