minor update

This commit is contained in:
Blaise Tine 2021-07-08 01:31:12 -07:00
parent 10e9ee124b
commit b99fb41d52
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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)