From 5ed2dafa6910e211cae1d83d364d5c24d3b21b4c Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Thu, 24 Dec 2020 13:03:25 +0100 Subject: add example, that measures time and prints it to screen --- Makefile.example | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.example') diff --git a/Makefile.example b/Makefile.example index e44cf9c..c85dc8f 100644 --- a/Makefile.example +++ b/Makefile.example @@ -26,6 +26,7 @@ example.vvp : $(DESIGN_DIR)/*.v soc_with_peripherals.v flash_memory.v sram.v \ simulate : example.vvp $(VVP) $< + if [ -f VGAdump.mem ]; then $(MAKE) VGAdump.ppm; fi design.v : instructions.mem $(DESIGN_DIR)/*.v $(FONT) $(IV) $(IVFLAGS) $(ROM_DEFINES) -E $(filter %.v,$^) -o $@ -- cgit v1.2.3