-
Notifications
You must be signed in to change notification settings - Fork 705
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hpdcache: bump new version of the submodule (#1830)
- Loading branch information
Cesar Fuguet
authored
Feb 13, 2024
1 parent
c7f0eaf
commit 00c0ff0
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
Submodule hpdcache
updated
14 files
+1 −0 | rtl/hpdcache.Flist | |
+147 −0 | rtl/src/common/hpdcache_fifo_reg_initialized.sv | |
+26 −1 | rtl/src/hpdcache.sv | |
+20 −7 | rtl/src/hpdcache_cmo.sv | |
+67 −80 | rtl/src/hpdcache_ctrl.sv | |
+70 −47 | rtl/src/hpdcache_ctrl_pe.sv | |
+6 −4 | rtl/src/hpdcache_miss_handler.sv | |
+7 −0 | rtl/src/hpdcache_pkg.sv | |
+3 −1 | rtl/src/hpdcache_wbuf.sv | |
+250 −0 | rtl/src/target/cva6/cva6_op_hpdcache_params_pkg.sv | |
+7 −1 | rtl/src/target/generic/hpdcache_params_pkg.sv | |
+227 −0 | rtl/src/utils/hpdcache_l15_req_arbiter.sv | |
+106 −0 | rtl/src/utils/hpdcache_l15_resp_demux.sv | |
+489 −0 | rtl/src/utils/hpdcache_to_l15.sv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters