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: About the OVERLAP layer in LEF, how can I get its boxes in FE
Posting to forums is available to community members only.
Login or Register
Rate this topic:
   
Author Messages
eminemshow
Posts: 75
Online: User is Offline
6/06/2007 2:39 AM  
Dear ALL:

As you know, the OVERLAP layer in LEF is for defining rectlinear blocks, now I want list all the physical box for this layer, what command or TCL scriptss can I use, pls help me!


Many thx!!
bougantp
Posts: 19
Online: User is Offline
6/06/2007 7:07 AM  
Could you please detail your question:
Are you dealing with a hierarchical design ?
Your overlap Layer represent rectilinear partition ?

To print the cutout rectangle for a partition (before commit) you can try the following script:

set instancePtnName "You partition instance name"
set ptnCut [dbGetPtnCutByName $instancePtnName]
while {$ptnCut != "0x0"} {
if {[dbPtnCutName $ptnCut] == $instancePtnName} {
set ptnCutBox [dbPtnCutBox $ptnCut]
puts $ptnCutBox
}
set ptnCut [dbPtnCutNextInFPlan $ptnCut]
}
eminemshow
Posts: 75
Online: User is Offline
6/07/2007 7:30 PM  
Dear bougantp:
Thanks!! My design is not hierarchical design. You code is to get all the partition cuts of a design, it is useful for a self-defined rectilinear shape block. But my scenario is that I have a HARD macro imported from a LEF file. I want to get OVERLAP layer box which is similar to a partition cut layer box.
BobD
Posts: 80
Online: User is Offline
6/25/2007 7:00 AM  
Hi eminemshow,

In $ENCOUNTER/tools/fe/gift/scripts/tcl, there is a script called "user_scripts.tcl" that contains a proc called "userGetInstOverlap" that I believe does what you're seeking to do. Could you have a look at that and report back whether it does what you need?

Thanks,
Bob
eminemshow
Posts: 75
Online: User is Offline
6/25/2007 8:21 PM  
Dear BobD:

I cannot find the script 'user_scripts.tcl' under the specified path. I can find a lot of other tcls except this one......My SOCE is SOC52USR2. Can you upload the script.

Many thanks!!
eminemshow
Posts: 75
Online: User is Offline
6/26/2007 12:48 AM  
Really thanks, BodD!!

I find the tcl in the SOC61 update tar file. It is what I want. We just cannot get the OVERLAP layer at the top cell level, but at the hierarchical inst level. The script is amazing!!

Best Regard!!
Posting to forums is available to community members only.
Login or Register

Forums > Digital IC > Floorplanning, Place and route > About the OVERLAP layer in LEF, how can I get its boxes in FE


ActiveForums 3.6
     
Copyright 2006 Cadence Design Systems, Inc.