Forum Discussion
Altera_Forum
Honored Contributor
11 years agoI tried the multicycle with 2/1 and 1/0. In the latter case, I am now getting setup time violations, as well as the skew violation. The fitter is still inserting unnecessary (from my view) delay between flops. These flops are in the same or adjacent LABs, but the physical routing is going all over the place.
Is there a way in the sdc to do something like: "for each inst in { find ajbg_fifo } do { set_max_skew { -from {$inst.rdptr_rck} -to {$inst.rdptr_wck_s1} }"