minor updates
This commit is contained in:
@@ -200,7 +200,7 @@ module VX_warp_sched #(
|
||||
wire [`NUM_WARPS-1:0] ready_warps = active_warps & ~(stalled_warps | barrier_stalls);
|
||||
|
||||
VX_lzc #(
|
||||
.WIDTH (`NUM_WARPS)
|
||||
.N (`NUM_WARPS)
|
||||
) wid_select (
|
||||
.in_i (ready_warps),
|
||||
.cnt_o (schedule_wid),
|
||||
|
||||
Reference in New Issue
Block a user