From f35bdaa5278b408e94ac8c97a06c3f7f0fe1773a Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 21 Mar 2023 08:53:22 +0100 Subject: Update Xilinx cell definitions, fixes #3699 --- techlibs/xilinx/cells_xtra.v | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'techlibs/xilinx/cells_xtra.v') diff --git a/techlibs/xilinx/cells_xtra.v b/techlibs/xilinx/cells_xtra.v index aae0d3ee5..8dc74b16e 100644 --- a/techlibs/xilinx/cells_xtra.v +++ b/techlibs/xilinx/cells_xtra.v @@ -7550,10 +7550,12 @@ module IBUF_ANALOG (...); endmodule module IBUFE3 (...); + parameter CCIO_EN = "TRUE"; parameter IBUF_LOW_PWR = "TRUE"; parameter IOSTANDARD = "DEFAULT"; - parameter USE_IBUFDISABLE = "FALSE"; + parameter SIM_DEVICE = "ULTRASCALE"; parameter integer SIM_INPUT_BUFFER_OFFSET = 0; + parameter USE_IBUFDISABLE = "FALSE"; output O; (* iopad_external_pin *) input I; @@ -7760,8 +7762,9 @@ module IOBUFE3 (...); parameter integer DRIVE = 12; parameter IBUF_LOW_PWR = "TRUE"; parameter IOSTANDARD = "DEFAULT"; - parameter USE_IBUFDISABLE = "FALSE"; + parameter SIM_DEVICE = "ULTRASCALE"; parameter integer SIM_INPUT_BUFFER_OFFSET = 0; + parameter USE_IBUFDISABLE = "FALSE"; output O; (* iopad_external_pin *) inout IO; @@ -19721,6 +19724,7 @@ module HSADC (...); endmodule module RFDAC (...); + parameter integer LD_DEVICE = 0; parameter integer OPT_CLK_DIST = 0; parameter SIM_DEVICE = "ULTRASCALE_PLUS"; parameter integer XPA_ACTIVE_DUTYCYCLE = 100; @@ -19784,6 +19788,7 @@ module RFDAC (...); endmodule module RFADC (...); + parameter integer LD_DEVICE = 0; parameter integer OPT_ANALOG = 0; parameter integer OPT_CLK_DIST = 0; parameter SIM_DEVICE = "ULTRASCALE_PLUS"; -- cgit v1.2.3