3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-05 09:37:45 +00:00
yosys/libs/minisat
whitequark b43c282e4e Add WASI platform support.
This includes the following significant changes:
  * Patching ezsat and minisat to disable resource limiting code
    on WASM/WASI, since the POSIX functions they use are unavailable.
  * Adding a new definition, YOSYS_DISABLE_SPAWN, present if platform
    does not support spawning subprocesses (i.e. Emscripten or WASI).
    This definition hides the definition of `run_command()`.
  * Adding a new Makefile flag, DISABLE_SPAWN, present in the same
    condition. This flag disables all passes that require spawning
    subprocesses for their function.
2020-04-30 18:56:25 +00:00
..
00_PATCH_mkLit_default_arg.patch
00_PATCH_no_fpu_control.patch
00_PATCH_remove_zlib.patch minisat: Remove template with gzFile specialization. 2017-11-25 19:48:26 -08:00
00_PATCH_typofixes.patch Add minisat 00_PATCH_typofixes.patch 2017-03-27 14:37:00 +02:00
00_PATCH_wasm.patch Add WASI platform support. 2020-04-30 18:56:25 +00:00
00_UPDATE.sh Add WASI platform support. 2020-04-30 18:56:25 +00:00
Alg.h
Alloc.h
Dimacs.h minisat: Remove template with gzFile specialization. 2017-11-25 19:48:26 -08:00
Heap.h
IntMap.h
IntTypes.h
LICENSE
Map.h
Options.cc minisat: Only define __STDC_XXX_MACROS if not already defined. 2017-11-25 19:48:26 -08:00
Options.h
ParseUtils.h
Queue.h
Rnd.h
SimpSolver.cc minisat: Only define __STDC_XXX_MACROS if not already defined. 2017-11-25 19:48:26 -08:00
SimpSolver.h
Solver.cc minisat: Only define __STDC_XXX_MACROS if not already defined. 2017-11-25 19:48:26 -08:00
Solver.h
SolverTypes.h
Sort.h
System.cc Add WASI platform support. 2020-04-30 18:56:25 +00:00
System.h
Vec.h Remove added newline (by re-running minisat 00_UPDATE.sh) 2019-05-08 11:26:58 +02:00
XAlloc.h