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

Add random user signal generation for llc-partition test #315

Merged
merged 3 commits into from
Dec 10, 2024

Conversation

thommythomaso
Copy link
Collaborator

No description provided.

src/axi_test.sv Outdated
@@ -712,7 +712,8 @@ package axi_test;
// same direction
// Dependent parameters, do not override.
parameter int AXI_STRB_WIDTH = DW/8,
parameter int N_AXI_IDS = 2**IW
parameter int N_AXI_IDS = 2**IW,
parameter int MAXTHREAD = 0 // the number of partitions supported for cache
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Can we make this generic? This could be used with other IPs than the cache.

@thommythomaso thommythomaso marked this pull request as ready for review July 27, 2023 04:49
@thommythomaso
Copy link
Collaborator Author

@DiyouS, is this still active?

@DiyouS
Copy link
Contributor

DiyouS commented Dec 6, 2024

@DiyouS, is this still active?

This commit is still used for the functional verification of axi_llc partitioning. Maybe we can close the merge request but kept it as a branch. What's your thought?

@thommythomaso
Copy link
Collaborator Author

We should definitively upstream it. Can you rebase it on master?

@DiyouS
Copy link
Contributor

DiyouS commented Dec 6, 2024

Yes I can do it

DiyouS and others added 3 commits December 10, 2024 15:01
…ompatible version. Add two ports for axi_rand_master class: AX_USER_RANGE for configuring the range of randomizing the aw/ar user signal, and AX_USER_RAND to turn on/off the random user signal functionality. The function is set as default-off.
@thommythomaso thommythomaso merged commit 14b59d8 into master Dec 10, 2024
3 checks passed
@thommythomaso thommythomaso deleted the llc-partition branch December 10, 2024 20:56
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