• 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. Functional Verification
  3. System Verilog and AMS

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 65
  • Views 14607
  • 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

System Verilog and AMS

Anky
Anky over 13 years ago

Hi All,

Which tool is supporting system verilog and ams both togather?

I am using IUS 10.20-s106 and getting error as below:

ncvlog: *F,AMSASV: The -ams and -sv options cannot be used together.

 Please help me out.

Regards,

Ankit

  • Cancel
  • tpylant
    tpylant over 13 years ago
    By using the “-sv” switch, you are turning on the SV compiler for ALL files. By using the “-ams” switch, you are turning on the AMS compiler for ALL files. Since AMS does not support SV, this is a conflict.

    The best way to use the “irun” command is to take advantage of automatic compiler selection by file name extension. You would name all your SV files with a “.sv” filename extension and all the Verilog AMS files with “.vams” extension. You would not need to specify the “-sv” or “-ams” switch and irun would pick the compiler based on the extension.

    If you don’t want to rename the filename extensions, you would need to run “irun –compile –ams” on just the Verilog AMS files and then run “irun –compile –sv” on just the SV files. Then you can run “irun –c” and “irun –R” to elaborate and simulate.

    Tim
    • 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