Forum Discussion
AHorn4
New Contributor
7 years agoHow to fix large number of hold violations for Cyclone V GX in Quartus II?
My Cyclone V GX design compiles with no setup or hold violations in the two slow models but contains a large number of very small (< 0.2ns) hold violations in the two fast models. After investigating...
KhaiChein_Y_Intel
Regular Contributor
7 years agoYou could try overconstraining by adding the following to your sdc.
if {$::quartus(nameofexecutable) != "quartus_sta"} { set_min_delay <value> -from -to }
Reference: https://fpgawiki.intel.com/wiki/Timing_Constraints#Overconstrain_path
Thanks