Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
9 years ago

set_max_skew command

I'm clocking a data bus out of my Cyclone V and want to constrain the maximum skew between data lines. I'm using; # 100 ps max skew set_max_skew -to [get_ports data_out [*]] 0.1 It seem...