Add some stuff related to cache

This commit is contained in:
2026-05-16 16:55:21 -07:00
parent 042d7724ff
commit 62a3408eb7
10 changed files with 178 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package application_wrapper_cache_pkg;
typedef struct {
logic cache_disable;
logic read_eanble;
logic write_enable;
logic execute_enable;
logic supervisor;
logic present;
logic write_through;
} page_table_entry_t;
endpackage