From 72982a095b99b0e0f2eeaa9d4f7d11b40f27a478 Mon Sep 17 00:00:00 2001 From: Luca Date: Sun, 29 Dec 2024 01:57:23 +0100 Subject: [PATCH] build: do not automatically start GTKWave after simulation has finished --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 0826893..53aeb42 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,6 @@ prog: pixelflut.bit openFPGALoader -b arty_a7_35t $< sim: dvi_tb.vcd - gtkwave $< pixelflut.bit: pixelflut.frames xc7frames2bit --part_file "$(XRAY_DATABASE_DIR)/artix7/$(PART)/part.yaml" --part_name $(PART) --frm_file $< --output_file $@