Get it to kinda work
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user