We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
hci_package
1 parent 78696fb commit dbcba6bCopy full SHA for dbcba6b
rtl/redmule_ctrl.sv
@@ -103,8 +103,8 @@ module redmule_ctrl
103
if (HCI_ECC) begin : gen_ecc_manager
104
hwpe_ctrl_intf_periph #( .ID_WIDTH ( ID_WIDTH ) ) periph_ecc ( .clk( clk_i ) );
105
106
- hci_ecc_req_t hci_ecc_req;
107
- hci_ecc_rsp_t hci_ecc_rsp;
+ hci_package::hci_ecc_req_t hci_ecc_req;
+ hci_package::hci_ecc_rsp_t hci_ecc_rsp;
108
109
logic periph_ecc_redirect, periph_ecc_redirect_q;
110
0 commit comments