mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-03 12:51:23 +00:00
xilinx: mark IOBUFDSE3 IOB pin as external
This commit is contained in:
parent
036c46de1e
commit
62ab100c61
2 changed files with 2 additions and 1 deletions
|
@ -376,7 +376,7 @@ CELLS = [
|
||||||
Cell('IOBUFDS_DIFF_OUT', port_attrs={'IO': ['iopad_external_pin'], 'IOB': ['iopad_external_pin']}),
|
Cell('IOBUFDS_DIFF_OUT', port_attrs={'IO': ['iopad_external_pin'], 'IOB': ['iopad_external_pin']}),
|
||||||
Cell('IOBUFDS_DIFF_OUT_DCIEN', port_attrs={'IO': ['iopad_external_pin'], 'IOB': ['iopad_external_pin']}),
|
Cell('IOBUFDS_DIFF_OUT_DCIEN', port_attrs={'IO': ['iopad_external_pin'], 'IOB': ['iopad_external_pin']}),
|
||||||
Cell('IOBUFDS_DIFF_OUT_INTERMDISABLE', port_attrs={'IO': ['iopad_external_pin'], 'IOB': ['iopad_external_pin']}),
|
Cell('IOBUFDS_DIFF_OUT_INTERMDISABLE', port_attrs={'IO': ['iopad_external_pin'], 'IOB': ['iopad_external_pin']}),
|
||||||
Cell('IOBUFDSE3', port_attrs={'IO': ['iopad_external_pin']}),
|
Cell('IOBUFDSE3', port_attrs={'IO': ['iopad_external_pin'], 'IOB': ['iopad_external_pin']}),
|
||||||
# Output.
|
# Output.
|
||||||
# Cell('OBUF', port_attrs={'O': ['iopad_external_pin']}),
|
# Cell('OBUF', port_attrs={'O': ['iopad_external_pin']}),
|
||||||
Cell('OBUFDS', port_attrs={'O': ['iopad_external_pin'], 'OB': ['iopad_external_pin']}),
|
Cell('OBUFDS', port_attrs={'O': ['iopad_external_pin'], 'OB': ['iopad_external_pin']}),
|
||||||
|
|
|
@ -7559,6 +7559,7 @@ module IOBUFDSE3 (...);
|
||||||
output O;
|
output O;
|
||||||
(* iopad_external_pin *)
|
(* iopad_external_pin *)
|
||||||
inout IO;
|
inout IO;
|
||||||
|
(* iopad_external_pin *)
|
||||||
inout IOB;
|
inout IOB;
|
||||||
input DCITERMDISABLE;
|
input DCITERMDISABLE;
|
||||||
input I;
|
input I;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue