mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 05:17:45 -04:00
Debugged issue with active_l
This commit is contained in:
parent
4046d5f687
commit
be0270203b
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ module VX_alu_int #(
|
|||
wire [NUM_LANES-1:0][`XLEN-1:0] maxLane, minLane;
|
||||
reg [NUM_LANES-1:0][`XLEN-1:0] lane;
|
||||
reg [NUM_LANES-1:0] p;
|
||||
wire [NUM_LANES-1:0] active_l;
|
||||
reg [NUM_LANES-1:0] active_l;
|
||||
|
||||
for (genvar i = 0; i < NUM_LANES; ++i) begin
|
||||
assign b[i] = (alu_in2_imm[i]>>5)&(`XLEN'(5'b11111));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue