- changed targets
git-svn-id: http://moon:8086/svn/vhdl/trunk@1502 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
+5
-2
@@ -78,13 +78,16 @@ elaborate: analyze
|
|||||||
run: analyze
|
run: analyze
|
||||||
$(GHDL) -r $(GHDL_OPTS) $(ENTITY) $(RUN_OPTS)
|
$(GHDL) -r $(GHDL_OPTS) $(ENTITY) $(RUN_OPTS)
|
||||||
|
|
||||||
run_show: analyze
|
run_wave: analyze
|
||||||
$(GHDL) -r $(GHDL_OPTS) $(ENTITY) $(RUN_OPTS) $(GTK_OPTS-y) >$(BUILD_DIR)/$(TARGET).log
|
$(GHDL) -r $(GHDL_OPTS) $(ENTITY) $(RUN_OPTS) $(GTK_OPTS-y) >$(BUILD_DIR)/$(TARGET).log
|
||||||
|
|
||||||
synth: analyze
|
synth: analyze
|
||||||
$(GHDL) --synth $(GHDL_OPTS) $(ENTITY)
|
$(GHDL) --synth $(GHDL_OPTS) $(ENTITY)
|
||||||
|
|
||||||
show: run_show
|
wave: run_wave
|
||||||
|
exec gtkwave -f $(SIM_FILE-y) -a $(BUILD_DIR)/$(TARGET).gtkw &
|
||||||
|
|
||||||
|
result:
|
||||||
exec gtkwave -f $(SIM_FILE-y) -a $(BUILD_DIR)/$(TARGET).gtkw &
|
exec gtkwave -f $(SIM_FILE-y) -a $(BUILD_DIR)/$(TARGET).gtkw &
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|||||||
Reference in New Issue
Block a user