From c5e3ee1d1c445f799e3cdfeee57ae8cfa3412743 Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Mon, 23 Nov 2020 14:56:03 +0100 Subject: write Wasm code, that can print a number on the screen --- tests/soc_print_number/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/soc_print_number/Makefile (limited to 'tests/soc_print_number/Makefile') 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 -- cgit v1.2.3