aboutsummaryrefslogtreecommitdiff
path: root/core/tb
Commit message (Collapse)AuthorAgeFilesLines
* fix: permissions fixjoshua/coreJoshua Yun2025-05-223-0/+0
|
* finished exe stageJoshua Yun2025-05-223-0/+0
|
* initial commitJoshua Yun2025-05-171-1/+1
|
* feat: initial completion of decode stage, fix: removed hardcoded path for ↵Joshua Yun2025-03-251-1/+1
| | | | riscv assembly files in TB
* feat: More setting up, got a janky decode stage that prints out the ↵Joshua Yun2025-03-153-16/+35
| | | | 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/+73
complete), mem initialization for imem complete