New test program that causes the error

This commit is contained in:
Byron Lathi
2023-09-26 18:23:01 -07:00
parent c2dd5d616b
commit 915188e8f1
5 changed files with 105 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ SRCS+=$(shell find ../src/ -type f -name "*.*v")
INC=$(shell find include/ -type f)
TEST_PROGRAM_NAME=simple_mem_test
TEST_PROGRAM_NAME?=loop_test
TEST_PROGRAM?=$(REPO_TOP)/sw/test_code/$(TEST_PROGRAM_NAME)/$(TEST_PROGRAM_NAME).hex