Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

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

g_enableStatus

Status of M0 flow. The default value depends on the Pcell parameters in the current design.

w_windowID

Window ID of the applicable window. If not specified, the active window is considered.

Value Returned

t

M0 flow is turned on or off, as specified.

nil

The command was unsuccessful.

Examples

Turns on M0 flow on the current window.

apEnableM0OnFlow('t)

Return to top
 ⠀
X