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