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 #(
.CLK(CLK),
.CEN(EN),
.A(W_ADDR),
.EMA(3'b000),
.EMA(3'b010),
.TEN(1'b1),
.BEN(1'b1),
.TCEN(1'b0),
......@@ -43,4 +43,4 @@ module bootrom #(
.KEN(1'b1)
);
endmodule
\ No newline at end of file
endmodule
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment