mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
minor update
This commit is contained in:
parent
79362dea4b
commit
d74ee43a66
2 changed files with 2 additions and 3 deletions
|
@ -60,8 +60,7 @@ module VX_dispatch import VX_gpu_pkg::*; #(
|
|||
VX_elastic_buffer #(
|
||||
.DATAW (DATAW),
|
||||
.SIZE (2),
|
||||
.OUT_REG (2), // 2-cycle LUT EB for area reduction
|
||||
.LUTRAM (1)
|
||||
.OUT_REG (1)
|
||||
) buffer (
|
||||
.clk (clk),
|
||||
.reset (buffer_reset),
|
||||
|
|
|
@ -57,7 +57,7 @@ module VX_lmem_unit import VX_gpu_pkg::*; #(
|
|||
VX_elastic_buffer #(
|
||||
.DATAW (REQ_DATAW),
|
||||
.SIZE (2),
|
||||
.OUT_REG (1)
|
||||
.OUT_REG (3)
|
||||
) req_global_buf (
|
||||
.clk (clk),
|
||||
.reset (block_reset[i]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue