From 4e55a80489fc921da6141627b64d45a729de1972 Mon Sep 17 00:00:00 2001 From: jens Date: Thu, 30 Jun 2022 19:22:42 +0200 Subject: [PATCH] - use gtkw-file not from build --- make/ghdl.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make/ghdl.mk b/make/ghdl.mk index d47e713..2b7deaf 100644 --- a/make/ghdl.mk +++ b/make/ghdl.mk @@ -96,10 +96,10 @@ synth: analyze $(GHDL) --synth $(GHDL_OPTS) $(ENTITY) wave: run_wave - exec gtkwave -f $(SIM_FILE) -a $(BUILD_DIR)/$(TARGET).gtkw & + exec gtkwave -f $(SIM_FILE) -a $(TARGET).gtkw & result: - exec gtkwave -f $(SIM_FILE) -a $(BUILD_DIR)/$(TARGET).gtkw & + exec gtkwave -f $(SIM_FILE) -a $(TARGET).gtkw & tree: analyze $(GHDL) -r $(GHDL_OPTS) $(ENTITY) $(RUN_OPTS) --no-run --disp-tree=inst