We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b11c329 commit 8610835Copy full SHA for 8610835
rtl/iddr.v
@@ -87,7 +87,7 @@ for (n = 0; n < WIDTH; n = n + 1) begin : iddr
87
.DELAY_FORMAT("COUNT"), // Units of the DELAY_VALUE (COUNT, TIME)
88
.DELAY_SRC("IDATAIN"),
89
.DELAY_TYPE("FIXED"),
90
- .DELAY_VALUE(9'h19),
+ .DELAY_VALUE(DELAY_VALUE),
91
.IS_CLK_INVERTED(1'b0),
92
.IS_RST_INVERTED(1'b0),
93
.REFCLK_FREQUENCY(300.0),
0 commit comments