• 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. How to use enterPath() and rodCreatePath() create three...

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 143
  • Views 3543
  • 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 use enterPath() and rodCreatePath() create three Multiple path?

Yush
Yush over 1 year ago

hi,

As the subject, how to use enterPath() and rodCreatePath() create three separate multiple paths?Or there is other ways to calculate points of outer path and inner path based the return of enterPath() 

  • Cancel
  • Yush
    Yush over 1 year ago

    There is the code of one multiple path:


    procedure(test_enterPath()
    let(()
    enterPath(
    ?prompt list("Enter the first point" "Enter the next point")
    ?pathStyle "Truncate"
    ?pathWidth 2
    ?doneProc "test_DonePath"
    )
    t
    )
    )

    procedure(test_DonePath(w done pts)
    let(()
    if(done then
    rodCreatePath(
    ?layer list("AA" "drawing")
    ?width 1.0
    ?choppable t
    ?endType "truncate"
    ?beginExt 0.0
    ?endExt 0.0
    ?offset 0.0
    ?justification "center"
    ?pts pts
    ?cvId geGetEditCellView()
    ?encSubPath list(
    list(
    ?layer list("M1" "drawing")
    ?enclosure 0.0
    ?choppable t
    ?beginOffset 0.0
    ?endOffset 0.0
    )
    list(
    ?layer list("SP" "drawing")
    ?enclosure -0.18
    ?choppable t
    ?beginOffset 0.0
    ?endOffset 0.0
    )
    )
    ?subRect list(
    list(
    ?layer list("CT" "drawing")
    ?width 0.22
    ?length 0.22
    ?space 0.28
    ?choppable t
    ?justification "center"
    ?sep 0.0
    ?beginSegOffset 0.0
    ?endSegOffset 0.0
    ?beginOffset -0.14
    ?endOffset -0.14
    ?gap "distribute"
    )
    )
    );end rodCreatePath
    else println("Path entry aborted.")
    );end if
    );end let
    );end proc

    • 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