minor update

This commit is contained in:
Blaise Tine 2024-08-13 03:08:48 -07:00
parent 3ae3afc59b
commit 76f4cd66d3

View file

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