The Designer's Guide Community Forum
https://designers-guide.org/forum/YaBB.pl
Simulators >> Circuit Simulators >> Corner analysis description for ADE
https://designers-guide.org/forum/YaBB.pl?num=1331547468

Message started by Evgenii on Mar 12th, 2012, 3:17am

Title: Corner analysis description for ADE
Post by Evgenii on Mar 12th, 2012, 3:17am

Hi! :)
Usually, corners for mos, resistors, diodes, etc are placed in one file.
But if I use links to one model file for different devices in my “pcf” (ADE corners file), is doesn’t  work… For solution this problem, i  generate new file for each device. Is very ugly… >:( What I should do... Thanks! :)
For example, what I do…

;pcf file
;corners definition for 0.60um process
;---------------------------------------------------
corAddProcess("060um" "/space/home/eboyarinov/" 'multipleModelLib)

corAddModelFileAndSectionChoices("060um" "TS06/tsl060.scs"
'( "typical5v" "slow5v" "fast5v" "up5v" "down5v" )
)

corAddModelFileAndSectionChoices("060um" "TS06/passive_model06/tsl060_ggnmos.scs"
'( "typical5vgg" "slow5vgg" "fast5vgg"  )
)

corAddModelFileAndSectionChoices("060um" "TS06/passive_model06/tsl060_resistors.scs"
'( "typ_resd1" "high_resd1" "low_resd1"  )
)

corAddModelFileAndSectionChoices("060um" "TS06/passive_model06/tsl060_diodes.scs"
'( "diodes" )
)

;----------------------------------------
corAddCorner("060um" "typ_25"
?sections '( ("TS06/tsl060.scs" "typical5v" )
("TS06/passive_model06/tsl060_ggnmos.scs" "typical5vgg" )
("TS06/passive_model06/tsl060_resistors.scs" "typ_resd1")
("TS06/passive_model06/tsl060_diodes.scs" "diodes")
)
?runTemp 25
?nomTemp  25 )

The Designer's Guide Community Forum » Powered by YaBB 2.2.2!
YaBB © 2000-2008. All Rights Reserved.