Forum Discussion
Altera_Forum
Honored Contributor
13 years agoRandom results on FPGA
Hello, I'm using altera devices for about 10 years with quartus or quartus + synplify pro. I'm currently struggling for about a month !!! on this issue: Using the same netlist from synplify...
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- well, it looks like the hold time analysis is a bit weak in my project, I added a overconstraint of 0.2 ns and that seems much better. In the sdc: foreach_in_collection all_clocks [get_clocks *] { set_min_delay -from $all_clocks -to $all_clocks 0.2 } --- Quote End --- I found out that the problem was due to reset that was de-asserted internally on a wrong clock domain.