Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed May 21, 2024
1 parent 47206d8 commit cd0540b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion techlibs/nanoxplore/cells_sim_u.v
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ module NX_RFB_U(WCK, I1, I2, I3, I4, I5, I6, I7, I8, I9, I10, I11, I12, I13, I14
integer i;
initial begin
for (i = 0; i < MEM_SIZE; i = i + 1)
mem[i] = MEM_SIZE'b0;
mem[i] = MEM_WIDTH'b0;
end

wire [ADDR_WIDTH-1:0] WA = (mode==2) ? { WA6, WA5, WA4, WA3, WA2, WA1 } : { WA5, WA4, WA3, WA2, WA1 };
Expand Down

0 comments on commit cd0540b

Please sign in to comment.