Skip to content

Commit

Permalink
[Hw]: Boot_addr_i tied to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lore0599 committed Oct 31, 2024
1 parent 0251d33 commit 62d11fa
Showing 1 changed file with 1 addition and 1 deletion.
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 62d11fa

Please sign in to comment.