mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 12:57:13 -04:00
[ibex] Fix buffer instantiations
Signed-off-by: Timothy Chen <timothytim@google.com>
This commit is contained in:
parent
d8bf475da7
commit
6c04708303
1 changed files with 1 additions and 1 deletions
|
@ -626,7 +626,7 @@ module ibex_top #(
|
|||
.out_o(ic_tag_rdata_local[k][j])
|
||||
);
|
||||
end
|
||||
for (genvar j = 0; j < TagSizeECC; j++) begin : gen_data_bufs
|
||||
for (genvar j = 0; j < LineSizeECC; j++) begin : gen_data_bufs
|
||||
prim_buf u_prim_buf (
|
||||
.in_i(ic_data_rdata[k][j]),
|
||||
.out_o(ic_data_rdata_local[k][j])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue