From 73452b0abc3216a0ffbe08f16b2e26b01d793dd0 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Fri, 19 Mar 2021 11:42:32 +0000 Subject: [PATCH] - prepared synth target git-svn-id: http://moon:8086/svn/vhdl/trunk@1391 cc03376c-175c-47c8-b038-4cd826a8556b --- Common/make/ghdl.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Common/make/ghdl.mk b/Common/make/ghdl.mk index 11fe45e..d153f2b 100644 --- a/Common/make/ghdl.mk +++ b/Common/make/ghdl.mk @@ -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