mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-01 11:51:21 +00:00
Bump Yosys to 0.41.91
This commit is contained in:
parent
187737b86a
commit
943ec10343
1 changed files with 1 additions and 4 deletions
5
Makefile
5
Makefile
|
@ -140,7 +140,7 @@ LIBS += -lrt
|
|||
endif
|
||||
endif
|
||||
|
||||
YOSYS_VER := 0.41+90
|
||||
YOSYS_VER := 0.41.91
|
||||
|
||||
# Note: We arrange for .gitcommit to contain the (short) commit hash in
|
||||
# tarballs generated with git-archive(1) using .gitattributes. The git repo
|
||||
|
@ -155,9 +155,6 @@ endif
|
|||
|
||||
OBJS = kernel/version_$(GIT_REV).o
|
||||
|
||||
bumpversion:
|
||||
sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline c1ad377.. | wc -l`/;" Makefile
|
||||
|
||||
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 ABC_USE_NAMESPACE=abc VERBOSE=$(Q)
|
||||
|
||||
# set ABCEXTERNAL = <abc-command> to use an external ABC instance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue