Forum Discussion
Altera_Forum
Honored Contributor
14 years agokaz, I have observed my failure happened just when it's data should be scrambled by the 5th and 6th module(and their occurence in different trials are nondeterministic). So I suspect there could me some timing problem there.
And I just tuned my sdc file a little bit. I used to set_clock_uncertainty from hiclk to hiclk 0.35 to get rid of some setup violation. And after I have changed 0.35 to 1.24, I've found my error pattern changed. Now I got my errors occur more often and they are not restricted to 5th and 6th module scrambled data anymore. Do you think I should've avoided using set_clock_uncertainty?