1
0
mirror of synced 2026-01-23 02:58:29 +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-01-14 10:13:29 -08:00
2020-04-24 13:41:19 -07:00
2020-04-08 22:11:06 +00:00
2020-04-30 18:56:25 +00:00
2020-04-06 05:09:43 +00:00
2020-03-28 09:49:08 +01:00
2020-04-30 18:56:25 +00:00
2019-09-25 09:20:38 +02:00
2020-04-16 18:56:50 +00:00
2020-04-16 18:49:55 +00:00
2020-04-06 06:52:18 +00:00
2020-04-15 16:13:28 +02:00
2020-04-30 18:56:25 +00:00
2020-04-06 07:42:46 +00:00
2020-04-06 04:39:18 +00:00
2019-05-31 09:28:51 +02:00
2019-06-20 15:34:52 +02:00