Altera_Forum
Honored Contributor
16 years agoDomain crossing of related clocks
I have been trying to figure out how to constrain a path of data between a 100MHz clock and a 25MHz clock that is generated by counter driven by the 100MHz clock.
I have tried #set_multicycle_path -start -from [get_clocks CLOCK100M] -to [get_clocks CLOCK25M] 3 and #set_max_delay -from [get_clocks CLOCK100M] -to [get_clocks CLOCK25M] 30.000 but I am getting hold errors. If I add# set_min_delay -from [get_clocks CLOCK100M] -to [get_clocks CLOCK25M] -5.000 this removes the hold errors but how can I have a negative hold delay? I am very confused and could use some help.