- also write vcd
git-svn-id: http://moon:8086/svn/vhdl/trunk@1398 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
+1
-1
@@ -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 &
|
||||
|
||||
Reference in New Issue
Block a user