• 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. retime failed with error msg "Failed on find_unique_design...

Stats

  • Locked Locked
  • Replies 7
  • Subscribers 61
  • Views 8866
  • 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

retime failed with error msg "Failed on find_unique_design"

archive
archive over 17 years ago

I have set attribute retime to a certain design

set_attr retime 1 [find / -subdesign some_design]

after elaboration. However I get following error message after the generic synthesis:

Failed on find_unique_design

The script is structured as follows;
1. read libraries and set library
2. read don't use cells
3. read_hdl
4. elaborate
5. read constraints
6. set costs groups/path groups
7. set_attr retime true [find / -subdesign *]
7. run generic synthesis
8. run technology mapping etc...

I have set this attribute to only one subdesign. find_unique_design is an internal command I think.

Do you have any idea?


Originally posted in cdnusers.org by sporadic crash
  • Cancel
  • archive
    archive over 17 years ago

    Hi Sporadic Crash,

    I suggest checking your directories after elaboration. Sounds like you elaborated more than one design. Also, if I am not mistaken, you do not need to do
    > set_attr retime true [find / -subdesign *]
    My understanding is that
    > set_attr retime true [find / -design ]
    is sufficient since the attribute is recursive. I only use subdesign when I specifically only want to retime a particular subdesign/s and nothing else.

    good luck,
    gh-


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

    Hi grasshopper,

    The flow is stable and we are pretty confident that only and only one elab occurs.

    That I want to retime a particular subdesign, is correct. Due to my typo, [find / -subdesign *] was stated above. No, I have used the name of the particular subdesign.

    I have tried different combinations but RTL Compiler does not like the retime attributes I set. It always gives me the same error.
    I have set the attrib, run generic synthesis -to_generic. No, I get that error.
    I havfe run generic synthesis -to_generic, I have set the attrib. The same error.
    I have set the attrib right after elab. Then directly synthesize -to_mapped. The same error.
    I am pretty sure that only one subdesign was set for the retime attrib for all tries above.

    The error refers to an internal TCL command/procedure intransparent to the user. I thus dont know what the error is.


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

    Hi Sporadic Crash,

    somehow it seems like there is a non-unique design RC expects to be unique. Have to tried uniquifying and then applying to the instance you are interested instead of the subdesign. You can try
    > set retimeDesign [edit_netlist dedicate_subdesign [find / -inst and then follow your flow using $retimeDesign. Otherwise sounds like you may need to get the local Cadence folks to help you out. Hope they are the good kind :)

    good luck,
    gh-


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

    Hi Grasshopper,

    I have found the reason why. If the compiler script checks out the special license required for retiming, RTL Compiler generates some internal designs right after generic synthesis. This gives more than one design (find / -design *) and the tool cannot run the scripts any more.

    The checked-out license changes the behavior of the tool. Cadence has been contacted, this is a tool issue.. The tool behaves beyond the scope of the user script, which is not acceptable.


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

    Hi, just forgot to mention is that the RTL Compiler generates these strange designs even if the retiming feature is NOT enabled.

    There are actually more things here but due to marketing/company reasons I will not tell more infomation in this subject.


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

    Thanks for the update for the rest of us watching the forum Sporadic Crash. Do not worry about the details. If your company is as security happy as mine, I certainly empathize . . .
    I will definitely watch out for it but hopefully they will remedy soon from your comments.

    take care,
    gh-


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

    Hi Grasshopper,

    we have found out that the additional designs, which I called "redundant designs" are actually a result of superthreading function which was enabled with the special license. But because of some network issues in-house, RTL Compiler stops.

    This seems to be our issue, not the tool.
    Thus this thread might be closed...


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