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
7aea9357f3
commit
97b2709132
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@ module VX_ibuffer #(
|
|||
|
||||
VX_elastic_buffer #(
|
||||
.DATAW (DATAW),
|
||||
.SIZE (`IBUF_SIZE)
|
||||
.SIZE (`IBUF_SIZE),
|
||||
.OUTPUT_REG (`IBUF_SIZE > 2)
|
||||
) queue (
|
||||
.clk (clk),
|
||||
.reset (reset),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue