Skip to content

Commit

Permalink
An RTL change
Browse files Browse the repository at this point in the history
  • Loading branch information
GregAC committed May 7, 2023
1 parent c861ff1 commit 3868367
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion hw/ip/otbn/rtl/otbn.sv
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ module otbn
.clk_i,
.rst_ni,
.lc_en_i(lc_rma_req_i),
.lc_en_o({lc_rma_req})
);

// Internally, OTBN uses MUBI types.
Expand Down
7 changes: 0 additions & 7 deletions hw/ip/otbn/rtl/otbn_core.sv
Original file line number Diff line number Diff line change
Expand Up @@ -303,13 +303,6 @@ module otbn_core
.secure_wipe_ack_o (secure_wipe_ack),
.secure_wipe_running_o,
.done_o,

.sec_wipe_wdr_o (sec_wipe_wdr_d),
.sec_wipe_wdr_urnd_o (sec_wipe_wdr_urnd_d),
.sec_wipe_base_o (sec_wipe_base),
.sec_wipe_base_urnd_o(sec_wipe_base_urnd),
.sec_wipe_addr_o (sec_wipe_addr),

.sec_wipe_acc_urnd_o(sec_wipe_acc_urnd),
.sec_wipe_mod_urnd_o(sec_wipe_mod_urnd),
.sec_wipe_zero_o (sec_wipe_zero),
Expand Down
2 changes: 0 additions & 2 deletions hw/ip_templates/alert_handler/rtl/alert_handler.sv
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ module alert_handler
input clk_edn_i,
input rst_edn_ni,
// Bus Interface (device)
input tlul_pkg::tl_h2d_t tl_i,
output tlul_pkg::tl_d2h_t tl_o,
// Interrupt Requests
output logic intr_classa_o,
output logic intr_classb_o,
Expand Down

0 comments on commit 3868367

Please sign in to comment.