3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-26 02:25:35 +00:00

Add a xilinx_finalise pass

This commit is contained in:
Eddie Hung 2019-09-23 18:56:02 -07:00
parent e556d48d45
commit 23d90e0439
3 changed files with 87 additions and 0 deletions

View file

@ -512,6 +512,8 @@ struct SynthXilinxPass : public ScriptPass
run("iopadmap -bits -outpad OBUF I:O -inpad IBUF O:I A:top", "(only if '-iopad' or '-ise' and not '-noiopad')");
if (help_mode || ise)
run("extractinv -inv INV O:I", "(only if '-ise')");
if (help_mode || !nodsp)
run("xilinx_finalise", "(skip if '-nodsp')");
}
if (check_label("check")) {