-
Notifications
You must be signed in to change notification settings - Fork 718
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RVV] CVA6 re-parametrization and MMU interface #2652
Open
mp-17
wants to merge
12
commits into
openhwgroup:master
Choose a base branch
from
mp-17:mp/pulp-v2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+397
−245
Open
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
54481a2
lsu, acc_disp: add MMU accelerator port and rework interfaces
mp-17 e7ecf44
icache: guard user-icache-line assignments with FETCH_USER_EN
mp-17 b813ff2
cva6: :bug: guard xif signals within CvxifEn
mp-17 b367f4e
acc_dispatcher: cut combinatorial path from CVA6 to Ara
mp-17 3da5dd8
tracer: parametrize interface on NrCommitPorts
mp-17 dd3d4c4
cv64a6_imafdcv_sv39_config_pkg: use safe value of unused feature to a…
mp-17 2af50fb
cv64a6_imafdcv_sv39_config_pkg: 2 commit ports by default
mp-17 25641d1
cv64a6_imafdcv_sv39_config_pkg: decrease CVA6's cache size
mp-17 06733d0
Introduce avoid_neg() guard function for array sizing
mp-17 f0f7927
csr_regfile: avoid synthesizer crash by constraining pmpcfg slice index
mp-17 1267c5a
bender: fix missing local file dependencies
mp-17 b729cb6
bender: update package name to cva6
mp-17 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package: | ||
name: ariane | ||
name: cva6 | ||
authors: | ||
- "Florian Zaruba <[email protected]>" | ||
- "Michael Schaffner <[email protected]>" | ||
|
@@ -68,6 +68,7 @@ sources: | |
- target: any(cv64a6_imafdcv_sv39, cv64a6_imafdc_sv39, cv64a6_imafdc_sv39_wb, cv64a6_imafdch_sv39, cv64a6_imafdch_sv39_wb, cv32a6_imac_sv0, cv32a6_imac_sv32, cv32a6_imafc_sv32) | ||
files: | ||
- core/cva6_mmu/cva6_tlb.sv | ||
- core/cva6_mmu/cva6_shared_tlb.sv | ||
- core/cva6_mmu/cva6_mmu.sv | ||
- core/cva6_mmu/cva6_ptw.sv | ||
|
||
|
@@ -78,6 +79,8 @@ sources: | |
# Extension Interface | ||
- core/cvxif_example/include/cvxif_instr_pkg.sv | ||
- core/cvxif_fu.sv | ||
- core/cvxif_issue_register_commit_if_driver.sv | ||
- core/cvxif_compressed_if_driver.sv | ||
- core/cvxif_example/cvxif_example_coprocessor.sv | ||
- core/cvxif_example/instr_decoder.sv | ||
|
||
|
@@ -95,6 +98,7 @@ sources: | |
- core/csr_regfile.sv | ||
- core/decoder.sv | ||
- core/ex_stage.sv | ||
- core/acc_dispatcher.sv | ||
- core/instr_realign.sv | ||
- core/id_stage.sv | ||
- core/issue_read_operands.sv | ||
|
@@ -142,6 +146,7 @@ sources: | |
# Physical Memory Protection | ||
- core/pmp/src/pmp.sv | ||
- core/pmp/src/pmp_entry.sv | ||
- core/pmp/src/pmp_data_if.sv | ||
|
||
- include_dirs: | ||
- common/local/util | ||
|
@@ -153,12 +158,15 @@ sources: | |
- common/local/util | ||
files: | ||
- common/local/util/tc_sram_wrapper.sv | ||
- common/local/util/sram_cache.sv | ||
|
||
- target: all(fpga, xilinx) | ||
include_dirs: | ||
- common/local/util | ||
files: | ||
- common/local/util/sram_cache.sv | ||
- common/local/util/tc_sram_fpga_wrapper.sv | ||
- vendor/pulp-platform/fpga-support/rtl/SyncSpRamBeNx64.sv | ||
|
||
- target: not(synthesis) | ||
include_dirs: | ||
|
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[verible-verilog-format] reported by reviewdog 🐶