C
comp.cad.cadence
Guest
Dear all,
In Cadence ADE, one often manually inputs the value for design
variables you already set in your schematic. In schematic's netlist,
you can see sth. like:
simulator lang=spectre
global 0 sub! vdd!
include ....../quantity.spectre
parameters YOUR DESIGN VARIABLE=XXX
include YOUR MODEL FILE
Obviously, the design variables are loaded/combined to your schematic
very early (at least earlier than loading of model files).
I wonder if I can bypass the step of manually inputing the value for
design variables? say, like loading a file from somewhere. I tried to
load the design variables file from "Model Library" and "Simulation
Files" in ADE, but it didn't work. It seems that this issues hasn't
been addressed in previous posts. Anyone can give me some clues?
Thanks!
rgds
-Andy
ps: my design variables files is like:
simulator lang=spectre
parameters YOUR DESIGN VARIABLE=XXX
In Cadence ADE, one often manually inputs the value for design
variables you already set in your schematic. In schematic's netlist,
you can see sth. like:
simulator lang=spectre
global 0 sub! vdd!
include ....../quantity.spectre
parameters YOUR DESIGN VARIABLE=XXX
include YOUR MODEL FILE
Obviously, the design variables are loaded/combined to your schematic
very early (at least earlier than loading of model files).
I wonder if I can bypass the step of manually inputing the value for
design variables? say, like loading a file from somewhere. I tried to
load the design variables file from "Model Library" and "Simulation
Files" in ADE, but it didn't work. It seems that this issues hasn't
been addressed in previous posts. Anyone can give me some clues?
Thanks!
rgds
-Andy
ps: my design variables files is like:
simulator lang=spectre
parameters YOUR DESIGN VARIABLE=XXX