apEnableM0OnFlow
apEnableM0OnFlow(g_enableStatus[w_windowID]) =>t / nil
Description
(Virtuoso Layout Suite EXL) Forces M0 flow to be turned on or off. Typically, the tool checks the Pcell parameters to automatically determine whether the flow must be turned on or off. You can use this SKILL API to force start or stop the flow. This API is valid only in certain advanced node flows.
Arguments
|
Status of M0 flow. The default value depends on the Pcell parameters in the current design. |
|
|
Window ID of the applicable window. If not specified, the active window is considered. |
|
Value Returned
Examples
Turns on M0 flow on the current window.
apEnableM0OnFlow('t)
Return to top