- also write vcd

git-svn-id: http://moon:8086/svn/vhdl/trunk@1398 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-19 15:23:16 +00:00
parent 3846de5ae3
commit 356125d58d
+1 -1
View File
@@ -13,7 +13,7 @@ analyze: $(BUILD_DIR) $(SRCS)
ghdl -a --work=$(NAME) --workdir=$(BUILD_DIR) $(SRCS)
run: analyze
-ghdl -r --work=$(NAME) --workdir=$(BUILD_DIR) $(ENTITY_RUN) --wave=$(BUILD_DIR)/$(NAME).ghw --assert-level=error >$(BUILD_DIR)/$(NAME).log
-ghdl -r --work=$(NAME) --workdir=$(BUILD_DIR) $(ENTITY_RUN) --vcd=$(BUILD_DIR)/$(NAME).vcd --wave=$(BUILD_DIR)/$(NAME).ghw --assert-level=error >$(BUILD_DIR)/$(NAME).log
sim: run
exec gtkwave -f $(BUILD_DIR)/$(NAME).ghw &