ibex/rtl
Pirmin Vogel 0331ed61b1 [rtl/alu] Remove unused comparison operations
These operations (ALU_GT, ALU_GTU, ALU_LE, ALU_LEU) are remnants of
of the original OpenRISC design. RISC-V does not have these instructions
and instead implements the operations by reversing operands for ALU_LT,
ALU_LTU, ALU_GE, ALU_GEU.

This resolves lowRISC/ibex#420 reported by @udinator.
2019-10-25 13:58:59 +01:00
..
ibex_alu.sv [rtl/alu] Remove unused comparison operations 2019-10-25 13:58:59 +01:00
ibex_compressed_decoder.sv Mention CREDITS.md in license header 2019-08-27 18:10:02 +01:00
ibex_controller.sv [RTL] Fix single stepping on exceptions 2019-10-16 10:23:05 +01:00
ibex_core.f Add local fast interrupts, remove legacy interrupts 2019-07-24 14:22:00 +01:00
ibex_core.sv [RTL] Add MultiplierImplementation parameter in top level 2019-10-24 14:33:24 +01:00
ibex_core_tracing.sv [RTL] Add MultiplierImplementation parameter in top level 2019-10-24 14:33:24 +01:00
ibex_cs_registers.sv [RTL] Fix ebreak behaviour in U-mode 2019-10-16 09:10:34 +01:00
ibex_decoder.sv Mention CREDITS.md in license header 2019-08-27 18:10:02 +01:00
ibex_ex_block.sv [RTL] Add MultiplierImplementation parameter in top level 2019-10-24 14:33:24 +01:00
ibex_fetch_fifo.sv [Prefetch buffer] - various bug fixes 2019-10-01 08:23:08 +01:00
ibex_id_stage.sv [RTL] Fix ebreak behaviour in U-mode 2019-10-16 09:10:34 +01:00
ibex_if_stage.sv [I-side] - Fix issues found in tracing example 2019-09-12 08:47:09 +01:00
ibex_load_store_unit.sv [RTL LSU] Change unaligned error behaviour 2019-10-09 10:07:07 +01:00
ibex_multdiv_fast.sv Mention CREDITS.md in license header 2019-08-27 18:10:02 +01:00
ibex_multdiv_slow.sv Mention CREDITS.md in license header 2019-08-27 18:10:02 +01:00
ibex_pkg.sv [rtl/alu] Remove unused comparison operations 2019-10-25 13:58:59 +01:00
ibex_pmp.sv [RTL PMP] Fix address matching bugs 2019-10-03 10:41:29 +01:00
ibex_prefetch_buffer.sv [Prefetch buffer] - various bug fixes 2019-10-01 08:23:08 +01:00
ibex_register_file_ff.sv Mention CREDITS.md in license header 2019-08-27 18:10:02 +01:00
ibex_register_file_latch.sv Register file: update comments 2019-08-29 15:24:18 +01:00
ibex_tracer.sv [RTL/Tracer] Fix compressed jump RD write (#416) 2019-10-23 10:30:11 -07:00
ibex_tracer_pkg.sv Implement Verilator-compatible tracer, and use it 2019-10-02 18:28:26 +01:00