docs/datasheet
|
Add a basic datasheet for RI5CY
|
2015-09-09 18:35:07 +02:00 |
include
|
Cleanup tracer and defines
|
2015-10-08 10:47:04 +02:00 |
.gitignore
|
Added vim swap file
|
2015-07-24 15:26:32 +02:00 |
alu.sv
|
Fix comparison bug in ALU
|
2015-10-21 17:45:32 +02:00 |
compressed_decoder.sv
|
Update compressed decoder to RVC 1.9
|
2015-10-27 12:39:59 +01:00 |
controller.sv
|
Fix problem with debug not working
|
2015-10-27 16:36:53 +01:00 |
cs_registers.sv
|
Only read CSR when accessed
|
2015-10-27 14:15:09 +01:00 |
debug_unit.sv
|
Fix indentation in debug unit
|
2015-10-27 17:00:12 +01:00 |
decoder.sv
|
Optimize stores: write data is passed through operand c, remove unneeded 32 bit register
|
2015-10-02 15:03:49 +02:00 |
ex_stage.sv
|
Merge branch 'remove_vect'
|
2015-10-18 19:57:42 +02:00 |
exc_controller.sv
|
Fix bug with hardware loops
|
2015-10-25 19:26:46 +01:00 |
hwloop_controller.sv
|
Prefix all modules with riscv_ to avoid future conflicts
|
2015-10-06 12:18:41 +02:00 |
hwloop_regs.sv
|
Prefix all modules with riscv_ to avoid future conflicts
|
2015-10-06 12:18:41 +02:00 |
id_stage.sv
|
Fix bug with hardware loops
|
2015-10-25 19:26:46 +01:00 |
if_stage.sv
|
Fix bug with hardware loops
|
2015-10-25 19:26:46 +01:00 |
load_store_unit.sv
|
Fix typo in last commit
|
2015-10-16 14:34:33 +02:00 |
mult.sv
|
Merge branch 'remove_vect'
|
2015-10-18 19:57:42 +02:00 |
prefetch_buffer.sv
|
Prefix all modules with riscv_ to avoid future conflicts
|
2015-10-06 12:18:41 +02:00 |
prefetch_L0_buffer.sv
|
Prefix all modules with riscv_ to avoid future conflicts
|
2015-10-06 12:18:41 +02:00 |
register_file.sv
|
Fix linting errors/warnings and remove dead signals
|
2015-08-28 17:15:55 +02:00 |
riscv_core.sv
|
Fix performance counter access
|
2015-10-27 12:54:17 +01:00 |