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

Fix bootrom enable active level

parent 67997881
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ module bootrom #(
`endif
.Q(RDATA),
.CLK(CLK),
.CEN(EN),
.CEN(!EN),
.A(W_ADDR),
.EMA(3'b010),
.TEN(1'b1),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment