3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-26 18:48:51 +00:00

Update ABC as per 2026-06-25

This commit is contained in:
Miodrag Milanovic 2026-06-25 14:20:27 +02:00
parent 23aadd92ab
commit 2bc5aa5cf4
2 changed files with 3 additions and 1 deletions

2
abc

@ -1 +1 @@
Subproject commit 30c47da5c9343713ef0b3e12914686ffd28ef367
Subproject commit a35f806b8ce47d29537cab973679b5a3523ab085

View file

@ -60,6 +60,7 @@ function(yosys_abc_target arg_LIBNAME arg_EXENAME)
$<$<NOT:$<CXX_COMPILER_ID:MSVC>>:ABC_NAMESPACE=abc>
ABC_USE_STDINT_H=1
ABC_USE_CUDD=1
ABC_NO_HISTORY=1
ABC_NO_DYNAMIC_LINKING
$<${YOSYS_ENABLE_THREADS}:ABC_USE_PTHREADS>
$<${YOSYS_ENABLE_READLINE}:ABC_USE_READLINE>
@ -83,6 +84,7 @@ function(yosys_abc_target arg_LIBNAME arg_EXENAME)
-Wno-deprecated-comma-subscript
-Wno-format
-Wno-constant-logical-operand
-Wno-sizeof-pointer-memaccess
)
target_link_libraries(${arg_LIBNAME} PUBLIC
$<${YOSYS_ENABLE_THREADS}:Threads::Threads>