Hi,
I'm trying to reduce the simulation data for a really large circuit. I'm going to do MC analysis and have to save family plots. I'm already saving specific nets. Also disabled saving all info files by using
saveOption( ?outputParamInfo nil )
saveOption( ?elementInfo nil )
saveOption( ?modelParamInfo nil )
saveOption( ?infoOptions list(list("modelParameter" "models" "rawfile" "" "" "" nil) list("element" "inst" "rawfile" "" "" "" nil) list("outputParameter" "output" "rawfile" "" "" "" nil) list("designParamVals" "parameters" "rawfile" "" "" "" nil) list("primitives" "primitives" "rawfile" "" "" "" nil) list("subckts" "subckts" "rawfile" "" "" "" nil) list("asserts" "assert" "rawfile" "" "" "" nil) list("extremeinfo" "all" "logfile" "" "yes" "" nil) list("oppoint" "oppoint" "rawfile" "" "" "" nil) list("<Click_To_Add>" "none" "rawfile" "" "" "" nil) ) )
When I checked the simulation directory, finalTimeOP.info file seems to be only .info file that was saved (~400MB). Is there a way not to save this one? I couldn't see this option under save _all tab.
Thanks
Burak