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
3ae3afc59b
commit
76f4cd66d3
1 changed files with 3 additions and 1 deletions
|
@ -356,7 +356,9 @@ module VX_schedule import VX_gpu_pkg::*; #(
|
|||
`endif
|
||||
|
||||
VX_elastic_buffer #(
|
||||
.DATAW (`NUM_THREADS + `PC_BITS + `NW_WIDTH)
|
||||
.DATAW (`NUM_THREADS + `PC_BITS + `NW_WIDTH),
|
||||
.SIZE (2), // need a skid buffer to buffer out schedule_ready
|
||||
.OUT_REG (1) // should be registered for BRAM acces in fetch unit
|
||||
) out_buf (
|
||||
.clk (clk),
|
||||
.reset (reset),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue