diff options
author | Tristan Gingold <tristan.gingold@cern.ch> | 2021-11-23 14:03:22 +0100 |
---|---|---|
committer | Tristan Gingold <tristan.gingold@cern.ch> | 2022-08-31 08:40:44 +0200 |
commit | 13ccdd032d5a17f7190014b9964b3eda644dca55 (patch) | |
tree | 8367a9feb61977a5346771b4dec69c735e19dd9b /techlibs/sf2/synth_sf2.cc | |
parent | 39993a92d7661973eda499878461b1250c9a7e6e (diff) | |
download | yosys-13ccdd032d5a17f7190014b9964b3eda644dca55.tar.gz yosys-13ccdd032d5a17f7190014b9964b3eda644dca55.tar.bz2 yosys-13ccdd032d5a17f7190014b9964b3eda644dca55.zip |
synth_sf2: purge on last clean
LiberoSoc don't like unused nets.
Diffstat (limited to 'techlibs/sf2/synth_sf2.cc')
-rw-r--r-- | techlibs/sf2/synth_sf2.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/techlibs/sf2/synth_sf2.cc b/techlibs/sf2/synth_sf2.cc index fcc0a5e23..bf4a6e031 100644 --- a/techlibs/sf2/synth_sf2.cc +++ b/techlibs/sf2/synth_sf2.cc @@ -228,9 +228,9 @@ struct SynthSf2Pass : public ScriptPass } else { run("clkbufmap -buf CLKINT Y:A"); } - run("iopadmap -bits -inpad INBUF Y:PAD -outpad OUTBUF D:PAD -toutpad TRIBUFF E:D:PAD -tinoutpad BIBUF E:Y:D:PAD", "(unless -noiobs"); + run("iopadmap -bits -inpad INBUF Y:PAD -outpad OUTBUF D:PAD -toutpad TRIBUFF E:D:PAD -tinoutpad BIBUF E:Y:D:PAD", "(unless -noiobs)"); } - run("clean"); + run("clean -purge"); } if (check_label("check")) |