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 `INST_S: begin
ex_type = `EX_LSU; ex_type = `EX_LSU;
op_type = `OP_BITS'({1'b1, func3}); op_type = `OP_BITS'({1'b1, func3});
imm = {{20{s_imm[6]}}, s_imm}; imm = {{20{s_imm[11]}}, s_imm};
`USED_IREG (rs1); `USED_IREG (rs1);
`ifdef EXT_F_ENABLE `ifdef EXT_F_ENABLE
if (opcode[2]) begin if (opcode[2]) begin

View File

@@ -917,7 +917,7 @@ Vortex #() vortex (
// COUT HANDLING ////////////////////////////////////////////////////////////// // COUT HANDLING //////////////////////////////////////////////////////////////
wire [COUT_TID_WIDTH-1:0] cout_tid; wire [COUT_TID_WIDTH-1:0] cout_tid;
reg [7:0] cout_char; wire [7:0] cout_char;
VX_onehot_encoder #( VX_onehot_encoder #(
.N (`VX_MEM_BYTEEN_WIDTH) .N (`VX_MEM_BYTEEN_WIDTH)