3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-10 17:26:17 +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
00_PATCH_typofixes.patch
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
Heap.h
IntMap.h
IntTypes.h
LICENSE
Map.h
Options.cc
Options.h
ParseUtils.h
Queue.h
Rnd.h
SimpSolver.cc
SimpSolver.h
Solver.cc
Solver.h
SolverTypes.h
Sort.h
System.cc Add WASI platform support. 2020-04-30 18:56:25 +00:00
System.h
Vec.h
XAlloc.h