热度 2|
When I am trying to do Calibre LVS, it gives me error as "Schematic export failed or was cancelled. Please consult the transcript in the viewer window". Unfortunately, The transcript window is empty!
In the CIW window it explains more about the error which is "ERROR (OSSHNL-116): Unable to descend into any of the views defined in the view list, 'cdl schematic', for the instance 'T0' in cell 'NMOS_pex'. Either add one of these views to the library 'cmos10lpe', cell 'nfet' or modify the view list to contain an existing view. "
My schematic is just an NMOS transistor with pins connected on its terminals.
Please note that am using IC6.1.6
SOLVE
Maybe you just need to set the netlisting mode first before starting virtuoso?
setenv CDS_Netlisting_Mode Analog
in csh, or:
export CDS_Netlisting_Mode=Analog
in bash/ksh.
This should tell it to use the auCdl netlister rather than cdl netlister and also pick the appropriate switch and stop lists by default.