mirror of https://github.com/YosysHQ/yosys.git
synth_sf2: purge on last clean
LiberoSoc don't like unused nets.
This commit is contained in:
parent
39993a92d7
commit
13ccdd032d
|
@ -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"))
|
||||
|
|
Loading…
Reference in New Issue