Skip to content

Commit

Permalink
Bump ETH Cluster to remove Check on BootAddrAligned
Browse files Browse the repository at this point in the history
  • Loading branch information
Lore0599 committed Oct 31, 2024
1 parent 52dfc96 commit d950687
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Bender.lock
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ packages:
- fpnew
- tech_cells_generic
ethcluster:
revision: 9f9c7d58c077c3188d959439b31da09817c3e95c
revision: 8bc8ce1e3c63f4120c7055710f9769a9642c64a7
version: null
source:
Git: git@gitlab.tue.nl:es/convolve-private/ethcluster.git
Expand Down
2 changes: 1 addition & 1 deletion Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
TUEMEGA: { git: "git@gitlab.tue.nl:es/convolve-private/tuemega.git", rev: 11102024}
TUDDCIM: { git: "git@gitlab.tue.nl:es/convolve-private/tuddcim.git", rev: 24102024-2}
KULCLUSTER: { git: "git@gitlab.tue.nl:es/convolve-private/kulcluster.git", rev: 17102024}
ETHCluster: { git: "git@gitlab.tue.nl:es/convolve-private/ethcluster.git", rev: 31102024-2}
ETHCluster: { git: "git@gitlab.tue.nl:es/convolve-private/ethcluster.git", rev: 31102024-3}

export_include_dirs:
- hw/include
Expand Down
2 changes: 1 addition & 1 deletion hw/convolve/chimera_cluster_ethcluster.sv
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ module chimera_cluster_ethcluster

.hart_base_id_i (hart_base_id_i),
.cluster_base_addr_i(cluster_base_addr_i),
.boot_addr_i (boot_addr_i),
.boot_addr_i ({16'h0, boot_addr_i}),

.narrow_in_req_i (clu_axi_adapter_slv_req),
.narrow_in_resp_o (clu_axi_adapter_slv_resp),
Expand Down

0 comments on commit d950687

Please sign in to comment.