RAM blocks inference fixes

This commit is contained in:
Blaise Tine
2020-11-30 14:02:47 -08:00
parent 5758ef9ebf
commit 97739e9dcf
27 changed files with 218 additions and 189 deletions

View File

@@ -22,8 +22,8 @@ module VX_matrix_arbiter #(
end else begin
reg [N-1:1] state [0:N-1];
wire [N-1:0] pri [0:N-1];
reg [N-1:1] state [N-1:0];
wire [N-1:0] pri [N-1:0];
for (genvar i = 0; i < N; i++) begin
for (genvar j = 0; j < N; j++) begin