Hello,
I tried to import an HSPICE netlist into Cadence IC but I got an error (SPICEIN-24).
The netlist I tried to import contained multiple instances of a custom cell that is stored in the same libarary that I want to import the netlist into. For example, the netlist is something like:
****
xi net0 net1 vdd! 0 custom_cell
.end
The custom_cell is in the output library.
the error I get is:
Master cell CDF data not found for 'outputlibrary.custom_cell'
I put all the related libraries in the reference libraries in the GUI. Also, I unchecked 'Trigger CDF parameters callback'
I checked all similar posts, but none of them talked about depending on custom cells
What am I missing here?