• 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. Digital Implementation
  3. Set cell dont use

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 90
  • Views 16784
  • 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

Set cell dont use

archive
archive over 19 years ago

I'm trying to forbid some cells to use in Encounter during optimize
just like below:

dbSetIsCellDontUse [dbGetCellByName bfx05pdv] 1
dbSetIsCellDontUse [dbGetCellByName ivx05pdv] 1

But during the optimisatiom FE did still use these cells.
Also when I looked at the dontusecells list, these cells are
defined inside.
Do you have any suggestions?


Originally posted in cdnusers.org by DN
  • Cancel
  • archive
    archive over 19 years ago

    add the following to your sdc file should do it.

    set_dont_use "bfx05pdv ivx05pdv" TRUE




    li siang


    Originally posted in cdnusers.org by lisiang
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • archive
    archive over 19 years ago

    After using db command, you must use "setupfootprint" to update the cell's footprint usage prior to using optDesign.

    BTW, some commands may refresh the dontuse setting on your internal command setting. So it is safe to use sdc. If you insist on using db command, you can use it immediately before optimization command.


    Originally posted in cdnusers.org by yasonwang
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • archive
    archive over 19 years ago

    Hi,

    The reply is late, but maybe useful for reference.

    It is common to load both min and max library into Encounter. A side effect in this is that when setting "setDontUse", you have to set it for both libraries! Do something like

    setDontUse someLibbc/DELAY1 true
    setDontUse someLibwc/DELAY1 true

    Regards,
    Eng Han


    Originally posted in cdnusers.org by EngHan
    • 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