Skip to content
Snippets Groups Projects
Commit 3a1d7ce2 authored by Daniel Newbrook's avatar Daniel Newbrook
Browse files

Update TSMC28nm SRAM tie offs

parent c1ad187f
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ module sl_sram #( ...@@ -33,7 +33,7 @@ module sl_sram #(
); );
// fixed pre-compiled 16K instance supported // fixed pre-compiled 16K instance supported
localparam TIE_EMA = 3'b010; localparam TIE_EMA = 3'b011;
localparam TIE_EMAW = 2'b00; localparam TIE_EMAW = 2'b00;
wire [AW-3:0] ADDR12 = ADDR; wire [AW-3:0] ADDR12 = ADDR;
wire [31:0] WDATA32 = WDATA; wire [31:0] WDATA32 = WDATA;
...@@ -64,7 +64,7 @@ generate ...@@ -64,7 +64,7 @@ generate
.RET1N (TIE_RET1N), .RET1N (TIE_RET1N),
.EMAS (1'b0), .EMAS (1'b0),
.STOV (1'b0), .STOV (1'b0),
.WABL (1'b1), .WABL (1'b0),
.WABLM (2'b00) .WABLM (2'b00)
); );
...@@ -88,7 +88,7 @@ generate ...@@ -88,7 +88,7 @@ generate
.RET1N (TIE_RET1N), .RET1N (TIE_RET1N),
.EMAS (1'b0), .EMAS (1'b0),
.STOV (1'b0), .STOV (1'b0),
.WABL (1'b1), .WABL (1'b0),
.WABLM (2'b00) .WABLM (2'b00)
); );
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment