nixpkgs/pkgs/development/compilers/yosys
Luflosi 46692a1507 yosys: 0.36 -> 0.37
https://github.com/YosysHQ/yosys/releases/tag/yosys-0.37

The change to the patch is needed to fix this error on macOS:
```
+ clang -std=c++11 -O2 -o cxxrtl-test-value -I../../backends/cxxrtl/runtime test_value.cc -lstdc++
test_value.cc:1:10: fatal error: 'cassert' file not found
         ^~~~~~~~~
1 error generated.
make: *** [Makefile:891: test] Error 1
```
2024-01-20 11:26:38 -06:00
..
plugins yosys-synlig: 2023-10-26 -> 2023-11-28 2023-11-29 13:18:33 -06:00
default.nix yosys: 0.36 -> 0.37 2024-01-20 11:26:38 -06:00
fix-clang-build.patch yosys: 0.36 -> 0.37 2024-01-20 11:26:38 -06:00
plugin-search-dirs.patch yosys: 0.29 -> 0.30 2023-06-08 18:22:13 +03:00
setup-hook.sh