From b44a3a201ee2b524f31aa93abfe4abd8b756a533 Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Sat, 21 Nov 2020 21:35:54 +0100 Subject: add miscellaneous module, which controls led2 and button2 and provides a timer; include a testbench for timer and led --- tests/soc_measure_time/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/soc_measure_time/Makefile (limited to 'tests/soc_measure_time/Makefile') diff --git a/tests/soc_measure_time/Makefile b/tests/soc_measure_time/Makefile new file mode 100644 index 0000000..3f76875 --- /dev/null +++ b/tests/soc_measure_time/Makefile @@ -0,0 +1,8 @@ +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