init_mode
APR.stdcell.place init_mode cyclic { "Generate" | "Update" }
Description
Specifies a standard cell generation mode. The available options are:
-
Generate: Generates new standard cells in the layout design. -
Update: Updates existing standard cells in the layout design.
The default value is Generate.
GUI Equivalent
Examples
envGetVal("APR.stdcell.place" "init_mode")
envSetVal("APR.stdcell.place" "init_mode" 'cyclic "Update")
Related Topics
Standard Cell Placement and Routing Environment Variables
Return to top