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 1b44b07 commit 0d9b7f9Copy full SHA for 0d9b7f9
rtl/iddr.v
@@ -114,7 +114,7 @@ if (TARGET == "XILINX") begin
114
.CE(en), // 1-bit input: Active-High enable increment/decrement input
115
.CLK(clk), // 1-bit input: Clock input
116
.CNTVALUEIN(cnt_value_in), // 9-bit input: Counter value input
117
- .DATAIN('0), // 1-bit input: Data input from the logic
+ .DATAIN(0), // 1-bit input: Data input from the logic
118
.EN_VTC(en_vtc), // 1-bit input: Keep delay constant over VT
119
.IDATAIN(d_int[n]), // 1-bit input: Data input from the IOBUF
120
.INC(inc), // 1-bit input: Increment / Decrement tap delay input
0 commit comments