Skip to content

Commit

Permalink
Bump core/cache_subsystem/hpdcache from 25ffa34 to b4519e7 (#2466)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 31, 2024
1 parent 9362816 commit ea3a554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci/expected_synth.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cv32a65x:
gates: 170380
gates: 172749
2 changes: 1 addition & 1 deletion core/cache_subsystem/hpdcache
Submodule hpdcache updated 76 files
+27 −0 .github/workflows/verible_lint.yml
+25 −0 CHANGELOG.md
+7 −5 README.md
+97 −0 docs/LICENSE
+20 −0 docs/Makefile
+49 −0 docs/README.md
+0 −0 docs/old/.gitignore
+0 −0 docs/old/Makefile
+0 −0 docs/old/latexmkrc
+ docs/old/release/hpdcache_spec-1.0.0-draft.pdf
+0 −0 docs/old/source/hpdcache_spec.bib
+0 −0 docs/old/source/hpdcache_spec.tex
+0 −0 docs/old/source/hpdcache_spec_changelog.tex
+0 −0 docs/old/source/hpdcache_spec_preamble.tex
+0 −0 docs/old/source/images/exported/wave_back_to_back.svg
+0 −0 docs/old/source/images/exported/wave_ready_before_valid.svg
+0 −0 docs/old/source/images/exported/wave_ready_when_valid.svg
+0 −0 docs/old/source/images/exported/wave_valid_before_ready.svg
+0 −0 docs/old/source/images/hpdcache_core.svg
+0 −0 docs/old/source/images/hpdcache_data_ram_organization.svg
+0 −0 docs/old/source/images/hpdcache_request_address_data_alignment.svg
+0 −0 docs/old/source/images/hpdcache_request_arbiter.svg
+0 −0 docs/old/source/images/wave_back_to_back.json
+0 −0 docs/old/source/images/wave_ready_before_valid.json
+0 −0 docs/old/source/images/wave_ready_when_valid.json
+0 −0 docs/old/source/images/wave_valid_before_ready.json
+0 −0 docs/old/supplement/download_wavedrom.sh
+0 −0 docs/old/version
+2 −0 docs/requirements.txt
+9 −0 docs/source/_static/theme_overrides.css
+202 −0 docs/source/amo.rst
+1,295 −0 docs/source/architecture.rst
+343 −0 docs/source/cmo.rst
+71 −0 docs/source/conf.py
+349 −0 docs/source/csrs.rst
+ docs/source/images/hpdcache_core.pdf
+3,446 −0 docs/source/images/hpdcache_core.svg
+ docs/source/images/hpdcache_csr_addr_space.pdf
+300 −0 docs/source/images/hpdcache_csr_addr_space.svg
+ docs/source/images/hpdcache_data_ram_organization.pdf
+2,344 −0 docs/source/images/hpdcache_data_ram_organization.svg
+ docs/source/images/hpdcache_highlevel_integration.pdf
+501 −0 docs/source/images/hpdcache_highlevel_integration.svg
+ docs/source/images/hpdcache_request_address_data_alignment.pdf
+2,016 −0 docs/source/images/hpdcache_request_address_data_alignment.svg
+ docs/source/images/hpdcache_request_arbiter.pdf
+428 −0 docs/source/images/hpdcache_request_arbiter.svg
+ docs/source/images/hpdcache_vipt.pdf
+911 −0 docs/source/images/hpdcache_vipt.svg
+10 −0 docs/source/images/wave_back_to_back.json
+ docs/source/images/wave_back_to_back.pdf
+4 −0 docs/source/images/wave_back_to_back.svg
+10 −0 docs/source/images/wave_ready_before_valid.json
+ docs/source/images/wave_ready_before_valid.pdf
+4 −0 docs/source/images/wave_ready_before_valid.svg
+10 −0 docs/source/images/wave_ready_when_valid.json
+ docs/source/images/wave_ready_when_valid.pdf
+4 −0 docs/source/images/wave_ready_when_valid.svg
+10 −0 docs/source/images/wave_valid_before_ready.json
+ docs/source/images/wave_valid_before_ready.pdf
+4 −0 docs/source/images/wave_valid_before_ready.svg
+37 −0 docs/source/index.rst
+1,236 −0 docs/source/interface.rst
+87 −0 docs/source/overview.rst
+37 −0 docs/source/references.rst
+0 −0 rtl/lint/.gitignore
+9 −0 rtl/lint/Makefile
+0 −0 rtl/lint/hpdcache_lint.sv
+0 −0 rtl/lint/verible.waiver
+0 −0 rtl/lint/verible_rules.cfg
+17 −8 rtl/src/common/hpdcache_fifo_reg.sv
+6 −9 rtl/src/hpdcache_memctrl.sv
+1 −1 rtl/src/hpdcache_miss_handler.sv
+2 −2 rtl/src/hpdcache_mshr.sv
+1 −1 rtl/src/utils/hpdcache_mem_to_axi_read.sv
+1 −1 rtl/src/utils/hpdcache_mem_to_axi_write.sv

0 comments on commit ea3a554

Please sign in to comment.