~ruther/verilog-riscv-semestral-project

ref: c682cc068ee41da1b00fbd51dfb79f9cd5560d0d verilog-riscv-semestral-project/src/instruction_decoder.sv -rwxr-xr-x 7.0 KiB
c682cc06 — Rutherther 2 years ago
feat: implement ebreak

Breaks the processor, can
exit the testcase
9f4ac4dc — Rutherther 2 years ago
fix: jump according to zero flag, not LSB zero!!
acf0f724 — Rutherther 2 years ago
feat: implement sb, sh, lb, lh support via masking
2867e246 — Rutherther 2 years ago
fix: do not set subtract for non-R instructions
2f09f768 — Rutherther 2 years ago
fix: make immediates sign extended
27fcb8d9 — Rutherther 2 years ago
fix: do not use immediate in alu src for SB
32ebeea6 — Rutherther 2 years ago
feat(decoder): implement memory mask, conditional jumps
e3c95ad3 — Rutherther 2 years ago
feat: add instruction decoder