include
Wire up hwloops correctly, other small fixes
2015-09-05 03:37:50 +02:00
.gitignore
Added vim swap file
2015-07-24 15:26:32 +02:00
alu.sv
Use 'x to simplify synthesis
2015-09-02 09:25:06 +02:00
compressed_decoder.sv
Use 'x to simplify synthesis
2015-09-02 09:25:06 +02:00
controller.sv
Wire up hwloops correctly, other small fixes
2015-09-05 03:37:50 +02:00
cs_registers.sv
Wire up hwloops correctly, other small fixes
2015-09-05 03:37:50 +02:00
debug_unit.sv
Rework pipeline flushes and exceptions
2015-08-31 10:02:55 +02:00
ex_stage.sv
Move hwloop regs into ID stage, WIP
2015-09-03 13:39:11 +02:00
exc_controller.sv
Readd ALU flag to EX stage, use it for branch decision
2015-08-31 13:06:43 +02:00
hwloop_controller.sv
Cosmetic changes in hwloop controller, ID and includes
2015-08-31 12:34:33 +02:00
hwloop_regs.sv
Cleanup unneeded signals and dead code
2015-09-02 18:07:44 +02:00
id_stage.sv
Wire up hwloops correctly, other small fixes
2015-09-05 03:37:50 +02:00
if_stage.sv
Oops, fetch_addr_Q was multiply driven
2015-09-02 10:27:52 +02:00
instr_core_interface.sv
Oops, fetch_addr_Q was multiply driven
2015-09-02 10:27:52 +02:00
load_store_unit.sv
Move LSU related signals out of ex_stage and alu and put them inside LSU
2015-09-02 08:55:44 +02:00
mult.sv
Fix linting errors/warnings and remove dead signals
2015-08-28 17:15:55 +02:00
register_file.sv
Fix linting errors/warnings and remove dead signals
2015-08-28 17:15:55 +02:00
riscv_core.sv
Wire up hwloops correctly, other small fixes
2015-09-05 03:37:50 +02:00