diff options
Diffstat (limited to 'tests/soc_simple_display')
-rw-r--r-- | tests/soc_simple_display/Makefile | 9 | ||||
-rw-r--r--[-rwxr-xr-x] | tests/soc_simple_display/instructions.s.tcl | 4 |
2 files changed, 9 insertions, 4 deletions
diff --git a/tests/soc_simple_display/Makefile b/tests/soc_simple_display/Makefile new file mode 100644 index 0000000..4506ff7 --- /dev/null +++ b/tests/soc_simple_display/Makefile @@ -0,0 +1,9 @@ +VGA_TEST = 1 + +DEPENDS = instructions.mem sram.v vga_display.v ../../design/*.v messages.vh + +IVFLAGS = -DROM_WORDS_COUNT=$(call FILE_LINES,instructions.mem) + +TOP = soc_test + +include ../../Makefile.test diff --git a/tests/soc_simple_display/instructions.s.tcl b/tests/soc_simple_display/instructions.s.tcl index 616c1bc..97e577e 100755..100644 --- a/tests/soc_simple_display/instructions.s.tcl +++ b/tests/soc_simple_display/instructions.s.tcl @@ -1,7 +1,3 @@ -#!/usr/bin/env tclsh - -source tclasm.tcl - ## also look at stack_machine_cond_jump test ## we're going to write numbers from 0 to 639 at addresses h100000 to h1009FC |