Altera_Forum
Honored Contributor
9 years agoset_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...