diff options
Diffstat (limited to 'tests/soc_measure_time/Makefile')
-rw-r--r-- | tests/soc_measure_time/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
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 |