BUFFER_EX refactoring

This commit is contained in:
root
2023-12-05 04:55:50 -08:00
parent d288fb360c
commit 900a1efaca
5 changed files with 18 additions and 18 deletions

View File

@@ -353,7 +353,7 @@ module VX_schedule import VX_gpu_pkg::*; #(
.empty (no_pending_instr)
);
`BUFFER_BUSY (busy, (active_warps != 0 || ~no_pending_instr), 1);
`BUFFER_EX(busy, (active_warps != 0 || ~no_pending_instr), 1'b1, 1);
// export CSRs
assign sched_csr_if.cycles = cycles;