aboutsummaryrefslogtreecommitdiff
path: root/tests/soc_print_number/Makefile
diff options
context:
space:
mode:
authorWojciech Kosior <kwojtus@protonmail.com>2020-11-23 14:56:03 +0100
committerWojciech Kosior <kwojtus@protonmail.com>2020-11-23 14:56:03 +0100
commitc5e3ee1d1c445f799e3cdfeee57ae8cfa3412743 (patch)
tree48da9c1c54cf83a73545f8a27329d281b714726b /tests/soc_print_number/Makefile
parenta0e9d28f2a21cc42dff7ed2fce3e52cb04bc5170 (diff)
downloadAGH-engineering-thesis-c5e3ee1d1c445f799e3cdfeee57ae8cfa3412743.tar.gz
AGH-engineering-thesis-c5e3ee1d1c445f799e3cdfeee57ae8cfa3412743.zip
write Wasm code, that can print a number on the screen
Diffstat (limited to 'tests/soc_print_number/Makefile')
-rw-r--r--tests/soc_print_number/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/soc_print_number/Makefile b/tests/soc_print_number/Makefile
new file mode 100644
index 0000000..06bced1
--- /dev/null
+++ b/tests/soc_print_number/Makefile
@@ -0,0 +1,10 @@
+VGA_TEST = 1
+
+DEPENDS = instructions.mem sram.v vga_display.v flash_memory.v \
+ soc_with_peripherals.v ../../design/*.v messages.vh
+
+IVFLAGS = -DROM_WORDS_COUNT=$(call FILE_LINES,instructions.mem)
+
+TOP = soc_test
+
+include ../../Makefile.test