• 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 Design
  3. Change manufacturing grid for streamout in IC613

Stats

  • Locked Locked
  • Replies 6
  • Subscribers 125
  • Views 16991
  • 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

Change manufacturing grid for streamout in IC613

tkhan
tkhan over 15 years ago

How can the manufacturing grid size be changed when streaming out in IC613? In IC5141 there was an option to set the grid size in DBUperUU but I can't find this option in IC613 and the fab is saying the design has been streamed out at the wrong grid size. Please advise.

  • Cancel
Parents
  • Quek
    Quek over 15 years ago

    Hi Tarek

    The cmd to use is not techGetMfgGridResolution. Manufacturing grid determines the precision of the coordinates of layout objects. E.g. if it is 0.05u, then all layout objects should have coordinates that are multiples of 0.05u. Otherwise, it becomes offgrid (e.g. 123.06u is bad, should be 123.05u or 123u or 123.1u ,etc).

    The cmd should be techGetDBUPerUU. E.g.

    techGetDBUPerUU(techid "maskLayout")

    The above cmd retrieves the DBUPerUU value for "maskLayout" from "viewTypeUnits" section of the techfile. If you convert the gds to ascii format, you can see the following line in the output file:

    size of data base units : 0.0005

    I have 0.0005 because my maskLayout DBUPerUU is 2000 (1/2000=0.0005). Here is what you need to do:

    a. Dump out the techfile
    b. Edit the DBUPerUU value for maskLayout in viewTypeUnits section
    c. Re-compile the techfile as a new library
    d. Use XScale to change the dimensions of the layout
    e. Stream out using the new tech lib

    It is better to modify the value in a backup tech lib to avoid messing up your setup.

    Best regards
    Quek

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

    Hi Tarek

    The cmd to use is not techGetMfgGridResolution. Manufacturing grid determines the precision of the coordinates of layout objects. E.g. if it is 0.05u, then all layout objects should have coordinates that are multiples of 0.05u. Otherwise, it becomes offgrid (e.g. 123.06u is bad, should be 123.05u or 123u or 123.1u ,etc).

    The cmd should be techGetDBUPerUU. E.g.

    techGetDBUPerUU(techid "maskLayout")

    The above cmd retrieves the DBUPerUU value for "maskLayout" from "viewTypeUnits" section of the techfile. If you convert the gds to ascii format, you can see the following line in the output file:

    size of data base units : 0.0005

    I have 0.0005 because my maskLayout DBUPerUU is 2000 (1/2000=0.0005). Here is what you need to do:

    a. Dump out the techfile
    b. Edit the DBUPerUU value for maskLayout in viewTypeUnits section
    c. Re-compile the techfile as a new library
    d. Use XScale to change the dimensions of the layout
    e. Stream out using the new tech lib

    It is better to modify the value in a backup tech lib to avoid messing up your setup.

    Best regards
    Quek

    • 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