Tuesday, January 06, 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: tip of the week: improve run time during initial placement
Posting to forums is available to community members only.
Login or Register
Rate this topic:
   
Author Messages
lisiang
Moderator
Posts: 48
Online: User is Offline
12/05/2006 1:50 AM  

You can cut your run time by up to 3x (for 500k instances) by not doing scan recordering during placeDesign.  You can do the following
.
. SETUP UP YOUR SCAN IN & SCAN OUT
.
setPlaceMode -noReorderScan -modulePlan
placeDesign -with_your_own_option
scanReorder
optDesign -preCts

With the above flow, the run time is reduced at the same time congestion & timing do not get worst.

li siang


EngHan
Posts: 65
Online: User is Offline
12/31/2006 8:32 PM  
Hi Li Siang,

I tried out your suggestion, but does not see improvement. The design is bigger than 500K during placeDesign. Maybe I am using scandef. There are many scan chaisn due to the use of scan compressor. I think it is a easier flow to use scandef than to define scan-in and scan-out in Encounter especially with scan compressor the scan-ins and scan-outs are at defined at hier ports.

Do you have any idea why disable scan reordering can make placeDesign with modulePlan run faster?

Regards,
Eng Han
lisiang
Moderator
Posts: 48
Online: User is Offline
1/01/2007 12:00 PM  
i assumed you are using -inPlaceOpt with -modulePlan.

-modulePlan wil run placement multi-time with the -inPlaceOpt to improve timing. Each re-placement will cause a scan recordering. Thus turning off the scan recordering will save some run time. If you design is not timing critical, then the re-placement might not happen and you might not see the run time saving.

li siang
EngHan
Posts: 65
Online: User is Offline
1/02/2007 10:23 AM  
Hi Li Siang,

I am not using "-inPlaceOpt" with -modulePlan. I using optDesign after placeDesign. This is the reason why I don't see improvement in runtime.

In your experience, do you prefer to use "-inplaceOpt"? Somehow it appear to me that running in two steps give better result.
Regards,
Eng Han
lisiang
Moderator
Posts: 48
Online: User is Offline
1/02/2007 10:48 AM  
it is design dependent. In general -inPlaceOpt with -modulePlan works pretty well due to the replacement & re-opt. In some of the block i did, i found the following woked better (gave better timing)

placeDesing -modulePlan
optDesign -preCts
placeDesign -incr
optDesign -preCts

li siang
Posting to forums is available to community members only.
Login or Register

Forums > Digital IC > Floorplanning, Place and route > tip of the week: improve run time during initial placement


ActiveForums 3.6
     
Copyright 2006 Cadence Design Systems, Inc.