Forum Discussion
Altera_Forum
Honored Contributor
8 years agohold time violation using MAX V
Hi, I saw some hold time violation when I trying to run the STA. I believe the problem is because the source and destination FFs of this path are on different clock domains, and the tool thin...
Altera_Forum
Honored Contributor
8 years agoHi,
the output clock is half frequency of input clock. output clock(100ns), input clock(50ns). when I run RTL simulation, everything looks good. however, when I trying to run gate level simulation, the output clock always shift half clock period to the left. I have set multicycle exception for these two clock,the output clock always delay one input clock period . set_multicycle_path 1 -setup -start -from CLK -to CLK2 set_multicycle_path 0 -hold -start -from CLK -to CLK2 I not sure what the problem is. Thanks!