3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-27 02:45:52 +00:00

Revert "Add a xilinx_finalise pass"

This reverts commit 23d90e0439.
This commit is contained in:
Eddie Hung 2019-09-23 19:52:55 -07:00
parent 0f53893104
commit 27167848f4
3 changed files with 0 additions and 87 deletions

View file

@ -512,8 +512,6 @@ 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")) {