Skip to content

Commit dbcba6b

Browse files
committed
Reference hci_package in RedMulE control.
1 parent 78696fb commit dbcba6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)