check_generateMarkers
APR.stdcell.route check_generateMarkers boolean { t | nil }
Description
Controls the generation of markers for errors. These error markers can be viewed in the Misc tab of Annotation Browser. When set to t, the markers are generated.
GUI Equivalent
Examples
envGetVal("APR.stdcell.route" "check_generateMarkers")
envSetVal("APR.stdcell.route" "check_generateMarkers" 'boolean t)
Related Topics
Standard Cell Placement and Routing Environment Variables
Return to top