aboutsummaryrefslogtreecommitdiff
path: root/core/rtl/decode.sv
Commit message (Collapse)AuthorAgeFilesLines
* initial commitJoshua Yun2025-05-171-135/+0
|
* feat: initial completion of decode stage, fix: removed hardcoded path for ↵Joshua Yun2025-03-251-17/+118
| | | | riscv assembly files in TB
* feat: More setting up, got a janky decode stage that prints out the ↵Joshua Yun2025-03-151-0/+34
instruction it receives, added dump options to fusesoc, changed instr width back th 32 from 64