S
Svenn Are Bjerkem
Guest
Hi,
how would I be able to perform a parametric analysis over corners using
OCEAN?
I have 4 corner combinations, highVoltage, lowVoltage, slowTech and
fastTech and I would like to run a parametric sweep in each of these 4
cases.
I tried the following:
loadPcf("./cornerTool.pcf")
loadDcf("./cornerTool.dcf")
paramAnalysis("sdel" ?start 350p ?stop 400p ?lin 20 )
cornerRun()
but that did only cause the corner tool to run once on each corner.
Is there support for this at all in OCEAN? The only other way would be
to use two nested SKILL foreach loops as far as I can see, but then I
have a problem presenting my data as I am characterising the setup and
hold times of a flip-flop.
Or there is a better way to find setup/hold time of flip flops over
corners than sweeping the data vs. the clock.
--
Svenn
how would I be able to perform a parametric analysis over corners using
OCEAN?
I have 4 corner combinations, highVoltage, lowVoltage, slowTech and
fastTech and I would like to run a parametric sweep in each of these 4
cases.
I tried the following:
loadPcf("./cornerTool.pcf")
loadDcf("./cornerTool.dcf")
paramAnalysis("sdel" ?start 350p ?stop 400p ?lin 20 )
cornerRun()
but that did only cause the corner tool to run once on each corner.
Is there support for this at all in OCEAN? The only other way would be
to use two nested SKILL foreach loops as far as I can see, but then I
have a problem presenting my data as I am characterising the setup and
hold times of a flip-flop.
Or there is a better way to find setup/hold time of flip flops over
corners than sweeping the data vs. the clock.
--
Svenn