Forum Discussion
Deshi_Intel
Regular Contributor
5 years agoHi,
I am able to duplicate the 322MHz example design sim run failure (rx_block_lock) stay low issue even in modelsim. While sim run with 644MHz setting is fine.
I am now consulting internally within Intel to figure out is this a bug or something that we miss out when using 322MHz setting.
Will keep you posted on status update
Thanks.
Regards,
dlim
ZWang142
New Contributor
5 years agoHi @DeshiL_Intel ,
There is a core_pll in models/tb_top.sv that also needs to be changed, as it uses refclk_10g as well.
After modifying this pll, the example design is able to run with refclk_10g at 322 MHz.
Now I'm checking what's wrong with my design...
Thanks.