Fix assignment for perf counters

This commit is contained in:
Hansung Kim
2024-03-19 14:06:44 -07:00
parent df4b21507e
commit b25deb8a2e
2 changed files with 59 additions and 27 deletions

View File

@@ -168,8 +168,8 @@ module VX_schedule import VX_gpu_pkg::*; #(
// back contains a valid id
if (gbar_bus_if.rsp_valid) begin
barrier_masks_n[gbar_bus_if.rsp_id] = '0;
// instead of unlocking all warps, only unlock those that requests
// for this barrier
// instead of unlocking all warps, only unlock those that
// requested this barrier
barrier_stalls_n &= ~barrier_masks[gbar_bus_if.rsp_id];
end
`else