mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-10 13:10:51 +00:00
iopadmap: Add native support for negative-polarity output enable.
This commit is contained in:
parent
4871d8f199
commit
15b0d717ed
12 changed files with 35 additions and 43 deletions
|
@ -333,7 +333,7 @@ struct SynthNexusPass : public ScriptPass
|
|||
else
|
||||
run("techmap -map +/techmap.v -map +/nexus/arith_map.v");
|
||||
if (help_mode || !noiopad)
|
||||
run("iopadmap -bits -outpad OB I:O -inpad IB O:I -toutpad $__NX_TOUTPAD OE:I:O -tinoutpad $__NX_TINOUTPAD OE:O:I:B A:top", "(skip if '-noiopad')");
|
||||
run("iopadmap -bits -outpad OB I:O -inpad IB O:I -toutpad OBZ ~T:I:O -tinoutpad BB ~T:O:I:B A:top", "(skip if '-noiopad')");
|
||||
run("opt -fast");
|
||||
if (retime || help_mode)
|
||||
run("abc -dff -D 1", "(only if -retime)");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue