Hi,
I am trying to import a hspice file and convert to schematic in cadence IC 6.1, but errors happened like:
Inst: RXM0
Found net 'AIN'.
Found net 'AINOUT'.
Master Cell: 'resistor'.
Did not find 'silterraC13.resistor:symbol'.
ERROR (SPICEIN-24): Spice In did not find the symbol view of the master cell 'resistor' of the instance
'RXM0' in the subcircuit 'ANALOGIO60_33'. Specify the reference library that has the symbol
view of the master cell, or use device-mapping to map 'resistor' to a different
Actually, in the spice file, the model of RXM0 is not resistor but "sbpp". And sbpp does exist in the reference library.
.subckt ANALOGIO60_33 AIN AINOUT AVDD33 AVSS33 VDD VSS VSSIO VREF DIFREF
DXDM16 AVSS33 AIN pnt AREA=75.717P PJ=112.208528U
DXDM17 AIN AVDD33 pnt AREA=75.717P PJ=112.208528U
DXDM14 AINOUT AVDD33 pnt M=4 AREA=75.717P PJ=112.208528U
DXDM15 AVSS33 AINOUT pnt M=4 AREA=75.717P PJ=112.208528U
MM6 AVSS33 AVDD33 AVSS33 AVSS33 nm_33 W=324U L=8U M=1
RXM0 AIN AINOUT sbpp w=6U l=6U
.ends
What is wrong with the import? How to solve this problem. anyone can help?