• 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. Mixed-Signal Design
  3. display analog signal voltage in VerilogAMS

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 65
  • Views 14484
  • 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

display analog signal voltage in VerilogAMS

DavidLou
DavidLou over 7 years ago

hello exports,

wonder if I can find some help here. 

I want to display the analog signal's voltage at digital clock edge in VerilogAMS code. the compiler keeps telling me this hierarchical signal access is illegal. is there a way to achieve this? the hierarchy path is definitely right as it can compile if I remove "V()" although I don't get the right voltage answer. 

                 ncelab: *E,ILLSARG (..../verilogams/verilog.vams,735|52): Illegal argument for signal access function [4.3(AMSLRM)].

module testbench

   always @(negedge clk ) begin

   ...
      $display("====  %g  ", V(top.sub.leaf) );
   ...
   end

   analog begin 

   ...

   end

endmodule

regards,

David

  • Cancel
  • Frank Wiedmann
    Frank Wiedmann over 7 years ago

    Use $cgav (see https://support.cadence.com/apex/ArticleAttachmentPortal?id=a1Od0000000t4bIEAQ).

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • DavidLou
    DavidLou over 7 years ago in reply to Frank Wiedmann

    perfect, working great now. thanks Frank

    • 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