- prepared synth target

git-svn-id: http://moon:8086/svn/vhdl/trunk@1391 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-19 11:42:32 +00:00
parent 5743284dbf
commit 73452b0abc
+3
View File
@@ -18,6 +18,9 @@ run: analyze
sim: run
exec gtkwave -f $(BUILD_DIR)/$(NAME).ghw &
synth: analyze
ghdl --synth --work=$(NAME) --workdir=$(BUILD_DIR) $(ENTITY_SYN)
clean:
rm -f $(BUILD_DIR)/$(NAME)*.cf