Script To Generate Input - Output Constraint With All Related Clocks
Script To Generate Input - Output Constraint With All Related Clocks
Explanation of Script
This script only works in Genus Common UI. If you run MMMC mode, you need to use set_interactive_constraint_modes to set one specified mode before you
source this script.
Usage
This script can generate input/output delay constraint with all related clocks.
User can change the input_delay_factor and output_delay_factor. Directly source this script in Genus Common UI; it will generate two output files:
input_delay_constraint.tcl and output_delay_constraint.tcl.
Code
set input_delay_factor 0.5
set output_delay_factor 0.5
Internal Notes
None