Add some stuff related to cache
This commit is contained in:
13
src/application_wrapper/cache/application_wrapper_cache_pkg.sv
vendored
Normal file
13
src/application_wrapper/cache/application_wrapper_cache_pkg.sv
vendored
Normal 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
|
||||
Reference in New Issue
Block a user