Forum Discussion
Altera_Forum
Honored Contributor
17 years agoThe delay of 8 clocks is very similar to your code:
if ((train_timer % 8) == 7 && rx_dpa_locked_sig) Another point is, that the DPA logic may require a reset.The delay of 8 clocks is very similar to your code:
if ((train_timer % 8) == 7 && rx_dpa_locked_sig) Another point is, that the DPA logic may require a reset.