• 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. ?keepOut in rodFillWithRect()

Stats

  • Locked Locked
  • Replies 5
  • Subscribers 144
  • Views 5990
  • 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

?keepOut in rodFillWithRect()

GoodHarry
GoodHarry over 2 years ago

Hi,

I want to use ?keepOut in rodFillWithRect() to create a excluded polygon in master Rect.

what's the parameters for   ?keepOut  ?

It can not work when providing a list of points for ?keepOut as Candance Help descripted.

who can tell me what parameters should be provided?

Thanks

Best Regard

code as below: 

  • Cancel
  • skillUser
    skillUser over 2 years ago

    Hi,

    The ?keepOut argument needs to be a list of lists, the error message states this: ... Specify a list of keepouts, where a keepout is a list of points.

    Try changing the excludeList, for example:
    excludeList = list(list(list(0.15 -0.15)
    list(0.15 0.15)
    list(10.0 0.15)
    list(10.0 -0.15)
    list(0.15 -0.15))
    )

    Having said this, when I tried the correct format the rodFillWithRects() function did not seem to exclude the rects from that area.

    Hopefully this helps though.

    Best regards,

    Lawrence.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • GoodHarry
    GoodHarry over 2 years ago in reply to skillUser

    Hi Lawrence,

    Thanks for your answer, the error is cleaning.

    as you said, the ?keepOut don't exclude a area from master rect.

    may be I need try other skill function.

    Thanks anyway.

    Best Regards,

    Harry 

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 2 years ago in reply to GoodHarry

    The ?keepOut argument does work, but you must also specify ?outputFillShape. This is explained in Change in functionality of ROD function rodFillWithRects with keepOut option in IC6.1.7 ISR11. Example SKILL commands for dbCreateViaShapeArray.

    I've requested that the documentation is fixed (it doesn't make this clear); you should be able to make your example work (with Lawrence's suggestion) by adding ?outputFillShape list(nil) to the argument list of rodFillWithRects

    Andrew

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • GoodHarry
    GoodHarry over 1 year ago in reply to Andrew Beckett

    Hi Andrew,

    Thanks for your reply.

    It helps me a lot in my work.

    B&R

    Harry

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • GoodLarry
    GoodLarry over 1 year ago

    Thanks for your post.

    I had the same problem and now I found the solution.

    Best

    Larry

    • 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