pskol95
Junior Member level 1
Hi, I wants to extract spice netlist from gdsII. For that I am doing:
"calibre -hier -64 -hyper -turbo -spice my_layout_netlist.sp /path-to-runset.extract"
and runset.extract is:
LAYOUT PATH "/path-to-gds"
LAYOUT PRIMARY "toplevel"
LAYOUT SYSTEM GDSII
But it is generating empty spice netlist like this:
* SPICE NETLIST
***************************************
.SUBCKT toplevel
** N=0 EP=0 IP=0 FDC=0
.ENDS
***************************************
What should I do ?
"calibre -hier -64 -hyper -turbo -spice my_layout_netlist.sp /path-to-runset.extract"
and runset.extract is:
LAYOUT PATH "/path-to-gds"
LAYOUT PRIMARY "toplevel"
LAYOUT SYSTEM GDSII
But it is generating empty spice netlist like this:
* SPICE NETLIST
***************************************
.SUBCKT toplevel
** N=0 EP=0 IP=0 FDC=0
.ENDS
***************************************
What should I do ?