Skip to content
Snippets Groups Projects
Commit 67997881 authored by dwn1c21's avatar dwn1c21
Browse files

Fix TSMC rom_via EMA tie off

parent 3f50e0f6
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ module bootrom #( ...@@ -33,7 +33,7 @@ module bootrom #(
.CLK(CLK), .CLK(CLK),
.CEN(EN), .CEN(EN),
.A(W_ADDR), .A(W_ADDR),
.EMA(3'b000), .EMA(3'b010),
.TEN(1'b1), .TEN(1'b1),
.BEN(1'b1), .BEN(1'b1),
.TCEN(1'b0), .TCEN(1'b0),
...@@ -43,4 +43,4 @@ module bootrom #( ...@@ -43,4 +43,4 @@ module bootrom #(
.KEN(1'b1) .KEN(1'b1)
); );
endmodule endmodule
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment