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

Replace uvma_axi_macros with non-random values in the cfg object #2351

Open
MikeOpenHWGroup opened this issue Jan 18, 2024 · 0 comments
Open

Comments

@MikeOpenHWGroup
Copy link
Member

As of afb560d, there is a set of SystemVerilog macros in uvma_axi_macros that define a set of limits for various random members of uvma_axi5 agent. The use of SV macros for configuration should be avoided as they are global in scope and subect to change at compile-time.

These macros should be replace with non-random members of the cfg class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants