Skip to content

Commit

Permalink
Yosys 0.9
Browse files Browse the repository at this point in the history
Signed-off-by: Clifford Wolf <[email protected]>
  • Loading branch information
cliffordwolf committed Aug 26, 2019
1 parent 4a4e28b commit 1979e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ LDFLAGS += -rdynamic
LDLIBS += -lrt
endif

YOSYS_VER := 0.8+$(shell cd $(YOSYS_SRC) && test -e .git && { git log [email protected] --oneline 4d4665b.. 2> /dev/null | wc -l; })
YOSYS_VER := 0.9
GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN)
OBJS = kernel/version_$(GIT_REV).o

Expand Down

0 comments on commit 1979e0b

Please sign in to comment.