[otp_ctrl] Regenerate toplevel
Signed-off-by: Michael Schaffner <msf@opentitan.org>
diff --git a/hw/top_earlgrey/data/autogen/top_earlgrey.gen.hjson b/hw/top_earlgrey/data/autogen/top_earlgrey.gen.hjson
index 1367377..4fc7acc 100644
--- a/hw/top_earlgrey/data/autogen/top_earlgrey.gen.hjson
+++ b/hw/top_earlgrey/data/autogen/top_earlgrey.gen.hjson
@@ -1255,12 +1255,12 @@
index: -1
}
{
- struct: logic
+ struct: otp_hw_cfg
type: uni
- name: hw_cfg
+ name: otp_hw_cfg
act: req
default: "'0"
- package: otp_ctrl_pkg
+ package: otp_ctrl_part_pkg
inst_name: otp_ctrl
index: -1
}
@@ -7311,12 +7311,12 @@
index: -1
}
{
- struct: logic
+ struct: otp_hw_cfg
type: uni
- name: hw_cfg
+ name: otp_hw_cfg
act: req
default: "'0"
- package: otp_ctrl_pkg
+ package: otp_ctrl_part_pkg
inst_name: otp_ctrl
index: -1
}
diff --git a/hw/top_earlgrey/rtl/autogen/top_earlgrey.sv b/hw/top_earlgrey/rtl/autogen/top_earlgrey.sv
index 351c56a..dfe72d7 100644
--- a/hw/top_earlgrey/rtl/autogen/top_earlgrey.sv
+++ b/hw/top_earlgrey/rtl/autogen/top_earlgrey.sv
@@ -819,7 +819,7 @@
.sram_otp_key_o(),
.otbn_otp_key_i('0),
.otbn_otp_key_o(),
- .hw_cfg_o(),
+ .otp_hw_cfg_o(),
.tl_i(otp_ctrl_tl_req),
.tl_o(otp_ctrl_tl_rsp),
.clk_i (clkmgr_clocks.clk_io_div4_timers),