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.

I have this error on cadence , any help ?

Status
Not open for further replies.

hoo

Newbie level 5
Joined
Apr 19, 2013
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,333
I have this error on cadence , any help ?

Screenshot at 2014-05-24 00:46:30.png
 

You would like to redefine a parameter which is already defined in your model file or PDK. You add this parameter to 'Design Variables' pane in Analog Design Environment window. When you run the simulation, you get an error message similar to the one above. Does Spectre allow duplicate parameter redefinition?

Spectre allows parameters redefinition. The "redefinedparams" option lets you do this.

Default for this is "error". To change to "ignore" or "warning, in the latest ISR of the IC tools, do the following:

In ADE, click on Simulation->Options->Analog.

In IC 5141, scroll down midway to see "redefinedparams"
In IC 614 and 615, select the "Check" tab to see "redefinedparams"

Note: ADE netlists in this order:

Design Variables
include files

The last parameters statement in the netlist is used by spectre in simulation. If you want to use an ADE design variable to override an include file parameters statement, you need to use IC 615ISR3 or later. In this version, you can set this .cdsenv variable:

envSetVal("spectre.envOpts" "netlistModelFileFirst" 'boolean t)



This will make ADE netlist in this order:
include files
Design Variables

redefinedparms has 3 options:

redefinedparams=error -- Error message which halts the simulation (default)
redefinedparams=warning -- Warning message only
redefinedparams=ignore -- Spectre silently supports it.

Reference: Cadence support
 
Thanks alot .
I have another question .... I am working on TDC and I want input signal which is (LOW) and after few seconds becomes (HIGH) then still (HIgh), How can I get this on cadence ?
 

Check "vpulse" in the analogLib. Just put the pulse period longer than your simulation time.
 

...or just use vpwl source
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top