mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-07 03:31:24 +00:00
xilinx: Add simulation models for IOBUF and OBUFT.
This commit is contained in:
parent
6cdea425b8
commit
0466c48533
3 changed files with 30 additions and 25 deletions
|
@ -8160,18 +8160,6 @@ module IBUFGDS_DIFF_OUT (...);
|
|||
input IB;
|
||||
endmodule
|
||||
|
||||
module IOBUF (...);
|
||||
parameter integer DRIVE = 12;
|
||||
parameter IBUF_LOW_PWR = "TRUE";
|
||||
parameter IOSTANDARD = "DEFAULT";
|
||||
parameter SLEW = "SLOW";
|
||||
output O;
|
||||
(* iopad_external_pin *)
|
||||
inout IO;
|
||||
input I;
|
||||
input T;
|
||||
endmodule
|
||||
|
||||
module IOBUF_DCIEN (...);
|
||||
parameter integer DRIVE = 12;
|
||||
parameter IBUF_LOW_PWR = "TRUE";
|
||||
|
@ -8373,17 +8361,6 @@ module OBUFDS_DPHY (...);
|
|||
input LPTX_T;
|
||||
endmodule
|
||||
|
||||
module OBUFT (...);
|
||||
parameter CAPACITANCE = "DONT_CARE";
|
||||
parameter integer DRIVE = 12;
|
||||
parameter IOSTANDARD = "DEFAULT";
|
||||
parameter SLEW = "SLOW";
|
||||
(* iopad_external_pin *)
|
||||
output O;
|
||||
input I;
|
||||
input T;
|
||||
endmodule
|
||||
|
||||
module OBUFTDS (...);
|
||||
parameter CAPACITANCE = "DONT_CARE";
|
||||
parameter IOSTANDARD = "DEFAULT";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue