Add cache arrays and test

This commit is contained in:
2026-05-22 22:27:53 -07:00
parent 3ea31e40aa
commit df25550c8a
6 changed files with 288 additions and 427 deletions

View File

@@ -18,4 +18,11 @@ package application_wrapper_cache_pkg;
CACHE_CLEAN_UNIQUE
} cache_cmd_e;
typedef enum logic [1:0] {
MODIFIED,
EXCLUSIVE,
SHARED,
INVALID
} mesi_e;
endpackage