• 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. Cannot use $cds_analog_exists or $cgav system tasks.

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 124
  • Views 14143
  • 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

Cannot use $cds_analog_exists or $cgav system tasks.

freitas
freitas over 13 years ago
Hey all,
 
do I need to use any special option in order to use the cadence system tasks to fetch values associated with analog objects (i.e., $cds_analog_exists() or $cgav() )?  I'm using irun version 11.10-s057.
 
Here is a trivial example:  
 
File cgav.v  
module test;
   wire testv;
   initial
     begin
#0;
if ($cds_analog_exists("testv"))
 begin
    $display("testv belongs to the analog domain");
 end
     end   
endmodule 
 
Here how I try to run it: 
 > irun  cgav.v  
 
Here is what I get: 
*W,MISSYST (./cgav.v,9|22): Unrecognized system task or function (did not match built-in or user-defined names)  
*E,MSSYSTF (./cgav.v,9|22): User Defined system task or function registered during elaboration and used within the simulation has not been registered during simulation.
 
 
Thanks much!
 
  • Cancel
  • freitas
    freitas over 13 years ago
    I figured the problem! I need the analog kernel to be able to use these functions. 
    • 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