forked from openhwgroup/cva6
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Exclusive Adapter (openhwgroup#187)
* Add atomic adapter as submodule * Change UART frequency * Add atomic memory adapter * Bump AXI exclusive submodule version * Re-name ariane_next to ariane-dev * Switch to official `atop` branch on `axi_node`
- Loading branch information
Showing
11 changed files
with
104 additions
and
191 deletions.
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
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
Submodule axi
updated
16 files
+1 −0 | Bender.yml | |
+4 −1 | CHANGELOG.md | |
+1 −0 | include/axi/assign.svh | |
+317 −0 | src/axi_atop_filter.sv | |
+4 −0 | src/axi_cut.sv | |
+1 −0 | src/axi_id_remap.sv | |
+8 −6 | src/axi_intf.sv | |
+1 −0 | src/axi_join.sv | |
+1 −0 | src/axi_lite_to_axi.sv | |
+1 −0 | src/axi_modify_address.sv | |
+20 −0 | src/axi_pkg.sv | |
+6 −0 | src/axi_test.sv | |
+1 −0 | src_files.yml | |
+2 −0 | test/tb_axi_delayer.sv | |
+1 −0 | test/tb_axi_lite_to_axi.wave.do | |
+1 −0 | test/tb_axi_to_axi_lite.wave.do |
Submodule axi_node
updated
14 files
+3 −5 | Bender.yml | |
+18 −30 | src/axi_AR_allocator.sv | |
+122 −145 | src/axi_AW_allocator.sv | |
+0 −300 | src/axi_ArbitrationTree.sv | |
+46 −54 | src/axi_BR_allocator.sv | |
+38 −51 | src/axi_BW_allocator.sv | |
+0 −114 | src/axi_FanInPrimitive_Req.sv | |
+0 −74 | src/axi_RR_Flag_Req.sv | |
+4 −0 | src/axi_node.sv | |
+70 −0 | src/axi_node_arbiter.sv | |
+14 −22 | src/axi_node_intf_wrap.sv | |
+13 −9 | src/axi_node_wrap_with_slices.sv | |
+4 −0 | src/axi_request_block.sv | |
+1 −3 | src_files.yml |
Submodule axi_riscv_atomics
added at
90729d
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.