tracksCmds
APR.stdcell.route tracksCmds string "filename"
Description
Specifies the Tcl plugin hook file for custom add_tracks settings that is sourced before the placement stage. The file can be placed anywhere and can be specified with the absolute path or the relative path to the current working directory. The default is "".
The plugin is skipped if one or more 0-width active WSPs exists on metal layers in the design. This indicates that they were imported from Innovus-generated tracks in a previous step. A message is displayed to notify whether the plugin was sourced or skipped.
GUI Equivalent
Examples
envGetVal("APR.stdcell.route" "tracksCmds")
envSetVal("APR.stdcell.route" "tracksCmds" 'string "track1")
Related Topics
Standard Cell Placement and Routing Environment Variables
Return to top