• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Custom IC Design
  3. display packet information 'defaultPacket' not found

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 127
  • Views 12183
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

display packet information 'defaultPacket' not found

Malolo
Malolo over 16 years ago

Dear all,

Sorry if i'm repeating any questions that were already solved but i did a search and could found any relating info. 

I'm using IC 5141, during initialization, the first line in CIW window  is a warning: 

*WARNING* The display packet information 'defaultPacket' for display was not found.  

when trying to layout a circuit, another warning notice came with the title " undefined packets" : "there are undefined  packets found. Most likely, the display resource file (display.drf) for a library was not merged.  To merge a display.drf file, use ....................  " 

My question is: are these two problems related? how to solve them? 

 I'm using  NCSU CDK and have  "cds.lib, .cdsinit, display.drf, .cdsplotinit" files placed in my working directory.  First 3 files are copied from  "cdssetup" folder in  ncsu-dk-1.5.1 packet and last fie was downloaded from the internet. 

 

Really a newbie here, so any suggestions are appreciated!

 

Malolo

  • Cancel
  • dmay
    dmay over 16 years ago

    Yes, these two problems are related. Every layer defined in your technology file needs to have a display packed defined in a display.drf file. It could be as simple as having your display.drf in the wrong location and Cadence is not loading it by default. You can manually load your display.drf using this command:

    drLoadDrf("/path/to/display.drf")

    You can find our what packets you need by dumping your technology file. From your CIW, go to the Tools menu and then Technology File Manager. On the form that comes up, choose your technology library, Select All choices and specify a file to dump the information into. Open the dumped file and search for techDisplays. You'll find all of your layers and purposes in the first two columns and the third column will give you the expected packet name for that layer. This same packet name must also be defined in your display.drf.

    For example, in your techfile, you might see something like this:
     ;( LayerName    Purpose      Packet          Vis Sel Con2ChgLy DrgEnbl Valid )
     ;( ---------    -------      ------          --- --- --------- ------- ----- )
      ( default      drawing      defaultPacket      t nil nil t nil )

    Your display.drf will need something like the following:
    drDefinePacket(
    ;( DisplayName  PacketName           Stipple    LineStyle  Fill       Outline    [FillStyle])
     ( display      defaultPacket        circles    solid      silver     silver     outlineStipple)

    You can edit your display settings graphically. From your CIW, choose Tools->Display Resource Manager. You can choose to Edit or Merge. The Merge allows you to combine packet information from one display.drf with another. The Edit will bring up a GUI that will allow you to modify color and stipple information for each layer. Then you can use File->Save to dump out your modified display.drf.

    Derek

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information