Skip to content

Commit

Permalink
Update bender deps for HMR
Browse files Browse the repository at this point in the history
  • Loading branch information
micprog committed Feb 10, 2023
1 parent b83e311 commit 1a0ee6a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions Bender.local
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
overrides:
# For 12 cores
icache-intc: { git: "https://github.com/pulp-platform/icache-intc.git", rev: "c40221325c7de9158c39fecc8e2fea2316cadc28" }
cluster_interconnect: { git: "https://github.com/pulp-platform/cluster_interconnect.git", rev: "89e1019" } # Temporary override by Bender using `bender clone` command
cluster_interconnect: { git: "https://github.com/pulp-platform/cluster_interconnect.git", rev: "89e1019" }

# For HMR
# redundancy_cells: { path: "../redundancy_cells" } # Temporary override by Bender using `bender clone` command
# cv32e40p: { path: "working_dir/cv32e40p" } # Temporary override by Bender using `bender clone` command
cv32e40p: { git: "https://github.com/pulp-platform/cv32e40p.git", rev: "846df8a" }
# pulp_soc: { path: "working_dir/pulp_soc" } # Temporary override by Bender using `bender clone` command
# pulp_soc: { git: "https://github.com/pulp-platform/pulp_soc.git", rev: "d54b51b" }
# pulp_cluster: { path: "working_dir/pulp_cluster" } # Temporary override by Bender using `bender clone` command
# pulp_cluster: { git: "https://github.com/pulp-platform/pulp_cluster.git", rev: "5976310" }
# pulp_cluster: { git: "https://github.com/pulp-platform/pulp_cluster.git", rev: "4db79a7" }

# For idma compatibility
# idma: { path: "working_dir/idma" } # Temporary override by Bender using `bender clone` command
Expand Down
4 changes: 2 additions & 2 deletions Bender.lock
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ packages:
dependencies:
- axi_slice
pulp_cluster:
revision: 59763109584353ab02ab031df0659a2d5a0e0d33
revision: 4db79a7447e5e8feefd5292cdb2bbb27052da618
version: null
source:
Git: https://github.com/pulp-platform/pulp_cluster.git
Expand Down Expand Up @@ -325,7 +325,7 @@ packages:
- udma_sdio
- udma_uart
redundancy_cells:
revision: 6d9d428ed342abc0844efc06eedf057e93e63c3d
revision: dd5878a937bfed3297308537b932feee19c03ee9
version: null
source:
Git: https://github.com/pulp-platform/redundancy_cells.git
Expand Down
4 changes: 2 additions & 2 deletions Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ dependencies:
tech_cells_generic: { git: "https://github.com/pulp-platform/tech_cells_generic.git", version: 0.2.6 }
jtag_pulp: { git: "https://github.com/pulp-platform/jtag_pulp.git", version: 0.2.0 }
# For HMR
pulp_soc: { git: "https://github.com/pulp-platform/pulp_soc.git", rev: "d54b51b" }
pulp_cluster: { git: "https://github.com/pulp-platform/pulp_cluster.git", rev: "5976310" }
pulp_soc: { git: "https://github.com/pulp-platform/pulp_soc.git", rev: "d54b51b" }
pulp_cluster: { git: "https://github.com/pulp-platform/pulp_cluster.git", rev: "4db79a7" }
tbtools: { git: "https://github.com/pulp-platform/tbtools.git", version: 0.2.1 }

export_include_dirs:
Expand Down

0 comments on commit 1a0ee6a

Please sign in to comment.