First shot at happy path

This commit is contained in:
2026-05-22 23:54:33 -07:00
parent df25550c8a
commit aa8c4a64df
2 changed files with 196 additions and 4 deletions

View File

@@ -19,10 +19,10 @@ package application_wrapper_cache_pkg;
} cache_cmd_e;
typedef enum logic [1:0] {
MODIFIED,
EXCLUSIVE,
SHARED,
INVALID
MESI_MODIFIED,
MESI_EXCLUSIVE,
MESI_SHARED,
MESI_INVALID
} mesi_e;
endpackage