Add BIOS and tiny kernel roadmap phases

This commit is contained in:
2026-04-28 13:23:03 +02:00
parent 07dd8e21f0
commit e8631501e8
18 changed files with 344 additions and 77 deletions
@@ -27,7 +27,7 @@ more than minimizing cycles.
- Write a cycle-by-cycle timeline for a simple `addi` instruction.
- Write a cycle-by-cycle timeline for a multiply/divide instruction.
- Confirm the pre-Phase 9 illegal-instruction behavior: halt the core and expose
- Confirm the pre-Phase 12 illegal-instruction behavior: halt the core and expose
the offending PC and instruction word to the testbench.
## Pitfalls