[Earlgrey] Re-generate top for autoconnect
Top collaterals are re-generated as the autoconnect function is
implemented.
Signed-off-by: Eunchan Kim <eunchan@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 26d73f5..a627b92 100644
--- a/hw/top_earlgrey/data/autogen/top_earlgrey.gen.hjson
+++ b/hw/top_earlgrey/data/autogen/top_earlgrey.gen.hjson
@@ -2305,6 +2305,10 @@
[
clkmgr.pwr
]
+ pwrmgr.wakeups:
+ [
+ pinmux.aon_wkup_req
+ ]
rom.tl:
[
main.tl_rom
@@ -2393,10 +2397,6 @@
[
peri.tl_ram_ret
]
- pwrmgr.wakeups:
- [
- pinmux.aon_wkup_req
- ]
}
top:
[
@@ -5366,6 +5366,14 @@
default: ""
}
{
+ package: ""
+ struct: logic
+ signame: pwrmgr_wakeups
+ width: 1
+ type: uni
+ default: ""
+ }
+ {
package: tlul_pkg
struct: tl_h2d
signame: rom_tl_req
@@ -5718,14 +5726,6 @@
default: ""
}
{
- package: ""
- struct: logic
- signame: pwrmgr_wakeups
- width: 1
- type: uni
- default: ""
- }
- {
package: rstmgr_pkg
struct: rstmgr_out
signame: rstmgr_resets
diff --git a/hw/top_earlgrey/rtl/autogen/top_earlgrey.sv b/hw/top_earlgrey/rtl/autogen/top_earlgrey.sv
index 027fb16..4efe156 100644
--- a/hw/top_earlgrey/rtl/autogen/top_earlgrey.sv
+++ b/hw/top_earlgrey/rtl/autogen/top_earlgrey.sv
@@ -194,6 +194,7 @@
pwrmgr_pkg::pwr_rst_rsp_t pwrmgr_pwr_rst_rsp;
pwrmgr_pkg::pwr_clk_req_t pwrmgr_pwr_clk_req;
pwrmgr_pkg::pwr_clk_rsp_t pwrmgr_pwr_clk_rsp;
+ logic pwrmgr_wakeups;
tlul_pkg::tl_h2d_t rom_tl_req;
tlul_pkg::tl_d2h_t rom_tl_rsp;
tlul_pkg::tl_h2d_t ram_main_tl_req;
@@ -238,7 +239,6 @@
tlul_pkg::tl_d2h_t clkmgr_tl_rsp;
tlul_pkg::tl_h2d_t ram_ret_tl_req;
tlul_pkg::tl_d2h_t ram_ret_tl_rsp;
- logic pwrmgr_wakeups;
rstmgr_pkg::rstmgr_out_t rstmgr_resets;
rstmgr_pkg::rstmgr_cpu_t rstmgr_cpu;
pwrmgr_pkg::pwr_cpu_t pwrmgr_pwr_cpu;