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 8, 2023
1 parent 6c9ced7 commit e77be47
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 14 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr_change_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:

- name: Determine changed files
run: |
echo "I made a change that took effect!"
pr_ref="refs/pull/${{ github.event.number }}/merge"
echo $pr_ref
git fetch origin $pr_ref
Expand Down
2 changes: 0 additions & 2 deletions BLOCKFILE
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,3 @@
# comment.
#
# At least two committers must authorize the change to pass.

hw/ip/*/rtl/*
3 changes: 0 additions & 3 deletions hw/ip/otbn/rtl/otbn.sv
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,6 @@ module otbn
.NumCopies(1)
) u_lc_rma_req_sync (
.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 e77be47

Please sign in to comment.