Dear all,
I would like to ask how to export netlist with VerilogA subblock when there is no ADE license.
I can export normal schematic view by using si -batch -command netlist command with a defined si.env file.
However, when exporting a schematic with VerilogA inside, the following error is outputed.
Virtuoso Framework License (111) was checked out successfully. Total checkout time was 2.40s.
*Error* dbClose: argument #1 should be a database object (type template = "d") - nil
Here is my si.env file
simLibName = "xxx"
simCellName = "xxx"
simViewName = "schematic"
simSimulator = "auCdl"
simNotIncremental = 't
simReNetlistAll = nil
simViewList = '("auCdl" "schematic")
simStopList = '("auCdl")
hnlNetlistFileName = "netlist"
resistorModel = ""
shortRES = 2000.0
preserveRES = 't
checkRESVAL = 't
checkRESSIZE = 'nil
preserveCAP = 't
checkCAPVAL = 't
checkCAPAREA = 'nil
preserveDIO = 't
checkDIOAREA = 't
checkDIOPERI = 't
checkCAPPERI = 'nil
simPrintInhConnAttributes = 'nil
checkScale = "meter"
checkLDD = 'nil
pinMAP = 'nil
preserveBangInNetlist = 'nil
shrinkFACTOR = 0.0
globalPowerSig = ""
globalGndSig = ""
displayPININFO = 't
preserveALL = 't
setEQUIV = ""
incFILE = ""
auCdlDefNetlistProc = "ansCdlSubcktCall"
Could anyone help me this problem? Thank you.