• 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. malias function

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 125
  • Views 14688
  • 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

malias function

VINCENTCHENG
VINCENTCHENG over 5 years ago

Hi, 

Does ADEXL has the "malias" function as in HSPICE?

Ex:

.malias nch = nch_mvt

(I want to change all 'nch_mvt' in the schematic to 'nch' without modify schematic )

thanks.

  • Cancel
Parents
  • Andrew Beckett
    Andrew Beckett over 5 years ago

    Your question doesn't really make sense. ADE XL is not a simulator. Spectre (which is a simulator) does support model aliasing, and you can do that either with the SPICE syntax:

    .malias nch=nch_mvt

    or with the spectre syntax:

    model nch_mvt nch

    Are you using spectre as the simulator? Maybe that's what you want - to tell the simulator to alias the model?

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • VINCENTCHENG
    VINCENTCHENG over 5 years ago in reply to Andrew Beckett

    I use Spectre as simulator.

    I want to know where to set  "spectre syntax: model nch_mvt nch" in ADE XL.

    For HSPICE, I just simply put ".malias nch=nch_mvt" in my .sp file.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • VINCENTCHENG
    VINCENTCHENG over 5 years ago in reply to Andrew Beckett

    I use Spectre as simulator.

    I want to know where to set  "spectre syntax: model nch_mvt nch" in ADE XL.

    For HSPICE, I just simply put ".malias nch=nch_mvt" in my .sp file.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
  • Andrew Beckett
    Andrew Beckett over 5 years ago in reply to VINCENTCHENG

    Create a file called (say) alias.scs and put:

    model nch_mvt nch

    in that file. Then add this file via Setup->Model Libraries in ADE (for the test) or Setup->Simulation Files under Definition Files.

    Or you could create a file called alias.sp and put:

    .malias nch=nch_mvt

    and then reference that file in the same way. If the suffix is ".scs" then it's assumed to be in Spectre syntax; otherwise it's assumed to be in SPICE syntax.

    Regards,

    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