Get it working more

This commit is contained in:
2026-05-24 17:13:20 -07:00
parent 61ee654b18
commit 151643b2ad
3 changed files with 126 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ package application_wrapper_cache_pkg;
typedef enum logic [2:0] {
CACHE_CMD_NONE,
CACHE_CMD_READ,
CAHCE_CMD_READ_UNIQUE,
CACHE_CMD_READ_UNIQUE,
CACHE_CMD_WRITE,
CACHE_CMD_CLEAN_UNIQUE,
CACHE_CMD_EVICT