Thursday, January 08, 2009     Register | Login | Search | Contact Us
     

Many of you already received communications about the move of the Cadence user community into cadence.com. And many of you have already joined, with over 4000 registrations in the first two weeks.

The new Cadence Community enhances the ability of Cadence users to connect and collaborate. In addition to moving the community into cadence.com -- enabling single sign-on for community, Sourcelink and Cadence events -- the new site is organized around nine technology segments, giving you easy access to product information, training, forums and blogs. Some of the new features include:
  • Ability to respond to posts via e-mail
  • Technology-specific blogs
  • Latest Web 2.0 social networking capabilities
  • Public profile options
  • Private messaging
  • Friends lists
Visit the new Cadence Community today at www.cadence.com/community and join the discussions!

Registration note: Due to the scope of the enhancements and the new SSO registration system, we were not able to migrate existing cdnusers.org member accounts. So new registrations are required, but this enables a broader set of functionality we think you'll enjoy.

Forum note: Under the guidance of forum moderators, we have taken the 20+ cdnusers.org forums and consolidated them into 11 forums on the new site. Posts have been brought over so you can leverage that posting history. CDNusers forums will be set to read only starting 7/30, and cdnusers.org will be redirected to the new community on 8/4.

Best regards,
Mike and Tom

Michael A. Catrambone - Steering Committee Chairman
Distinguished Engineer
PCB/Mechanical
UTStarcom, Inc.

Tom Diederich
Cadence Community Manager
Home
Forums
Subject: generating SDF
Posting to forums is available to community members only.
Login or Register
Rate this topic:
   
Author Messages
viswanadhbabu
Posts: 16
Online: User is Offline
1/27/2008 11:00 PM  
Hai , Please clarify me the following : To genrate sdf, can we ganerate it for more than one corner(max,min,typical) at a time.If so,kindly tell me how to do it. Thanks & Regards, K.VISWANADH BABU
Black Lutin
Posts: 11
Online: User is Offline
1/28/2008 1:18 AM  
Hi,

Which encounter vesion do you use ? Which command are you using for SDF out ?

For last encounter version I use for generating spef something as:
rcOut -rc_corner Worst_corner -spef Worst.spef
rcOut -rc_corner Best_corner -spef Best.spef

We use after directly under PrimeTime these two files. I am not sure it is possible to control the corner with sdf outputs.

Regards ... Luc ..
viswanadhbabu
Posts: 16
Online: User is Offline
1/28/2008 1:34 AM  
Hi Lutin ,
Thank you for your response. Iam using 6.1 version and using the following command
"delayCal -mergeSetupHold -sdf ".

The problem is iam generating sdf for only one corner at a time .But , i would like to generate it for multiple
corners.
Could you suggest me any thing in this issue.

Regards,
KVB

Black Lutin
Posts: 11
Online: User is Offline
1/28/2008 6:43 AM  
Hi,

I am not sure this to be possible. Normally only one corner is used at a time by encounter. The only moment when there are two corners is when you fix the hold,
where encounter need the worst corner to fix the hold without breaking the setup.
For sample you can try the following:

setAnalysisMode -setup
extractRC -force
delayCal -mergeSetupHold -sdf delayCal.setup.sdf
setAnalysisMode -hold
extractRC -force
delayCal -mergeSetupHold -sdf delayCal.hold.sdf

The two files are different, and you need a special tool to merge them.

Did you submit this problem to cadence support ?


Regards ...
BobD
Posts: 80
Online: User is Offline
1/28/2008 7:09 AM  
The tool has been enhanced in this area around the 6.1 timeframe. In the olden days, delay calculation -and- sdf writing were done together as part of the delayCal command. This method of operation became outmoded as the tool was enhanced to support Mulit-Mode Multi-Corner (MMMC). The "write_sdf" command can be used to write delay values stored in memory. I think the best way to do what you're looking for is with MMMC and the write_sdf command. Something like this:


timeDesign
write_sdf -min_view -typ_view -max_view

encounter 1> help write_sdf
Usage: write_sdf [-version { 2.1 | 3.0 }] [-precision
] [-scale ]
[-delimiter ] [-transform_out_to_out_arcs]
[-celltiming {all | none | nochecks}]
[-interconn {all | none | noport |
noinport | nooutport}] [-edges {edged
| library | noedge | check_edge}] [-remashold]
[-splitrecrem] [-splitsetuphold] [-condelse]
[-nonegchecks] [-min_period_edges {posedge
| negedge | both | none}] [-no_escape]
[-merge_arcs] [-process] [-voltage]
[-temperature] [-filter] [-view ]
[-min_view ] [-typ_view ]
[-max_view ]

Hope this helps,
Bob
Posting to forums is available to community members only.
Login or Register



ActiveForums 3.6
     
Copyright 2006 Cadence Design Systems, Inc.