-
Notifications
You must be signed in to change notification settings - Fork 685
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump core/cache_subsystem/hpdcache from
f2bc700
to a81631e
Bumps [core/cache_subsystem/hpdcache](https://github.com/openhwgroup/cv-hpdcache) from `f2bc700` to `a81631e`. - [Commits](openhwgroup/cv-hpdcache@f2bc700...a81631e) --- updated-dependencies: - dependency-name: core/cache_subsystem/hpdcache dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
25f85a5
commit 42520ef
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule hpdcache
updated
16 files
+1 −5 | rtl/hpdcache.Flist | |
+107 −84 | rtl/src/common/hpdcache_fifo_reg.sv | |
+1 −1 | rtl/src/common/hpdcache_fxarb.sv | |
+2 −2 | rtl/src/common/hpdcache_rrarb.sv | |
+89 −0 | rtl/src/common/hpdcache_sync_buffer.sv | |
+2 −2 | rtl/src/hpdcache_cmo.sv | |
+1 −1 | rtl/src/hpdcache_ctrl.sv | |
+2 −2 | rtl/src/hpdcache_memctrl.sv | |
+40 −54 | rtl/src/hpdcache_miss_handler.sv | |
+10 −0 | rtl/src/hpdcache_pkg.sv | |
+10 −10 | rtl/src/hpdcache_rtab.sv | |
+5 −5 | rtl/src/hpdcache_uncached.sv | |
+30 −37 | rtl/src/hpdcache_wbuf.sv | |
+2 −1 | rtl/src/hpdcache_wbuf_wrapper.sv | |
+1 −1 | rtl/src/target/cva6/cva6_hpdcache_if_adapter.sv | |
+25 −3 | rtl/src/target/generic/hpdcache_params_pkg.sv |