• 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. Custom IC SKILL
  3. Help on using rodCreatePath

Stats

  • Locked Locked
  • Replies 4
  • Subscribers 143
  • Views 15288
  • 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

Help on using rodCreatePath

Renee
Renee over 15 years ago

In the rodCreatePath function, it contains subrectangle arguments. I tried to write a program to make a path with variable-number of subrectangles shown as below:

?subRect list(

 for(i 0 cnt_num-1
list(
?layer buildCnts_info->layer3
?width buildCnts_info->width3
?length          buildCnts_info->length3
?endOffset       buildCnts_info->offset
?sep  buildCnts_info->sep+(buildCnts_info->width3)*i
?justification  "center"
?space  buildCnts_info->sp
) ; end list
);end for

) ;end of subRect lists

But when I run the procedure ,there is always error "The last argument of subrectangle can only be a list".

 I don't know how to solve this problem, or maybe I should try to use rodCreateRect instead.

 I'd really appreciated if someone could help me on this problem.

Lei

  • Cancel
Parents
  • Renee
    Renee over 15 years ago

    I found where I was wrong.

    I built the subRectList the way you told me, but when it is referenced in the ?subRect argument, I wrote the code as below:

    ?subRect list(subRectList)

    not ?subRect subRectList

    I checked the ROD user guide, and found out that in this ?subRect argument, the format of list-of-lists is required, which is already realized within subRectList.

     Thus when I used list(subRectList), the form looked like list-of-list-of-lists. But I am confused this format caused fprintf/sprintf problem, or maybe it was just imcompatible the required format of "list-of-list".

    By the way, the debugging commands are really helpful.

    Thank you very much!

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Renee
    Renee over 15 years ago

    I found where I was wrong.

    I built the subRectList the way you told me, but when it is referenced in the ?subRect argument, I wrote the code as below:

    ?subRect list(subRectList)

    not ?subRect subRectList

    I checked the ROD user guide, and found out that in this ?subRect argument, the format of list-of-lists is required, which is already realized within subRectList.

     Thus when I used list(subRectList), the form looked like list-of-list-of-lists. But I am confused this format caused fprintf/sprintf problem, or maybe it was just imcompatible the required format of "list-of-list".

    By the way, the debugging commands are really helpful.

    Thank you very much!

    • 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