Add test code and top level Makefile

This commit is contained in:
Byron Lathi
2024-03-03 12:52:44 -08:00
parent 0ba5888aa1
commit 42fbc17a2a
14 changed files with 227 additions and 12 deletions

3
.gitmodules vendored
View File

@@ -4,3 +4,6 @@
[submodule "hw/super6502_fpga/src/sub/axi_crossbar"]
path = hw/super6502_fpga/src/sub/axi_crossbar
url = ../axi_crossbar.git
[submodule "sw/toolchain/cc65"]
path = sw/toolchain/cc65
url = ../cc65.git