This commit is contained in:
Akash Levy 2025-12-02 01:26:55 -05:00
parent 69676bb827
commit 60e4b76981
2 changed files with 2 additions and 2 deletions

View File

@ -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

@ -1 +1 @@
Subproject commit 131a50dd773f21ebbfc51da1d182438382a04209
Subproject commit 177496d1399822a2910754fdc32f48ed8b1cd265