mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +00:00
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 {
|
} else {
|
||||||
run("clkbufmap -buf CLKINT Y:A");
|
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"))
|
if (check_label("check"))
|
||||||
|
|
Loading…
Reference in a new issue