From c1ad187ffa3fff9f7135a3864782fa53aa205d81 Mon Sep 17 00:00:00 2001
From: Daniel Newbrook <dwn1c21@soton.ac.uk>
Date: Sat, 26 Apr 2025 21:46:34 +0100
Subject: [PATCH] Fix tie offs in TSMC 28nm sram instantiation

---
 sram/TSMC28nm/verilog/sl_sram.v | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/sram/TSMC28nm/verilog/sl_sram.v b/sram/TSMC28nm/verilog/sl_sram.v
index a6d99a4..192e61b 100644
--- a/sram/TSMC28nm/verilog/sl_sram.v
+++ b/sram/TSMC28nm/verilog/sl_sram.v
@@ -61,7 +61,11 @@ generate
       .EMA   (TIE_EMA),
       .EMAW  (TIE_EMAW),
       .GWEN  (GWEN),
-      .RET1N (TIE_RET1N)
+      .RET1N (TIE_RET1N),
+      .EMAS  (1'b0),
+      .STOV  (1'b0),
+      .WABL  (1'b1),
+      .WABLM (2'b00)
     );
 
   end
@@ -81,7 +85,11 @@ generate
       .EMA   (TIE_EMA),
       .EMAW  (TIE_EMAW),
       .GWEN  (GWEN),
-      .RET1N (TIE_RET1N)
+      .RET1N (TIE_RET1N),
+      .EMAS  (1'b0),
+      .STOV  (1'b0),
+      .WABL  (1'b1),
+      .WABLM (2'b00)
     );
   end
 endgenerate
-- 
GitLab