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.

Spice .INC file into Cadence Spectre/DFII

Status
Not open for further replies.

Puppet123

Full Member level 6
Joined
Apr 26, 2017
Messages
356
Helped
22
Reputation
44
Reaction score
21
Trophy points
18
Activity points
3,059
Hello,

I have a spice model for a process in .INC format.

How can I use this file to do simulation using Cadence Spectre ?

I would assume .include model.inc - but where do I add this ?

Does it need to be converted ?

Thank you.
 

Put it the tail of some already-invoked model file chain (.scs)
and wrap it like

simulator lang=SPICE
{file guts intact}
simulator lang=spectre

Then it should work automagically.
 

What if I have no model file chain and this is all I am using ?
 

Then you use the same syntax, but you have to invoke
the inclusion yourself.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top