Skip to content

Commit a1b32ef

Browse files
committed
syntax fix
1 parent 73256cf commit a1b32ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtl/ssio_ddr_in.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ module ssio_ddr_in #
6565
input wire [8:0] cnt_value_in,
6666
output wire [(WIDTH*9)-1:0] cnt_value_out,
6767
input wire refclk,
68-
output wire rdy_idelay,
68+
output wire rdy_idelay
6969
);
7070

7171
wire input_clk_int;

0 commit comments

Comments
 (0)