-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#5480: Add test dispatch buffer overflow assert, and update test cmd …
…line to avoid overflow - Generalize (use soc desc) prefetcher buffer overflow assert, and add one for dispatch buffer too. My 8KB page size paged-write unit test was unknowingly overflowing L1, this assert catches it. - Adjust test cmd line to reduce pages per dispatch buffer block in half (48 -> 24) to keep as 768KB dispatch buffer size. This fixes newly added assert and hangs, mismatches seen in various versions of this test.
- Loading branch information
Showing
3 changed files
with
26 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters