maeStmConsolidateStimuli
maeStmConsolidateStimuli(t_libNamet_cellName t_viewName?reportFilet_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.
Arguments
Value Returned
|
Duplicate stimuli definitions are removed from the given cellview. |
||
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