Skip to content

Commit

Permalink
[rtl] Remove unused tracer branch instruction
Browse files Browse the repository at this point in the history
`INSTR_BALL` was introduced in 47b713f as a vector instruction.
This is not used and is probably a leftover so can be removed.
  • Loading branch information
towoe committed Jan 11, 2021
1 parent a4238bd commit 90258b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rtl/ibex_tracer_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ parameter logic [31:0] INSN_BLT = { 17'h?, 3'b100, 5'h?, {OPCODE
parameter logic [31:0] INSN_BGE = { 17'h?, 3'b101, 5'h?, {OPCODE_BRANCH} };
parameter logic [31:0] INSN_BLTU = { 17'h?, 3'b110, 5'h?, {OPCODE_BRANCH} };
parameter logic [31:0] INSN_BGEU = { 17'h?, 3'b111, 5'h?, {OPCODE_BRANCH} };
parameter logic [31:0] INSN_BALL = { 17'h?, 3'b010, 5'h?, {OPCODE_BRANCH} };

// OPIMM
parameter logic [31:0] INSN_ADDI = { 17'h?, 3'b000, 5'h?, {OPCODE_OP_IMM} };
Expand Down

0 comments on commit 90258b6

Please sign in to comment.