Hello,
Can you please help with the following question regarding OPA847 simulations with Cadence:
I want to simulate a transimpedance amplifier using the OPA847 op amp, but the downloaded spice model (.SUB) won’t create an .OLB using the Cadence model editor. I just changed the .mod to .lib in the filename first. The comments in the netlist indicate that some statements need to be commented out for some users??? Also I don’t understand the syntax of the subckt statements (why are the subckts needed?).
* 3- For Spice3F4 users they might need to un-comment the lines for the F
* function and comment out the Lines for PSpice F functions
* and subckts. First try the present netlist then comment out lines if
* errors appear.
* General form:
* FXXXXXXX N+ N- <POLY(ND)> VN1 <VN2 ...> P0 <P1 ...> <IC=...>
* Examples:
* F1 12 10 VCC 1MA 1.3M
* 4- For some simulators the subckt for the F statement need to be placed
* inside the ends statement followed by carriage return
.subckt OPA847_Model_F1 1 2 3 4
F_F1 3 4 VF_F1 1
VF_F1 1 2 0V
.ends OPA847_Model_F1
Any help you can give would be greatly appreciated.
Andrea Ramos