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.

[SOLVED] Help: how to write .pcf file for corners analysis?

Status
Not open for further replies.

x1346

Junior Member level 1
Joined
Apr 22, 2010
Messages
18
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
China
Activity points
1,395
Help: how to write .pcf file for corners analysis? (about corAddCorner)

The process file is organized in the following style:
"...
section tt_5v
...
include "***.scs" section=mos_5v
endsection tt_5v
...
...
section mos_5v
...
endsection mos_5v
...
section diotypical
...
include "***.scs" section=diode
endsection diotypical
...
...
section diode
...
endsection diode
..."

The use of corAddCorner commond is as follows:
corAddCorner( "analog.35u" "fastslow"
?variants '( ("npn" "fast") ("nmos" "slow") )
?runTemp 125
?vars '( ("baseRho" "40") ("channelEffect" "1.12") ) )

My doubt is, when I choose tt_5v and diotypical at the same time, then how to specify arguments for variants?
Thanks in advance.
 

I resolved the problem by dividing the ***.scs file into several individual files based on the device types, such as mos, resistor, diode and capacitor.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top