Add FPGA project workspace layout

This commit is contained in:
2026-04-28 14:30:50 +02:00
parent e8631501e8
commit 329610807e
20 changed files with 210 additions and 18 deletions
+6
View File
@@ -0,0 +1,6 @@
# Software/bios/
BIOS / monitor: an interactive ROM program that talks over UART to peek/poke
memory, dump registers, and load programs into RAM. Includes the ELF loader.
**Phases:** 9 (BIOS monitor), 10 (ELF loader over UART).