Forum Discussion
Altera_Forum
Honored Contributor
13 years agorbugalho is correct about worrying about the metastability. You do not want this flop to go metastable.
To ensure this, since you don't have an enable on the Latch_FF, you need to make sure that your Hold multicycle is the more stringent 0 (which is the default), not 1. set_mjulticycle_path -hold -end -from {Launch_FF} -to {Latch_FF} 0 # Default Basically, your min time from Launch_FF must be at least one full clock cycle to make this hold time. This may be difficult to achieve.