Ive created a Pcell that instantiates a PDK resistor and added a well tap. I can netlist using
ansCdlHnlPrintInst
.SUBCKT resTest minus nwell plus
*.PININFO minus:I nwell:I plus:I
RR0 rpodwo R=655 M=1 $PINS MINUS=plus BULK=nwell PLUS=minus
.ENDS
However, calibre aborts with a syntax error, anyone know why?
ansCdlHnlPrintInst
.SUBCKT resTest minus nwell plus
*.PININFO minus:I nwell:I plus:I
RR0 rpodwo R=655 M=1 $PINS MINUS=plus BULK=nwell PLUS=minus
.ENDS
However, calibre aborts with a syntax error, anyone know why?