feat(p3io-ddr-tool): CLI tool to test and debug a real DDR P3IO

Extensive tool with subcommands to trigger the various
P3IO commands and run the P3IO + EXTIO DDR hardware
combo with a hardware test menu.
This commit is contained in:
icex2
2023-06-11 17:18:22 +02:00
committed by icex2
parent 23ca366f78
commit 3a89502498
5 changed files with 1208 additions and 0 deletions

View File

@@ -171,6 +171,7 @@ include src/main/mm/Module.mk
include src/main/p3io/Module.mk
include src/main/p3iodrv/Module.mk
include src/main/p3ioemu/Module.mk
include src/main/p3io-ddr-tool/Module.mk
include src/main/p4iodrv/Module.mk
include src/main/p4ioemu/Module.mk
include src/main/popnhook-util/Module.mk