registering local memory bram output

This commit is contained in:
Blaise Tine 2024-08-02 18:15:08 -07:00
parent 9c5aee5e25
commit f723e7baf5

View file

@ -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),