mirror of https://github.com/YosysHQ/yosys.git
8b0ec3c3a2
This is basically the same issue as in tests/various/plugin.sh, which uses yosys-config to compile a plugin. `yosys-config --cxxflags` points to `$PREFIX/share/` (/usr/local/share by default), which might not exist yet or might be out of date. Building directly from the headers in ./share/ avoids this. |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile | ||
absval_ref.v | ||
my_cmd.cc | ||
sigmap_test.v |