- use gtkw-file not from build
This commit is contained in:
+2
-2
@@ -96,10 +96,10 @@ synth: analyze
|
|||||||
$(GHDL) --synth $(GHDL_OPTS) $(ENTITY)
|
$(GHDL) --synth $(GHDL_OPTS) $(ENTITY)
|
||||||
|
|
||||||
wave: run_wave
|
wave: run_wave
|
||||||
exec gtkwave -f $(SIM_FILE) -a $(BUILD_DIR)/$(TARGET).gtkw &
|
exec gtkwave -f $(SIM_FILE) -a $(TARGET).gtkw &
|
||||||
|
|
||||||
result:
|
result:
|
||||||
exec gtkwave -f $(SIM_FILE) -a $(BUILD_DIR)/$(TARGET).gtkw &
|
exec gtkwave -f $(SIM_FILE) -a $(TARGET).gtkw &
|
||||||
|
|
||||||
tree: analyze
|
tree: analyze
|
||||||
$(GHDL) -r $(GHDL_OPTS) $(ENTITY) $(RUN_OPTS) --no-run --disp-tree=inst
|
$(GHDL) -r $(GHDL_OPTS) $(ENTITY) $(RUN_OPTS) --no-run --disp-tree=inst
|
||||||
|
|||||||
Reference in New Issue
Block a user