• 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. command for deleting Regions

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 91
  • Views 15670
  • 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

command for deleting Regions

surajece01
surajece01 over 15 years ago

Hi All,

Does anybody know what is the command for deleting regions in encounter.

Regards

suraj

 

 

  

 

  • Cancel
  • BobD
    BobD over 15 years ago

    In Encounter, regions are one type of placement constraint.  Other types are Guides, Fences, and Soft Guides.  The terminology is a little inconsistent depending on how you approach the problem (ie, by way of the GUI or by TCL commands or by db access commands) so I can see where this can be a confusing area.  So thanks your question- I'm sure others have been stumped by this as well.

    If you see a region in the floorplan and you'd like to delete it, you can select it with the mouse (by clicking on it with the left mouse button or via an area selection) -or- with the selectModule command which takes a hierarchical instance name as an argument.  Once you've selected all the regions you want to delete, you can delete them by hitting the delete key on the keyboard.

    If you want to delete all of the floorplan constraints in the design (regardless of whether they're guides, regions, or fences) you can go to Floorplan->Clear Floorplan->Specified Objects->Floorplan Guides.  This is the same as the TCL command "unplaceAllGuides".

    If you wanted to delete just the regions using only GUI mechanisms, you could select all of the regions with the Edit->Find/Select Object form by searching/selecting all Modules of Constraint Type "Region" and then clearing them out with Floorplan->Clear Floorplan->Selected.

    Or, if you wanted a more TCL-based approach try something like this where we select all of the hinsts that are regions and then delete them:

    deselectAll
    dbSelectObj [dbGet [dbGet top.fplan.bndrys.type region -p].hinst]
    deleteSelectedFromFPlan

    Hope this helps,
    Bob

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • surajece01
    surajece01 over 15 years ago

    Thanks Bob,

    I was looking for the last option you have mentioned. Its working.

    Regards

    suraj

    • 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