[sram_ctrl] Instantiate tlul_data_integ_enc

Signed-off-by: Michael Schaffner <msf@google.com>
diff --git a/hw/ip/sram_ctrl/rtl/sram_ctrl.sv b/hw/ip/sram_ctrl/rtl/sram_ctrl.sv
index 2d82bcc..98504be 100644
--- a/hw/ip/sram_ctrl/rtl/sram_ctrl.sv
+++ b/hw/ip/sram_ctrl/rtl/sram_ctrl.sv
@@ -273,9 +273,9 @@
 
   // Compute the correct integrity alongside for the pseudo-random initialization values.
   logic [DataWidth - 1 :0] lfsr_out_integ;
-  prim_secded_39_32_enc u_data_gen (
+  tlul_data_integ_enc u_tlul_data_integ_enc (
     .data_i(lfsr_out),
-    .data_o(lfsr_out_integ)
+    .data_intg_o(lfsr_out_integ)
   );
 
   /////////////////////////////////