[top/dv] Fix xcelium ENUMERR error in DV code

Signed-off-by: Michael Schaffner <msf@google.com>
diff --git a/hw/top_earlgrey/dv/env/seq_lib/chip_base_vseq.sv b/hw/top_earlgrey/dv/env/seq_lib/chip_base_vseq.sv
index 6507973..7fc64c2 100644
--- a/hw/top_earlgrey/dv/env/seq_lib/chip_base_vseq.sv
+++ b/hw/top_earlgrey/dv/env/seq_lib/chip_base_vseq.sv
@@ -156,7 +156,7 @@
   // shorten alert ping timer enable wait time
   virtual task check_lc_ctrl_broadcast(bit [LcBroadcastLast-1:0] bool_vector);
     foreach (lc_broadcast_paths[i]) begin
-      lc_ctrl_pkg::lc_tx_t curr_val;
+      logic [lc_ctrl_pkg::TxWidth-1:0] curr_val;
       string path = {`DV_STRINGIFY(`LC_CTRL_HIER), ".", lc_broadcast_paths[i]};
       `DV_CHECK_FATAL(uvm_hdl_read(path, curr_val))
       // if bool vector bit is 1, the probed value should be ON