MAXSKEW: Limiting SKEW
Signal SKEW may also be constrained using the MAXSKEW constraint
- NET $1I3245/$SIG_6 MAXSKEW=3;
- I.e. specifies a maximum of 3ns difference between the source of net $1I3245/$SIG_6 and all its destinations is permissible
May use to control skew of logic driven clocks (or any clock using non-global resources)
Cannot constrain skew of global nets (Makes no sense as skew is fixed)