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:
parent
e556d48d45
commit
23d90e0439
3 changed files with 87 additions and 0 deletions
|
@ -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")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue