synth_sf2: purge on last clean
LiberoSoc don't like unused nets.
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user