Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v3.0] Refactor to align better with official UVM 1.2 user guide #21

Open
amykyta3 opened this issue Mar 25, 2023 · 0 comments
Open

[v3.0] Refactor to align better with official UVM 1.2 user guide #21

amykyta3 opened this issue Mar 25, 2023 · 0 comments
Milestone

Comments

@amykyta3
Copy link
Member

The UVM 1.2 user guide outlines very specific recommendations on what a register model shall contain, how it should be structured, etc.
Current version does not follow these recommendations very well.

Changes like:

  • (5.5.3.4 and 5.5.3.5): Adding registers should happen within a separate map() method, not within build()
  • UVM examples recommend a single monolithic uvm_reg_map object that is provided by the user, rather than the wildly nested sub-mapping that is currently being done.
  • ... Likely to be more things more not listed here yet
@amykyta3 amykyta3 added this to the v3.0 milestone Mar 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant