X
xiaolong
Guest
In order to generate correct netlist for a moscap with special
parameters, I write a skill function: myNetlistProc. (according to
cadence documentation "Direct SImulation Modeling Guide")
Then I have a following CDF data for auCdl netlisting:
cdfId->simInfo->auCds = list( nil
'netlistProcedure 'myNetlistProc
'instParameters '(m L W)
'termOrder '(TOP BOT)
'proMapping '(nil m simM L l W wPerFinger)
'namePrefix "C"
'modelName "ncap2v"
)
However, when I export netlist, there are errors:
*Error* ERROR DETECTED IN NETLISTING, netlist bypass flag set.
*Error* Could not find netlist procedure: 'myNetlistProc'
What is the reason? How to let it find my netlist procedure?
Any help is very much appreciated!
parameters, I write a skill function: myNetlistProc. (according to
cadence documentation "Direct SImulation Modeling Guide")
Then I have a following CDF data for auCdl netlisting:
cdfId->simInfo->auCds = list( nil
'netlistProcedure 'myNetlistProc
'instParameters '(m L W)
'termOrder '(TOP BOT)
'proMapping '(nil m simM L l W wPerFinger)
'namePrefix "C"
'modelName "ncap2v"
)
However, when I export netlist, there are errors:
*Error* ERROR DETECTED IN NETLISTING, netlist bypass flag set.
*Error* Could not find netlist procedure: 'myNetlistProc'
What is the reason? How to let it find my netlist procedure?
Any help is very much appreciated!