RISC-V_Verilog/rtl
brice.boisson 89a66cd244 Add: set every part of the pipeline in a module (decode, registers, alu, pc, instr_mem, mem) 2023-10-27 12:46:13 +09:00
..
alu.v Fix: change alu op_code to func 2023-10-24 19:39:42 +09:00
alu_func.vh Add: named parameter for ALU func | alu test case 2023-10-24 10:49:29 +09:00
decoder.v Add: risc-v test bubble sort 2023-10-26 17:43:00 +09:00
instruction.v Add: begining bubble sort test | Fix: branch and imm value extension 2023-10-25 11:07:19 +09:00
mem_func.vh Add: memory managing different size of opperand 2023-10-26 16:36:32 +09:00
memory.v Add: memory managing different size of opperand 2023-10-26 16:36:32 +09:00
module_alu.v Add: set every part of the pipeline in a module (decode, registers, alu, pc, instr_mem, mem) 2023-10-27 12:46:13 +09:00
module_program_counter.v Add: set every part of the pipeline in a module (decode, registers, alu, pc, instr_mem, mem) 2023-10-27 12:46:13 +09:00
module_registers_bank.v Add: set every part of the pipeline in a module (decode, registers, alu, pc, instr_mem, mem) 2023-10-27 12:46:13 +09:00
mux2_1.v Fix: clean name [3] 2023-10-23 14:15:21 +09:00
mux4_1.v Fix: clean name [3] 2023-10-23 14:15:21 +09:00
op_code.vh Fix: use parameter to name op code 2023-10-23 10:10:49 +09:00
program_counter.v Add: set every part of the pipeline in a module (decode, registers, alu, pc, instr_mem, mem) 2023-10-27 12:46:13 +09:00
registers_bank.v Fix: clean name [3] 2023-10-23 14:15:21 +09:00
risc-v_cpu_top.v Add: Archi 2023-10-10 16:13:26 +09:00
risc_v_cpu.v Add: set every part of the pipeline in a module (decode, registers, alu, pc, instr_mem, mem) 2023-10-27 12:46:13 +09:00