mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 05:47:35 -04:00
minor update
This commit is contained in:
parent
10e9ee124b
commit
b99fb41d52
2 changed files with 2 additions and 2 deletions
|
@ -247,7 +247,7 @@ module VX_decode #(
|
|||
`INST_S: begin
|
||||
ex_type = `EX_LSU;
|
||||
op_type = `OP_BITS'({1'b1, func3});
|
||||
imm = {{20{s_imm[6]}}, s_imm};
|
||||
imm = {{20{s_imm[11]}}, s_imm};
|
||||
`USED_IREG (rs1);
|
||||
`ifdef EXT_F_ENABLE
|
||||
if (opcode[2]) begin
|
||||
|
|
|
@ -917,7 +917,7 @@ Vortex #() vortex (
|
|||
// COUT HANDLING //////////////////////////////////////////////////////////////
|
||||
|
||||
wire [COUT_TID_WIDTH-1:0] cout_tid;
|
||||
reg [7:0] cout_char;
|
||||
wire [7:0] cout_char;
|
||||
|
||||
VX_onehot_encoder #(
|
||||
.N (`VX_MEM_BYTEEN_WIDTH)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue