• 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. design logic gate different strength

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 126
  • Views 13030
  • 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

design logic gate different strength

sam andro
sam andro over 14 years ago

I am trying to design an inverter (1x) with different strength so it is loaded by another inverter (2x), while the width of the first inverter is (W) the second one is (4w).

the point is, I wanna make parametric sweep for w from 1.2um to 504um ( which is the min and max width of that technology respectively), but when (W) is 504um the second inverter will be (4 * 504um) which is not realistic as the maximum width is 504um only.

 so how can i decrease the factor of (4) as the width of the first inverter increasing in the parametric sweep, so when the first inverter for example reaches 250um the factor of (4) will be decreased to be (2) to make the second inverter 500um which will not pass the max width of that technology.

 

Regards

  • Cancel
  • Quek
    Quek over 14 years ago

    Hi sam

    For the 2nd inverter, please use the following expression for width:

    w<=126u ? 4*w : 500u

    If w <= 126u, spectre will set the width of inverter2 as 4*w. For w>126u, the width will be a fixed value of 500u.

    You can read more about such programmable syntax in "Parameter Specification and Modelling Features" chapter in $MMSIMHOME/doc/spectreuser/spectreuser.pdf.

    Best regards
    Quek

    • 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