Hi,
I'm trying to loading an OCEAN script automatically generated on the ADE-L environment of Cadence virtuoso.
Virtuoso Custom IC Design Environment version IC6.1.8-64b.500.17
I have simplified the ocean script (detailed below between # marks) only to read the "Id dc" result but results seem not to be available on results directory
Message shown on virtuoso terminal:
"job job006 submitted successfully.
WARNING (OCN-6038): Results dc are not available for /../nmos_chara_tb/spectre/schematic/distributed/job006. Use results() for a list of available results"
I have tried to use the "results()" function and this is the information obtained:
results()
("dcOp-dc" "dcOpInfo-info" "dc-dc" "modelParameter-info" "element-info"
"outputParameter-info" "designParamVals-info" "primitives-info.primitives" "subckts-info.subckts" variables
)
#############################################################################################
simulator( 'spectre )
design( "/../nmos_chara_tb/spectre/schematic/netlist/netlist")
resultsDir( "/../nmos_chara_tb/spectre/schematic" )
modelFile(
'("/home/data/pdk/eval/tsmc40nm_cv1p6msp010_001-oav10a/cds/tsmcN40/../models/spectre/toplevel.scs" "top_tt")
)
definitionFile(
"/../projects/40nmBCD/save_op.scs"
)
analysis('dc ?saveOppoint t ?dev "/V2" ?param "dc"
?start "0" ?stop "3.3" ?lin "100" )
desVar( "length" 550n )
desVar( "width" 400n )
envOption(
'analysisOrder list("dc")
)
temp( 27 )
run()
Id = getData("M0:id" ?result "dc")
#############################################################################################
Thanks for the support,
Regards,
Victor.