synth_sf2: purge on last clean

LiberoSoc don't like unused nets.
This commit is contained in:
Tristan Gingold
2022-08-31 08:40:44 +02:00
parent 39993a92d7
commit 13ccdd032d
+2 -2
View File
@@ -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"))