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] Add better support for vertical re-use of UVM register models #20

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

Comments

@amykyta3
Copy link
Member

Add a mechanism that allows users to split a system's UVM register model into multiple files. Goal is to allow top-level verification environments to re-use the register model components from block-level TBs. Specifically, this shall allow for uvm reg model class re-use in a way that facilitates portability better, rather than always generating a monolithic register model.

Mechanism should allow the following:

  • Omit definitions of a specific sub-block in a top-level reg model
  • Graft reg models from other blocks into a top-level environment
  • User can specify all instances based on type name, or limit to specific instances based on hierarchy path.
@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