mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-03 00:28:08 +00:00
Some fixes in libs/minisat (thanks to Siesh1oo)
This commit is contained in:
parent
8127d5e8c3
commit
a4d72de91d
3 changed files with 10 additions and 9 deletions
|
@ -7,6 +7,7 @@ mv minisat_upstream/LICENSE minisat_upstream/minisat/*/*.{h,cc} .
|
|||
rm -rf minisat_upstream
|
||||
|
||||
sed -i -e 's,^#include *"minisat/[^/]\+,#include "libs/minisat,' *.cc *.h
|
||||
sed -i -e 's/PRIi64/ & /' Options.h
|
||||
sed -i -e 's/Minisat::memUsedPeak()/Minisat::memUsedPeak(bool)/' System.cc
|
||||
sed -i -e 's/PRI[iu]64/ & /' Options.h Solver.cc
|
||||
sed -i -e '1 i #define __STDC_LIMIT_MACROS' *.cc
|
||||
sed -i -e '1 i #define __STDC_FORMAT_MACROS' *.cc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue