• 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. how to create memory model using vr_ad

Stats

  • Locked Locked
  • Replies 5
  • Subscribers 64
  • Views 13908
  • 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

how to create memory model using vr_ad

archive
archive over 18 years ago

Hi,

    I wanted to know how i can create a memory model using vr_rd package.

--srik.


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

    The last suggested method for the modeling is generally used to model the actual register space of the DUT.
    As suggested we can define the register and its fields by reg_def and reg_fld macro.
    A very good explanation is given for using the same in vr_ad document.

    If memory is constructed with some meaningful field than we can create the objects with mem_obj_def macro and than fields can be created inside.

    For Ex:

    mem_obj_def obj-name {
    mem_fld field-name : field-type [: cov];
    };

    A very good explanation is given in vr_ad document under the heading "Storing Complex Structures in Memory".

    --
    Regards,
    Gaurav Patel
    ASIC Engineer.
    www.einfochips.com


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

    The last suggested method for the modeling is generally used to model the actual register space of the DUT.
    As suggested we can define the register and its fields by reg_def and reg_fld macro.
    A very good explanation is given for using the same in vr_ad document.

    If memory is constructed with some meaningful field than we can create the objects with mem_obj_def macro and than fields can be created inside.

    For Ex:

    mem_obj_def obj-name {
    mem_fld field-name : field-type [: cov];
    };

    A very good explanation is given in vr_ad document under the heading "Storing Complex Structures in Memory".

    --
    Regards,
    Gaurav Patel
    ASIC Engineer.
    www.einfochips.com


    Originally posted in cdnusers.org by er_gauravpatel
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

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