• 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. printing struct members:

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 64
  • Views 14516
  • 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

printing struct members:

archive
archive over 17 years ago

Hello, i've got a struct with planty of data members, and some methods. i'd like to be able to print all members automatically (without specify each one in particular). i.e. struct X{ A:uint; B:string; C:bool; D:uint; ... }; the function 'print X' will produce: " A = ... B = ... ... " thanks,


Originally posted in cdnusers.org by zcabeli11
  • Cancel
  • archive
    archive over 17 years ago

    Hi,

    you can use the built-in print function:

    Specman s> print sys.s
    sys.s = s-@0: s of unit: sys
    ---------------------------------------------- @s
    0 a: 1840385568
    1 b: FALSE
    2 c: 1554590122
    3 d: ""

    from within your code you can use "print me;".

    Nils


    Originally posted in cdnusers.org by nls
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • archive
    archive over 17 years ago

    Hi....... You can print struct field by taking instance of that struct and printing using "print" statement. e.g. struct X{ A:uint; B:string; C:bool; D:uint; ... }; // Take instance of this struct y : x; print y;


    Originally posted in cdnusers.org by vlsi_dude
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • archive
    archive over 17 years ago

    You can also use the built in print command in conjunction with "message" which makes it more efficient.
    This way the verbosity settings will also affect the printing.

    For example :

    messagef(LOW,"new packet just added \n") { print new_packet };




    Yaron


    Originally posted in cdnusers.org by thinkverification
    • 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