Get it to kinda work

This commit is contained in:
2026-05-19 19:57:15 -07:00
parent 62a3408eb7
commit 8fd83c2563
3 changed files with 771 additions and 33 deletions

View File

@@ -10,4 +10,10 @@ package application_wrapper_cache_pkg;
logic write_through;
} page_table_entry_t;
typedef enum logic [1:0] {
CACHE_NONE,
CACHE_READ,
CACHE_WRITE
} cache_cmd_e;
endpackage