mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
registering local memory bram output
This commit is contained in:
parent
9c5aee5e25
commit
f723e7baf5
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ module VX_local_mem import VX_gpu_pkg::*; #(
|
|||
|
||||
VX_elastic_buffer #(
|
||||
.DATAW (REQ_SEL_WIDTH + TAG_WIDTH),
|
||||
.SIZE (0)
|
||||
.SIZE (1)
|
||||
) bank_buf (
|
||||
.clk (clk),
|
||||
.reset (bank_reset),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue