• 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: Creating Rectangle with nano-meter (nm) values

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 143
  • Views 13061
  • 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: Creating Rectangle with nano-meter (nm) values

frasheed
frasheed over 10 years ago

 Hello,

I wrote a skill code in which I was creating rectangle using skill code:

 rodCreateRect(?name "rec" ?cvId geGetEditCellView() ?layer list("M1" "drw") ?width 5 ?length 5 )

 I was not using any units with width and length but now I want to use nano-meter units and this command is giving warning

*WARNING* rodCreateRect: ?width: zero value not allowed - 0

*WARNING* rodCreateRect: ?length: zero value not allowed - 0

*WARNING* rodCreateRect: command failed

 

Why is this so ? I am using 32nm technology library.

 

Thanks

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 10 years ago

    So what did you actually use? The numbers for ?width and ?length need to be in UserUnits - so if you do:

    geGetEditCellView()~>userUnits

    it will probably return "micron". If so, 5nm would need to be specified as 0.005 - if you enter it as 5n, it will be below a database unit (see geGetEditCellView()~>DBUPerUU - this will probably be 1000.0 or 2000.0 - that's the number of database units per user unit, so in my case I have 2000 database units per micron - so a resolution of 0.5nm. If I'd entered 5n as the value, that would be treated as 5 femtometres, which is smaller than the database resolution (and a bit tricky to manufacture too!)

    Andrew.

    • 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