• 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. How to set set_dont_touch in Encounter

Stats

  • Locked Locked
  • Replies 6
  • Subscribers 90
  • Views 19947
  • 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

How to set set_dont_touch in Encounter

archive
archive over 18 years ago

How to set dont_touch for a module in Encounter?


Originally posted in cdnusers.org by sundaresan
  • Cancel
  • archive
    archive over 18 years ago

    Hello Sudersan,

    I have used the below option , but i used the same in SDC .

    How to specify don't_touch instance ??
    STEP-1 :
    # DELAY CELL

    set_dont_touch [get_cells I_cdnuser_cts/S_CKsunderM_DLY_1 ]
    set_dont_touch [get_cells I_cdnuser_cts/S_CKsudarsanM_DLY_2 ]

    How to load this on to Encounter ??
    STEP-2 :
    loadTimingCon -incr ./SDC/dont_touch_cell.sdc

    Hope this will satisfy to query .

    Do let me know if you need further clarifications .

    regards,
    Mohan


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

    Thanks mohan, its working..........


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

    I have found that this command is only respected for 1 round of optimization commands. It seems, that if I set a group of books as dont_touch, that is honored for the first optimization. If I then route, and do post-opt, the dont_touch dissapears. I have found I need to run the dont_touch command often, and upon each import of the design. Is this normal?


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

    dbSetIsNetDontTouch [dbGetNetByName your_net_name_here] 1 dbSetIsInstDontTouch [dbGetInstByName your_hierarchy/your_instance] 1


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

    Did you try adding the dont_touch commands to your constraint file, instead of entering them on the command line?


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

    This didn't format very well the first time. To don't touch a net: dbSetIsNetDontTouch [dbGetNetByName your_net_name_here] 1 To don't touch an instance: dbSetIsInstDontTouch [dbGetInstByName your_hierarchy/your_instance] 1 I think you wanted to target a module. Modules are instances but I haven't actually tried don't touching any instances that weren't cells.


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