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 a1b32ef commit 071d4c0Copy full SHA for 071d4c0
rtl/iddr.v
@@ -103,7 +103,7 @@ IDELAYCTRL #(
103
IDELAYCTRL_rx_inst (
104
.RDY(rdy_idelay), // 1-bit output: Ready output
105
.REFCLK(refclk), // 1-bit input: Reference clock input
106
- .RST(0) // 1-bit input: Active-High reset input. Asynchronous assert, synchronous deassert to
+ .RST(rst) // 1-bit input: Active-High reset input. Asynchronous assert, synchronous deassert to
107
// REFCLK.
108
);
109
0 commit comments