diff options
Diffstat (limited to 'Makefile.example')
-rw-r--r-- | Makefile.example | 1 |
1 files changed, 1 insertions, 0 deletions
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 $@ |