forked from openhwgroup/cva6-sdk
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request openhwgroup#59 from pulp-platform/yt/pulp-hmr
Integration of PULP cluster with HMR + RedMulE
- Loading branch information
Showing
12 changed files
with
333 additions
and
137 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -160,8 +160,8 @@ packages: | |
dependencies: | ||
- common_cells | ||
cluster_peripherals: | ||
revision: d388a790d9e1129e3ec57b2e0075ee21e454c3b1 | ||
version: 2.1.0 | ||
revision: a596f17fc77713909bceb7eecf3ea2c3cdfe707c | ||
version: null | ||
source: | ||
Git: https://github.com/pulp-platform/cluster_peripherals.git | ||
dependencies: | ||
|
@@ -230,8 +230,8 @@ packages: | |
- cv32e40p | ||
- fpnew | ||
hci: | ||
revision: 8fb848e8f6722c1c21b44533535f430960c31b0b | ||
version: 1.0.8 | ||
revision: b2e6f391aa6c10c03f45b693d80a0aaddecf169b | ||
version: null | ||
source: | ||
Git: https://github.com/pulp-platform/hci.git | ||
dependencies: | ||
|
@@ -257,15 +257,6 @@ packages: | |
Git: https://github.com/pulp-platform/hwpe-ctrl.git | ||
dependencies: | ||
- tech_cells_generic | ||
hwpe-datamover-example: | ||
revision: 47e7fe8a38331b123d763ecab11be4058d425021 | ||
version: 1.0.1 | ||
source: | ||
Git: https://github.com/pulp-platform/hwpe-datamover-example.git | ||
dependencies: | ||
- hci | ||
- hwpe-ctrl | ||
- hwpe-stream | ||
hwpe-stream: | ||
revision: ddc154424187dff42a8fcec946c768ceb13f13de | ||
version: 1.6.4 | ||
|
@@ -360,7 +351,7 @@ packages: | |
dependencies: | ||
- axi_slice | ||
pulp_cluster: | ||
revision: 43bb73f5f239b6d9bade79ef4b5c62756bd58dc4 | ||
revision: bd8182aaa33f2b0ac7bf924621f094a382d8ab17 | ||
version: null | ||
source: | ||
Git: https://github.com/pulp-platform/pulp_cluster.git | ||
|
@@ -377,15 +368,30 @@ packages: | |
- fpu_interco | ||
- hci | ||
- hier-icache | ||
- hwpe-datamover-example | ||
- ibex | ||
- idma | ||
- mchan | ||
- per2axi | ||
- redmule | ||
- redundancy_cells | ||
- register_interface | ||
- riscv | ||
- scm | ||
- tech_cells_generic | ||
- timer_unit | ||
redmule: | ||
revision: 3797413e5f190c2a86185ab6d8b12af365051b1e | ||
version: null | ||
source: | ||
Git: https://github.com/pulp-platform/redmule.git | ||
dependencies: | ||
- common_cells | ||
- cv32e40p | ||
- fpnew | ||
- hci | ||
- hwpe-ctrl | ||
- hwpe-stream | ||
- tech_cells_generic | ||
redundancy_cells: | ||
revision: 6e10650b50c7b40f7f81602acf61526330c4d69d | ||
version: null | ||
|
@@ -406,6 +412,14 @@ packages: | |
- axi | ||
- common_cells | ||
- common_verification | ||
riscv: | ||
revision: 4ceb402db8619718a9170058bb31f75fcdf7ed1c | ||
version: null | ||
source: | ||
Git: [email protected]:AlSaqr-platform/riscv_nn.git | ||
dependencies: | ||
- fpnew | ||
- tech_cells_generic | ||
riscv-dbg: | ||
revision: 138d74bcaa90c70180c12215db3776813d2a95f2 | ||
version: 0.8.0 | ||
|
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ dependencies: | |
hyperbus: { git: https://github.com/pulp-platform/hyperbus.git, rev: be110d111f555af5de629f6315834c050b8b5148 } # branch: main | ||
car_l2: { git: [email protected]:carfield/carfield_l2_mem.git, rev: 08503a05307ef556ed5439619c70c039ff93d77a } # branch: main | ||
safety_island: { git: [email protected]:carfield/safety-island.git, rev: 67f0b4ef4c3b08fcd423bc5e70db144b196cd2d1 } # branch: master | ||
pulp_cluster: { git: https://github.com/pulp-platform/pulp_cluster.git, rev: 43bb73f5f239b6d9bade79ef4b5c62756bd58dc4 } # branch: yt/carfield-integration | ||
pulp_cluster: { git: https://github.com/pulp-platform/pulp_cluster.git, rev: bd8182aaa33f2b0ac7bf924621f094a382d8ab17 } # branch: yt/carfield-integration | ||
opentitan: { git: https://github.com/alsaqr-platform/opentitan.git, rev: ed1e7f1d53e28de556a3b02bc1bd1b855f51af15 } # branch: lowRISC-rebase | ||
mailbox_unit: { git: [email protected]:pulp-platform/mailbox_unit.git, version: 1.1.0 } | ||
apb: { git: https://github.com/pulp-platform/apb.git, version: 0.2.3 } | ||
|
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
Oops, something went wrong.