G
greendays_01
Guest
Hi
I have a new DGMOSFET model written in PowerSpice. This PowerSpice
model calls a fortran subroutine to calculate the current through the
DGMOSFET. Now, my task is to import this model into Cadence, so that I
can run simulation with the model in Analog Artist.
However, I realize that Cadence doesn't support PowerSpice. So does
any of you know what should I do? Here is what I come up with:
1) Translate the model (including the fortran subroutine) to SPICE
and put it in Cadence
2) Translate the model (including the fortran subroutine) to
VerilogA and put it in Cadence
So which of the above method is better?
Also, I have another question that I would like to ask
Q1) Can I call a fortran function in a SPICE file?
For example, can I model the a current souce like this:
I1 1 0 FUN1(arg1, arg2, .....)
where FUN1 is a fortran subroutine that calculats current
Comment of suggestion of any kind is appreciated. Thank you very much
Chris
I have a new DGMOSFET model written in PowerSpice. This PowerSpice
model calls a fortran subroutine to calculate the current through the
DGMOSFET. Now, my task is to import this model into Cadence, so that I
can run simulation with the model in Analog Artist.
However, I realize that Cadence doesn't support PowerSpice. So does
any of you know what should I do? Here is what I come up with:
1) Translate the model (including the fortran subroutine) to SPICE
and put it in Cadence
2) Translate the model (including the fortran subroutine) to
VerilogA and put it in Cadence
So which of the above method is better?
Also, I have another question that I would like to ask
Q1) Can I call a fortran function in a SPICE file?
For example, can I model the a current souce like this:
I1 1 0 FUN1(arg1, arg2, .....)
where FUN1 is a fortran subroutine that calculats current
Comment of suggestion of any kind is appreciated. Thank you very much
Chris