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

maeStmConsolidateStimuli

maeStmConsolidateStimuli(
t_libName 
t_cellName
t_viewName
?reportFile t_reportFile
)
=> t / nil

Description

Removes duplicate stimuli definitions from the given cellview. For this, ADE Explorer or ADE Assembler reviews each test in the cellview and, if required, reassigns pins and globals by removing duplicates.

Open the Stimuli Assignment form from a maestro cellview before using this function.

Arguments

t_libName

Name of the library.

t_cellName

Name of the cell.

t_viewName

Name of the view.

?reportFile t_reportFile

Prints a report of changes in the specified report file.

Value Returned

t

Duplicate stimuli definitions are removed from the given cellview.

nil

The duplicate stimuli definitions are not removed.

Examples

Removes duplicate stimuli definitions from the given cellview when specified for consolidated stimuli in the open maestro cellview.

maeStmConsolidateStimuli("testLib" "StimuliTest" "maestro" ?reportFile "consolidationReport.txt")
=> t

Return to top
 ⠀
X