Skip to content

Commit

Permalink
bender: Solve dependency conflicts for pulp_cluster integration
Browse files Browse the repository at this point in the history
- add pulp_interfaces to Bender manifest
- change to idma version to the one required by pulp_cluster
- fix fpu_interco dependency for fpnew compatibility issues
  • Loading branch information
sermazz committed Oct 22, 2024
1 parent d9eacf4 commit 713c1fb
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 26 deletions.
4 changes: 3 additions & 1 deletion Bender.local
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Related to issue https://github.com/pulp-platform/bender/issues/182
overrides:
FPnew: { git: "https://github.com/pulp-platform/cvfpu.git", rev: pulp-v0.1.3 }
# Should use the one from `pulp_cluster` (`fpu_interco` has a different remote for its `riscv` dependency)
riscv: { git: "git@iis-git.ee.ethz.ch:pulpissimov2/riscv-nn.git", rev: "53b053cd0be8dae25caa24bd57824e81cf87ba21" }
40 changes: 16 additions & 24 deletions Bender.lock
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ packages:
- common_cells
- common_verification
axi_rt:
revision: d5f857e74d0a5db4e4a2cc3652ca4f40f29a1484
version: 0.0.0-alpha.8
revision: 641ea950e24722af747033f2ab85f0e48ea8d7f8
version: 0.0.0-alpha.9
source:
Git: https://github.com/pulp-platform/axi_rt.git
dependencies:
Expand Down Expand Up @@ -168,14 +168,6 @@ packages:
source:
Git: https://github.com/pulp-platform/common_verification.git
dependencies: []
cv32e40p:
revision: 4c9a3ad07da429c7b9e7f325732e545a7dffecd6
version: null
source:
Git: https://github.com/pulp-platform/cv32e40p.git
dependencies:
- fpnew
- tech_cells_generic
cva6:
revision: 630bd959c9cc69a35d461a2abc205310d2edacf8
version: null
Expand Down Expand Up @@ -209,13 +201,13 @@ packages:
dependencies:
- common_cells
fpu_interco:
revision: 66b4084117546d5b748c30b5500769805f489d2f
revision: 4aec4b68424947b0c4cf25fd7c4b907cb9ec3dfa
version: null
source:
Git: https://github.com/pulp-platform/fpu_interco.git
dependencies:
- cv32e40p
- fpnew
- riscv
hci:
revision: df0540ad43ae3b693c040587a50477558f183374
version: null
Expand Down Expand Up @@ -266,7 +258,7 @@ packages:
Git: https://github.com/pulp-platform/icache-intc.git
dependencies: []
idma:
revision: 9edf489f57389dce5e71252c79e337f527d3aded
revision: ab41a50b2e6dfbfbff9a20537030f6fcfb9cde15
version: null
source:
Git: https://github.com/pulp-platform/iDMA.git
Expand Down Expand Up @@ -345,10 +337,10 @@ packages:
dependencies:
- axi_slice
pulp_cluster:
revision: null
revision: 77d8e67b1527109b63110d7c386ec01293cac4e6
version: null
source:
Path: working_dir/pulp_cluster
Git: git@iis-git.ee.ethz.ch:pulpissimov2/pulp-cluster-pv2.git
dependencies:
- axi
- axi2mem
Expand All @@ -368,7 +360,7 @@ packages:
- obi
- per2axi
- register_interface
- riscv-nn
- riscv
- scm
- tech_cells_generic
- timer_unit
Expand All @@ -382,6 +374,14 @@ packages:
- axi
- common_cells
- common_verification
riscv:
revision: 53b053cd0be8dae25caa24bd57824e81cf87ba21
version: null
source:
Git: git@iis-git.ee.ethz.ch:pulpissimov2/riscv-nn.git
dependencies:
- fpnew
- tech_cells_generic
riscv-dbg:
revision: 358f90110220adf7a083f8b65d157e836d706236
version: 0.8.1
Expand All @@ -390,14 +390,6 @@ packages:
dependencies:
- common_cells
- tech_cells_generic
riscv-nn:
revision: d0eefce98e259ad678d4863e2a8d8adc1fb4c4ea
version: null
source:
Git: git@iis-git.ee.ethz.ch:pulpissimov2/riscv-nn.git
dependencies:
- fpnew
- tech_cells_generic
scm:
revision: 998466d2a3c2d7d572e43d2666d93c4f767d8d60
version: 1.1.1
Expand Down
6 changes: 5 additions & 1 deletion Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
idma: { git: "https://github.com/pulp-platform/iDMA.git", rev: 9edf489f57389dce5e71252c79e337f527d3aded}
memory_island: { git: "https://github.com/pulp-platform/memory_island.git", rev: 64828cb7a9ccc1f1656ec92d06129072f445c319 } # main branch
apb: { git: "https://github.com/pulp-platform/apb.git", version: 0.2.4 }
pulp_cluster: { git: "git@iis-git.ee.ethz.ch:pulpissimov2/pulp-cluster-pv2.git", rev: 6db090848be7b94f69a20eb39533ec1b24c0d5e1 }
pulp_cluster: { git: "git@iis-git.ee.ethz.ch:pulpissimov2/pulp-cluster-pv2.git", rev: 77d8e67b1527109b63110d7c386ec01293cac4e6 } # branch smazzola/chimera

export_include_dirs:
- hw/include
Expand All @@ -40,6 +40,10 @@ sources:
- hw/chimera_memisland_domain.sv
- hw/chimera_top_wrapper.sv

- target: pulp_cluster
files:
- hw/include/pulp_interfaces.sv

- target: any(simulation, test)
files:
- target/sim/src/vip_chimera_soc.sv
Expand Down

0 comments on commit 713c1fb

Please sign in to comment.