mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
minor update
This commit is contained in:
parent
f35e4266ed
commit
d413786b9e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue