nextpnr/common
Catherine 1407b33558 Ensure only non-truncating values are returned from `main()`.
POSIX allows any `int` value to be returned but specifies that only
the low 8 bits are available in some contexts:
  https://pubs.opengroup.org/onlinepubs/9699919799/functions/_exit.html

For reasons that aren't entirely clear, WASI requires the value to be
in range [0;126), and this is enforced with an assertion at runtime
level in Wasmtime. This should probably be fixed in Wasmtime but until
it is done there doesn't seem to be any harm in returning `125` instead
of `-1`. This also removes any discrepancy due to truncation.
2026-05-01 11:22:38 +00:00
..
kernel Ensure only non-truncating values are returned from `main()`. 2026-05-01 11:22:38 +00:00
place gatemate: support multiple clock distribution strategies (#1574) 2025-10-15 15:33:21 +02:00
route Support use of router2 for gowin (#1636) 2026-02-17 09:26:25 +01:00
CMakeLists.txt CMake: refactor architecture-specific build system parts. 2025-01-21 17:13:03 +00:00
version.h.in Change version to git describe and make set-able from outside 2020-01-11 11:38:45 +01:00