Skip to content

Commit 0d9b7f9

Browse files
committed
another syntax fix :(
1 parent 1b44b07 commit 0d9b7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtl/iddr.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ if (TARGET == "XILINX") begin
114114
.CE(en), // 1-bit input: Active-High enable increment/decrement input
115115
.CLK(clk), // 1-bit input: Clock input
116116
.CNTVALUEIN(cnt_value_in), // 9-bit input: Counter value input
117-
.DATAIN('0), // 1-bit input: Data input from the logic
117+
.DATAIN(0), // 1-bit input: Data input from the logic
118118
.EN_VTC(en_vtc), // 1-bit input: Keep delay constant over VT
119119
.IDATAIN(d_int[n]), // 1-bit input: Data input from the IOBUF
120120
.INC(inc), // 1-bit input: Increment / Decrement tap delay input

0 commit comments

Comments
 (0)