nixpkgs/pkgs/development/compilers/yosys
Luflosi b82d963e7b
yosys: 0.32 -> 0.33
https://github.com/YosysHQ/yosys/releases/tag/yosys-0.33

A patch needed to be adapted to fix this error on macOS:
```
+ clang -std=c++11 -o yosys-always_full -I../.. always_full_tb.cc -lstdc++
In file included from always_full_tb.cc:1:
In file included from ./yosys-always_full.cc:1:
../../backends/cxxrtl/cxxrtl.h:29:10: fatal error: 'cstddef' file not found
#include <cstddef>
         ^~~~~~~~~
1 error generated.
make: *** [Makefile:885: test] Error 1
```
2023-09-12 16:25:21 +02:00
..
plugins yosys-symbiflow: 1.20230425 -> 1.20230808 2023-09-04 09:03:32 -05:00
default.nix yosys: 0.32 -> 0.33 2023-09-12 16:25:21 +02:00
fix-clang-build.patch yosys: 0.32 -> 0.33 2023-09-12 16:25:21 +02:00
plugin-search-dirs.patch yosys: 0.29 -> 0.30 2023-06-08 18:22:13 +03:00
setup-hook.sh