maeConvertAndCombineMultiADELToAssembler
maeConvertAndCombineMultiADELToAssembler(l_stateList t_maestroLib t_maestroCell[?maestroViewt_maestroView] [?migrateFromt_migrateFrom] [?rootPatht_rootPath] [?testNameListt_testNameList] [?overwriteg_overwrite] ) =>l_cellviewDetails/ nil
Description
Combines two or more ADE L states into one maestro cellview for ADE Assembler. In the resulting maestro cellview, the tests are created in the same order in which the states are specified in the list of states to be migrated.
Arguments
Value Returned
|
A list containing the names of library, cell, and view of the maestro cellview created by this function is returned. |
||
Examples
Migrates the ADE L states to create a maestro cellview.
maeConvertAndCombineMultiADELToAssembler((list (list "Two_Stage_Opamp"
"OpAmp_AC_top" "spectre_AC") (list "Two_Stage_Opamp" "OpAmp_TRAN_top"
"spectre_TRAN")) "Two_Stage_Opamp" "OpAmp" ?maestroView "maestro_new")
=> ("Two_Stage_Opamp" "OpAmp" "maestro_new") maeConvertAndCombineMultiADELToAssembler((list (list "Two_Stage_Opamp" "OpAmp_AC_top" "spectre_AC" "spectre") (list "Two_Stage_Opamp" "OpAmp_TRAN_top" "spectre_TRAN" "spectre")) "Two_Stage_Opamp" "OpAmp" ?migrateFrom 'directory ?rootPath "~/.artist_states/"))
Migrates the ADE L states, spectre_state2 and stateA to a new maestro cellview, maestro_new6. The two tests in maestro_new6 are named as testa and testb.
maeConvertAndCombineMultiADELToAssembler((list (list "Two_Stage_Opamp" "OpAmp" "spectre_state2") (list "Two_Stage_Opamp" "OpAmp" "stateA") ) "Two_Stage_Opamp" "OpAmp" ?maestroView "maestro_new6" ?testNameList list("testa" "testb"))
Return to top