
Fast and Slow Attribute in ABEL
You can control slew rate for specific output or I/O pins with the FAST and SLOW attributes. Use these attributes to selectively control whether specific pins operate in
fast slew rate (FAST) or slew rate limited (SLOW) mode.
For Example:
xilinx property ‘SLOW q1 q2 q3’;
xilinx property ‘FAST q4’;