diff options
author | Eddie Hung <eddie@fpgeh.com> | 2020-01-11 17:02:20 -0800 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2020-01-11 17:02:20 -0800 |
commit | c063436eea7182f6c9617a7d54f238b494ad261b (patch) | |
tree | e5f597ee57c63fd67a46e9e8be3abdf212c8794b /Makefile | |
parent | c8206823141aa54b6151c57548fdb73211157451 (diff) | |
parent | 04a2eb82045a658de22cea610a3ac8c5dee9333c (diff) | |
download | yosys-c063436eea7182f6c9617a7d54f238b494ad261b.tar.gz yosys-c063436eea7182f6c9617a7d54f238b494ad261b.tar.bz2 yosys-c063436eea7182f6c9617a7d54f238b494ad261b.zip |
Merge remote-tracking branch 'origin/master' into eddie/abc9_scratchpad
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -115,7 +115,7 @@ LDFLAGS += -rdynamic LDLIBS += -lrt endif -YOSYS_VER := 0.9+932 +YOSYS_VER := 0.9+1706 GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o @@ -128,7 +128,7 @@ bumpversion: # is just a symlink to your actual ABC working directory, as 'make mrproper' # will remove the 'abc' directory and you do not want to accidentally # delete your work on ABC.. -ABCREV = 144c5be +ABCREV = 71f2b40 ABCPULL = 1 ABCURL ?= https://github.com/berkeley-abc/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 |