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
e8cdae1225
commit
76f74b8a59
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ module VX_pe_serializer #(
|
|||
`RESET_RELAY (out_buf_reset, reset);
|
||||
|
||||
VX_elastic_buffer #(
|
||||
.DATAW (DATA_OUT_WIDTH + TAG_WIDTH),
|
||||
.DATAW (NUM_LANES * DATA_OUT_WIDTH + TAG_WIDTH),
|
||||
.SIZE (`TO_OUT_BUF_SIZE(OUT_BUF)),
|
||||
.OUT_REG (`TO_OUT_BUF_REG(OUT_BUF))
|
||||
) out_buf (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue