1
0
mirror of synced 2026-01-24 03:27:10 +00:00
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
..
2020-04-30 18:56:25 +00:00
2020-04-20 09:39:35 -07:00
2020-04-10 10:38:40 +02:00
2020-04-30 18:56:25 +00:00
2019-09-30 15:26:29 -07:00
2019-08-28 10:06:42 +02:00
2020-04-05 19:36:23 +00:00
2020-04-09 05:28:32 +00:00
2020-04-30 18:56:25 +00:00
2015-07-02 11:14:30 +02:00
2020-04-14 08:17:02 -07:00