aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* fix: permissions fixjoshua/coreJoshua Yun2025-05-225-0/+0
|
* finished exe stageJoshua Yun2025-05-227-155/+267
|
* initial commitJoshua Yun2025-05-177-175/+410
|
* feat: initial completion of decode stage, fix: removed hardcoded path for ↵Joshua Yun2025-03-256-18/+11891
| | | | riscv assembly files in TB
* feat: More setting up, got a janky decode stage that prints out the ↵Joshua Yun2025-03-158-27/+102
| | | | 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-155-0/+150
complete), mem initialization for imem complete