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: importing P/G pins into Encounter with .def file
Posting to forums is available to community members only.
Login or Register
Rate this topic:
   
Author Messages
kongtep2
Posts: 6
Online: User is Offline
3/10/2008 6:03 PM  
Dear all,
I have been trying to get the pins (VDD and VSS) in the extracted .def file from cadence into Encounter. however, when i do the defIn cmd, it keeps giving me this error:

Pin "VSS" is not created because it's not in the netlist and also not a P/G pin.

>> I know it's not declared in the Verilog netlist since it is power/ground pin. Why does Encounter not recognize it as a P/G pin. even in my .conf file, i have this:

set rda_input(ui_pwrnet) {VDD}
set rda_input(ui_gndnet) {VSS}

so if anyone has experience the same, please let me know. thank you very much.
regards,
chhay
mohanch007
Posts: 52
Online: User is Offline
3/10/2008 9:17 PM  
HI,
Just check in you're def file for "SPECIALNETS" sections for VDD and VSS pins . if you are missing them then use "defOut -floorplan" switch to get them in def file . and you get them even from .fp file (loadFPlan) with PGPin , PinBox having such information. hope it will solve your issue.

Ex. : In PINS section
- vdd + NET vdd + SPECIAL + DIRECTION INOUT + USE POWER
+ LAYER M4 ( -1440 0 ) ( 1440 280 )
+ FIXED ( 1092580 1191680 ) S ;

You can also check in .fp ( floorplan) file for the fallowing syntax to existing of POWER and GROUND definition .

PhysicalNet: vdd -pwr
PhysicalNet: vss -gnd



And for PGPins :

PGPin: vss vss inout gnd fixed 671.8100 1708.8400 N 7 1
PinBox: 669.2000 1703.6200 674.4200 1708.8400 -lyr 7


kongtep2
Posts: 6
Online: User is Offline
3/10/2008 9:39 PM  
mohanch007,
thank you very much. you saved me! I haven't been trying to figure this out for a long time. it works when i specify the special net/pin in the .def file from cadence.

I have another question regarding power planning tho. so i created a rectilinear contour for the core with the placement blockage using the partition cut. so when i addRing around the contour of the block, it says:

selected placement blockage (x1, y1, x2, y2) will be considered by addRing command as placement objects.

another thing is that the Encounter won't let me addRing using the type: core ring(s) contouring. it says the check design boundary or specify valid offsets.
please help.
thank you soooo much for your help!
Posting to forums is available to community members only.
Login or Register

Forums > Digital IC > Floorplanning, Place and route > importing P/G pins into Encounter with .def file


ActiveForums 3.6
     
Copyright 2006 Cadence Design Systems, Inc.