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.

Spectre error: Illegal library definition found in netlist

Status
Not open for further replies.

naalald

Full Member level 4
Joined
Dec 2, 2006
Messages
216
Helped
30
Reputation
54
Reaction score
5
Trophy points
1,298
Activity points
2,627
Dear All,
When I want to start simulation with spectre the error says:
Fatal error: Illegal library definition found in netlist
I set the model file correctly, but I don't know why it errors!
Thanks.
 

Re: Error using spectre

Hi,

This error occurs most likely because your spectre model file contains many sections. You need to tell to spectre which section it has to include.
I guess your netlist contains :
include "<YOUR_MODEL_PATH>/spectreModelFile.scs"
but it should be like
include "<YOUR_MODEL_PATH>/spectreModelFile.scs" section=TYP
if you want to simulate the TYP corner (or typical, SLOW, FAST ....)

If your using the ADE GUI to make you netlist, then go to:
ADE -> Setup -> Model Libraries.
Click or select the model you want to include and fill the 'section (opt)' field to choose which section you want to include.

Cheers ;-)
Riad.

PS:
Do you know the Cadence usenet forum ?
https://groups.google.com/group/comp.cad.cadence/topics
This is the best forum to get your cadence-related questions answered. Some nice and brilliant Application Engineers from the Cadence Customer Support are answering questions in this forum, including the well known gentlemen Andrew Beckett. Please give it a try next time ;-)
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top