[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 549e191..0d9c57c 100644
--- a/hw/top_earlgrey/rtl/autogen/top_earlgrey.sv
+++ b/hw/top_earlgrey/rtl/autogen/top_earlgrey.sv
@@ -45,6 +45,8 @@
input ast_wrapper_pkg::ast_status_t sensor_ctrl_ast_status_i,
output logic usbdev_usb_ref_val_o,
output logic usbdev_usb_ref_pulse_o,
+ output tlul_pkg::tl_h2d_t ast_tl_req_o,
+ input tlul_pkg::tl_d2h_t ast_tl_rsp_i,
input scan_rst_ni, // reset used for test mode
input scanmode_i // 1 for Scan
);
@@ -1139,6 +1141,10 @@
.tl_sensor_ctrl_o(sensor_ctrl_tl_req),
.tl_sensor_ctrl_i(sensor_ctrl_tl_rsp),
+ // port: tl_ast_wrapper
+ .tl_ast_wrapper_o(ast_tl_req_o),
+ .tl_ast_wrapper_i(ast_tl_rsp_i),
+
.scanmode_i
);