minor update

This commit is contained in:
Blaise Tine 2024-05-26 17:14:11 -07:00
parent f35e4266ed
commit d413786b9e

View file

@ -107,7 +107,7 @@ module VX_wctl_unit import VX_gpu_pkg::*; #(
assign split.is_dvg = has_then && has_else;
assign split.then_tmask = taken_tmask;
assign split.else_tmask = ntaken_tmask;
assign split.next_pc = execute_if.data.PC + 2;
assign split.next_pc = execute_if.data.PC + `PC_BITS'(2);
assign warp_ctl_if.dvstack_wid = execute_if.data.wid;
wire [`DV_STACK_SIZEW-1:0] dvstack_ptr;