32-bit RISC-V system on chip for iCE40 FPGAs
Find a file
2017-12-01 23:02:50 +00:00
.gitignore Add initial fetch/decode stages 2017-12-01 08:46:43 +00:00
ice40hx8k-b-evn.pcf Add initial fetch/decode stages 2017-12-01 08:46:43 +00:00
Makefile Add initial fetch/decode stages 2017-12-01 08:46:43 +00:00
rv32.sv Add ALU 2017-12-01 23:02:50 +00:00
rv32_alu.sv Add ALU control signals to the decoder 2017-12-01 23:02:50 +00:00
rv32_alu_ops.sv Add ALU control signals to the decoder 2017-12-01 23:02:50 +00:00
rv32_decode.sv Add ALU control signals to the decoder 2017-12-01 23:02:50 +00:00
rv32_execute.sv Add ALU 2017-12-01 23:02:50 +00:00
rv32_fetch.sv Use -noautowire to avoid using logic in every input/output declaration 2017-12-01 18:49:48 +00:00
rv32_opcodes.sv Add initial fetch/decode stages 2017-12-01 08:46:43 +00:00
rv32_regs.sv Use -noautowire to avoid using logic in every input/output declaration 2017-12-01 18:49:48 +00:00
top.sv Add initial fetch/decode stages 2017-12-01 08:46:43 +00:00
top.ys Use -noautowire to avoid using logic in every input/output declaration 2017-12-01 18:49:48 +00:00