Skip to content

Commit 51cd064

Browse files
authored
Merge pull request #53 from pulp-platform/yt/hci-structs
Reference `hci_package` in RedMulE control.
2 parents 78696fb + bfb689d commit 51cd064

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Bender.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ packages:
6767
dependencies:
6868
- common_cells
6969
hci:
70-
revision: 8408a6d7a7a4d814dcb3468934e49b407b1c783e
70+
revision: f7fbfcd3bf4a4c27b03119381329aec0716d2a8a
7171
version: null
7272
source:
7373
Git: https://github.com/pulp-platform/hci.git

Bender.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
ibex : { git: "https://github.com/pulp-platform/ibex.git" , rev: pulpissimo-v6.1.2 }
1818
hwpe-stream : { git: "https://github.com/pulp-platform/hwpe-stream.git" , version: =1.9.0 }
1919
hwpe-ctrl : { git: "https://github.com/pulp-platform/hwpe-ctrl.git" , rev: "3690a3c" } # master
20-
hci : { git: "https://github.com/pulp-platform/hci.git" , rev: "8408a6d" } # master
20+
hci : { git: "https://github.com/pulp-platform/hci.git" , rev: "f7fbfcd" } # master
2121
fpnew : { git: "https://github.com/pulp-platform/cvfpu.git" , rev: "pulp-v0.2.3" }
2222
common_cells : { git: "https://github.com/pulp-platform/common_cells.git" , version: =1.38.0 }
2323
obi : { git: "https://github.com/pulp-platform/obi.git" , rev: "6c7ee864" } # yt/verilator

rtl/redmule_ctrl.sv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ module redmule_ctrl
103103
if (HCI_ECC) begin : gen_ecc_manager
104104
hwpe_ctrl_intf_periph #( .ID_WIDTH ( ID_WIDTH ) ) periph_ecc ( .clk( clk_i ) );
105105

106-
hci_ecc_req_t hci_ecc_req;
107-
hci_ecc_rsp_t hci_ecc_rsp;
106+
hci_package::hci_ecc_req_t hci_ecc_req;
107+
hci_package::hci_ecc_rsp_t hci_ecc_rsp;
108108

109109
logic periph_ecc_redirect, periph_ecc_redirect_q;
110110

0 commit comments

Comments
 (0)