• 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. Logic Design
  3. How To Change Design Name in RTL Compiler

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 62
  • Views 15467
  • 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 Change Design Name in RTL Compiler

menime54
menime54 over 9 years ago

Hi,

I am using the following command to elaborate my design.  The design name is updated with the parameter names and values.  I do not want the design name to change. 

elaborate $DESIGN_NAME -parameters $cyDesign(ELAB_PARAMS)

I have tried to use the change_names command to fix this.  I have come up with a hack, but I need a more generic solution. 

I have tried using the following change_name options with no luck:

-replace_str : This needs other options and I couldn't get it to work.  I just want to put the original name with this command.  How do I use this option properly?  Can you post the code for using this option to change the design name.

-map {{"from" "to"}} : I tried putting the whole from and to names in here, but that doesn't work to fix the problem

My hack is below, but I just simply want to replace the design name and not do this weird hack.

change_names -design -max_length [expr [string length $DESIGN_NAME] + 2]

Please help!

Thanks,

Stephanie

  • Cancel
Parents
  • grasshopper
    grasshopper over 9 years ago
    just do 'mv des1_param1_val1 des1' This is faster, cheaper, and cleaner. However, note, by default Genus will look for the parameterized name if instantiated as a parameterized module in a bottom up flow
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • grasshopper
    grasshopper over 9 years ago
    just do 'mv des1_param1_val1 des1' This is faster, cheaper, and cleaner. However, note, by default Genus will look for the parameterized name if instantiated as a parameterized module in a bottom up flow
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

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