Forum Discussion
sstrell
Super Contributor
1 year agoYour sensitivity lists are pointing to CLK instead of pll_clk. Should be
process (pll_clk)
and then use rising_edge(pll_clk)
Your sensitivity lists are pointing to CLK instead of pll_clk. Should be
process (pll_clk)
and then use rising_edge(pll_clk)