From e77be479b904cb604a151dc60d3953645e19be9d Mon Sep 17 00:00:00 2001 From: Greg Chadwick Date: Sun, 7 May 2023 22:25:59 +0100 Subject: [PATCH] An RTL change --- .github/workflows/pr_change_check.yml | 1 + BLOCKFILE | 2 -- hw/ip/otbn/rtl/otbn.sv | 3 --- hw/ip/otbn/rtl/otbn_core.sv | 7 ------- hw/ip_templates/alert_handler/rtl/alert_handler.sv | 2 -- 5 files changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/pr_change_check.yml b/.github/workflows/pr_change_check.yml index 9f1155dd5989f..80d10f8d6b103 100644 --- a/.github/workflows/pr_change_check.yml +++ b/.github/workflows/pr_change_check.yml @@ -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 diff --git a/BLOCKFILE b/BLOCKFILE index 15e665d55a586..7fd7f7ebebf8a 100644 --- a/BLOCKFILE +++ b/BLOCKFILE @@ -14,5 +14,3 @@ # comment. # # At least two committers must authorize the change to pass. - -hw/ip/*/rtl/* diff --git a/hw/ip/otbn/rtl/otbn.sv b/hw/ip/otbn/rtl/otbn.sv index f7f2189bea977..643d2a68dbcfd 100644 --- a/hw/ip/otbn/rtl/otbn.sv +++ b/hw/ip/otbn/rtl/otbn.sv @@ -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. diff --git a/hw/ip/otbn/rtl/otbn_core.sv b/hw/ip/otbn/rtl/otbn_core.sv index e7f7a7144e549..9babf2463dfe4 100644 --- a/hw/ip/otbn/rtl/otbn_core.sv +++ b/hw/ip/otbn/rtl/otbn_core.sv @@ -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), diff --git a/hw/ip_templates/alert_handler/rtl/alert_handler.sv b/hw/ip_templates/alert_handler/rtl/alert_handler.sv index 96ca04d0739b1..5584da59436f8 100644 --- a/hw/ip_templates/alert_handler/rtl/alert_handler.sv +++ b/hw/ip_templates/alert_handler/rtl/alert_handler.sv @@ -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,