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: Problem with addWellTap command
Posting to forums is available to community members only.
Login or Register
Rate this topic:
   
Author Messages
EngHan
Posts: 65
Online: User is Offline
5/19/2007 6:55 PM  
Hi,

The standard cell I am using does not have substrate and n-well tap, so I have to placed well tape cell at regular interval in the core.

My perference is to use place them in checkerboard fashion. But I am hit with what I believe is a limitation in the command addWellTap. It is not easy to explain, so please be patience.

Let assume the max distance between the well tape is 40um (to simplify, we ignore the width of the well tap and the height of the cell row). So the command to add well tap should be:

addWellTap -cell wellTap -cellInterval 160 -checkBoard

The cell interal is 160um because a well tap can cover 40um on both side. Also, in between the two cell taps on the same row, there are two well tapes on the upper and lower row which are exactly in the middle. Hence the spacing is 160um. The following drawing explain this:

(Note: X is the tie cell)

           X             <---80um--->X 
X<--------------------->X<----------160um--------->X
           X             <-40-><-40->X  


The problem occur when the upper or lower row is not available to place the well tap cell (e.g. due to macro or placement blockage). In this case, the tool shold place the well tie cell 160/4 or a max of 40um away from the edge of the row. The tool now place it 160/2 or 80um away. This is incorrect from my application of the command:


.............             X
... Macro ...     X
.............             X
.............<-!->X
.............             X
      X           X
X                  X                      X


The distance marked "!" above is less than 160/2, but larger than 160/4. So an DRC will occur here.

Is there a workaround or hidden switch to get this command to work? Thanks.

Regards,
Eng Han






mohanch007
Posts: 52
Online: User is Offline
5/20/2007 9:50 PM  
Hello Friend ,
How about using the below options -fixedGap with addWellTap :

If not can you move your Macrocells accodingly to align .


Examples
The following command preplaces a well-tap cell xyz on every row in the floorplan, with the distance between two consecutive cells not exceeding 40 µm.

addWellTap -cell xyz -prefix welltap -maxGap 160 -fixedGap 40

And you can add option : -fixedGap


FYI.

-fixedGap
Ensures that the specified gap is always maintained. That is, this will not search for a legal location if it cannot place well-tap cells at the given -maxGap. Instead, it goes on to place well-tap cells at the next position.

-maxGap microns
Specifies the distance, in micrometers, from the right edge of one well-tap to the left edge of the following well-tap in the same row. If well-tap cells cannot be placed at this gap due to placement blockage, placement will search for a legal location: first towards the previous well-tap, and then away from the specified location. Under no circumstances can the gap between well-taps be less than 45% of the specified maxGap value plus the well-tap width. The distance is measured from the center of the cells.
EngHan
Posts: 65
Online: User is Offline
5/21/2007 12:55 AM  
Hi Mohan,

It is not easy to shift the macro as the design has more than 100 macro of different sizes.

The option "-fixedGap" does not take an argument. So we can only either say "-maxGap 160" or "-cellInterval 160". The issue is that the tool will always take 160/2 as the maximum allowable distance. This is not true for checkerboard style.

More info on where the issue can happened:
1. Between the left side of the core to the left side of a macro (a small area for buffering and JTAG cell)
2. Between the right side of a macro to the right side of the core (a small area for buffering and JTAG cell)
3. on the left and right side of the macro
4. A single row betweent two macros (at the right side of these rows)

Regards,
Eng Han
Posting to forums is available to community members only.
Login or Register

Forums > Digital IC > Floorplanning, Place and route > Problem with addWellTap command


ActiveForums 3.6
     
Copyright 2006 Cadence Design Systems, Inc.