Skip to content

Conversation

@mballance
Copy link

This PR adds factory registration for register blocks.
UVM encourages registering component and object classes with the factory. While it's not necessary to register all classes (eg individual registers), registering top-level classes is a good compromise.
In my case, the UVM tool I use to create environments (UVM Framework) assumes that the top-level register block can be created via the factory.

Copy link

@umarcis umarcis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was also facing the same issue, and have to add this particular line of factory registration in register model myself, then it runs without any error, however it should be approved so that everyone use it without facing this issue...

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

Successfully merging this pull request may close these issues.

2 participants