mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-12 20:18:20 +00:00
xilinx: Mark IOBUFDS.IOB as external pad
This commit is contained in:
parent
f828cb5132
commit
9b982e929c
|
@ -302,7 +302,7 @@ CELLS = [
|
||||||
Cell('IOBUF_DCIEN', port_attrs={'IO': ['iopad_external_pin']}),
|
Cell('IOBUF_DCIEN', port_attrs={'IO': ['iopad_external_pin']}),
|
||||||
Cell('IOBUF_INTERMDISABLE', port_attrs={'IO': ['iopad_external_pin']}),
|
Cell('IOBUF_INTERMDISABLE', port_attrs={'IO': ['iopad_external_pin']}),
|
||||||
Cell('IOBUFE3', port_attrs={'IO': ['iopad_external_pin']}),
|
Cell('IOBUFE3', port_attrs={'IO': ['iopad_external_pin']}),
|
||||||
Cell('IOBUFDS', port_attrs={'IO': ['iopad_external_pin']}),
|
Cell('IOBUFDS', port_attrs={'IO': ['iopad_external_pin'], 'IOB': ['iopad_external_pin']}),
|
||||||
Cell('IOBUFDS_DCIEN', port_attrs={'IO': ['iopad_external_pin'], 'IOB': ['iopad_external_pin']}),
|
Cell('IOBUFDS_DCIEN', port_attrs={'IO': ['iopad_external_pin'], 'IOB': ['iopad_external_pin']}),
|
||||||
Cell('IOBUFDS_INTERMDISABLE', port_attrs={'IO': ['iopad_external_pin'], 'IOB': ['iopad_external_pin']}),
|
Cell('IOBUFDS_INTERMDISABLE', 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', port_attrs={'IO': ['iopad_external_pin'], 'IOB': ['iopad_external_pin']}),
|
||||||
|
|
|
@ -7072,6 +7072,7 @@ module IOBUFDS (...);
|
||||||
output O;
|
output O;
|
||||||
(* iopad_external_pin *)
|
(* iopad_external_pin *)
|
||||||
inout IO;
|
inout IO;
|
||||||
|
(* iopad_external_pin *)
|
||||||
inout IOB;
|
inout IOB;
|
||||||
input I;
|
input I;
|
||||||
input T;
|
input T;
|
||||||
|
|
Loading…
Reference in a new issue