Skip to content

Commit 071d4c0

Browse files
committed
rst connection
1 parent a1b32ef commit 071d4c0

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
@@ -103,7 +103,7 @@ IDELAYCTRL #(
103103
IDELAYCTRL_rx_inst (
104104
.RDY(rdy_idelay), // 1-bit output: Ready output
105105
.REFCLK(refclk), // 1-bit input: Reference clock input
106-
.RST(0) // 1-bit input: Active-High reset input. Asynchronous assert, synchronous deassert to
106+
.RST(rst) // 1-bit input: Active-High reset input. Asynchronous assert, synchronous deassert to
107107
// REFCLK.
108108
);
109109

0 commit comments

Comments
 (0)