[top] Auto generate files

Signed-off-by: Timothy Chen <timothytim@google.com>
diff --git a/hw/top_earlgrey/rtl/autogen/top_earlgrey.sv b/hw/top_earlgrey/rtl/autogen/top_earlgrey.sv
index 20f916b..e80df10 100644
--- a/hw/top_earlgrey/rtl/autogen/top_earlgrey.sv
+++ b/hw/top_earlgrey/rtl/autogen/top_earlgrey.sv
@@ -2422,9 +2422,9 @@
     .tl_aon_timer_aon_o(aon_timer_aon_tl_req),
     .tl_aon_timer_aon_i(aon_timer_aon_tl_rsp),
 
-    // port: tl_ast_wrapper
-    .tl_ast_wrapper_o(ast_tl_req_o),
-    .tl_ast_wrapper_i(ast_tl_rsp_i),
+    // port: tl_ast
+    .tl_ast_o(ast_tl_req_o),
+    .tl_ast_i(ast_tl_rsp_i),
 
 
     .scanmode_i
diff --git a/hw/top_earlgrey/rtl/autogen/top_earlgrey_pkg.sv b/hw/top_earlgrey/rtl/autogen/top_earlgrey_pkg.sv
index f67dc42..11eb9e5 100644
--- a/hw/top_earlgrey/rtl/autogen/top_earlgrey_pkg.sv
+++ b/hw/top_earlgrey/rtl/autogen/top_earlgrey_pkg.sv
@@ -232,6 +232,16 @@
   parameter int unsigned TOP_EARLGREY_AON_TIMER_AON_SIZE_BYTES = 32'h1000;
 
   /**
+   * Peripheral base address for ast in top earlgrey.
+   */
+  parameter int unsigned TOP_EARLGREY_AST_BASE_ADDR = 32'h40480000;
+
+  /**
+   * Peripheral size in bytes for ast in top earlgrey.
+   */
+  parameter int unsigned TOP_EARLGREY_AST_SIZE_BYTES = 32'h1000;
+
+  /**
    * Peripheral base address for sensor_ctrl_aon in top earlgrey.
    */
   parameter int unsigned TOP_EARLGREY_SENSOR_CTRL_AON_BASE_ADDR = 32'h40490000;