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

asiSetMarchList

asiSetMarchList( 
o_session 
l_MarchList 
)
=> l_MarchList

Description

Sets the list of signals to march during simulation.

Arguments

o_session

Simulation session object.

l_MarchList

List of signals to march during simulation.

This is a list of selected signals (nets) or terminals comprising of the following information:

window_id
libName
CellName
ViewName

Value Returned

l_MarchList

Returns the list of signals to march during simulation.

Example

asiSetMarchList( session myMarchList )

Sets myMarchList as the list of signals to march for the given session.


Return to top
 ⠀
X