Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to convert spice file to technical file using in Cadence

Status
Not open for further replies.

whitewiz

Member level 3
Joined
Oct 12, 2006
Messages
62
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,286
Location
LA
Activity points
1,752
There is a spice file for diode. I wanna convert the spice file to the technical file
(*.scs) for spectre simulation in Cadence (Sun Solaris Unix).

The spice file content is below ;

------------------------------------------------------------------------------------

*DEVICE=PMBD7000,D
* PMBD7000 D model
* created using Parts release 6.2i on 03/26/97 at 13:51
* Parts is a MicroSim product.
.MODEL PMBD7000 D
+ IS=6.0289E-9
+ N=2.1283
+ RS=1.0000E-3
+ IKF=37.638E-3
+ CJO=593.63E-15
+ M=.1
+ VJ=.68774
+ ISR=2.0646E-9
+ NR=4.9950
+ BV=113.60
+ IBV=10
+ TT=5.7708E-9
*$
-------------------------------------------------------------------------------
 

To convert hspice netlist to spectre netlist:
spp -convert < hspice_netlist.sp > spectre_netlist.scs
 

    whitewiz

    Points: 2
    Helpful Answer Positive Rating
spp only converts the format of the netlist and it can not convert spice model to spectre model. This is why foundries usually provide both hspice and spectre models.
A good news is that cadence did a lot efforts to make spectre compatible with hspice models and netlist. You can use spectre to run the hspice netlist without any modification.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top