Solved
Forum Discussion
Abe
Frequent Contributor
6 years agoConnect the areset input pin to the PLL from the system rst and you can also use an internal wire for the locked pin
wire pll_locked;
PLL PLL_inst (
.areset ( rst ),
.inclk0 ( clk0 ),
.c0 ( clk_ms ),
.c1 ( clk_ad ),
.locked ( pll_locked )
);