aboutsummaryrefslogtreecommitdiff
path: root/core/rtl
Commit message (Collapse)AuthorAgeFilesLines
* 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-153-11/+50
| | | | instruction it receives, added dump options to fusesoc, changed instr width back th 32 from 64
* feat: added TB support + primitives for flipflops, initial fetch stage (not ↵Joshua Yun2025-03-152-0/+42
complete), mem initialization for imem complete