S
Svenn Are Bjerkem
Guest
Hi,
I wanted to give spectremdl a quick try to make some extencive corner
simulations. Seems that it is not possible to put a variable in place
of the actual section for section= in the include statement in the
netlist. I tried by defining a parameter called "corner" and then do
a
parameters corner="tt"
and then
include "/path/to/my/pdk/" section=corner
I wanted to use this with a paramset
design_corner paramset {
corner
"tt"
"ss"
"ff"
}
and in the mdl file:
foreach design_corner {
// do something
}
But this doesn't seem to work. This way of simulation does not seem to
be covered by the mdl documentation.
Solutions anybody?
--
Svenn
I wanted to give spectremdl a quick try to make some extencive corner
simulations. Seems that it is not possible to put a variable in place
of the actual section for section= in the include statement in the
netlist. I tried by defining a parameter called "corner" and then do
a
parameters corner="tt"
and then
include "/path/to/my/pdk/" section=corner
I wanted to use this with a paramset
design_corner paramset {
corner
"tt"
"ss"
"ff"
}
and in the mdl file:
foreach design_corner {
// do something
}
But this doesn't seem to work. This way of simulation does not seem to
be covered by the mdl documentation.
Solutions anybody?
--
Svenn