mirror of https://github.com/YosysHQ/yosys.git
Bump abc
This commit is contained in:
parent
69676bb827
commit
60e4b76981
2
Makefile
2
Makefile
|
|
@ -203,7 +203,7 @@ OBJS = kernel/version_$(GIT_REV).o
|
|||
bumpversion:
|
||||
sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline 03eb220.. | wc -l`/;" Makefile
|
||||
|
||||
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 ABC_USE_NAMESPACE=abc VERBOSE=$(Q)
|
||||
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 ABC_USE_NAMESPACE=abc VERBOSE=$(Q) OPTFLAGS="-g -O3"
|
||||
|
||||
# set ABCEXTERNAL = <abc-command> to use an external ABC instance
|
||||
# Note: The in-tree ABC (yosys-abc) will not be installed when ABCEXTERNAL is set.
|
||||
|
|
|
|||
2
abc
2
abc
|
|
@ -1 +1 @@
|
|||
Subproject commit 131a50dd773f21ebbfc51da1d182438382a04209
|
||||
Subproject commit 177496d1399822a2910754fdc32f48ed8b1cd265
|
||||
Loading…
Reference in New Issue