diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-10-04 16:29:41 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-10-04 16:29:41 -0600 |
| commit | 5e1773191f8f2dc055c8b2b04afb74d2d3a4d7cf (patch) | |
| tree | ddfe7cc67c75a847f5b9d55a241a985cb6421e2b /cache_hw.tcl | |
| parent | 64dbe25a5023b87acaa648c7cfcb3f183032589a (diff) | |
rtl/cache: increase to 64KiB per core
Diffstat (limited to '')
| -rw-r--r-- | cache_hw.tcl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cache_hw.tcl b/cache_hw.tcl index cedffb4..93c8748 100644 --- a/cache_hw.tcl +++ b/cache_hw.tcl @@ -1,11 +1,11 @@ # TCL File Generated by Component Editor 20.1 -# Wed Oct 04 09:06:39 GMT 2023 +# Wed Oct 04 21:42:03 GMT 2023 # DO NOT MODIFY # -# cache "8KiB 1-way cache w/ controller" v1.0 -# 2023.10.04.09:06:39 +# cache "64KiB 1-way cache w/ controller" v1.0 +# 2023.10.04.21:42:03 # # @@ -24,7 +24,7 @@ set_module_property VERSION 1.0 set_module_property INTERNAL false set_module_property OPAQUE_ADDRESS_MAP true set_module_property AUTHOR "" -set_module_property DISPLAY_NAME "8KiB 1-way cache w/ controller" +set_module_property DISPLAY_NAME "64KiB 1-way cache w/ controller" set_module_property INSTANTIATE_IN_SYSTEM_MODULE true set_module_property EDITABLE true set_module_property REPORT_TO_TALKBACK false |
