Andrew Goessling
Andrew Goessling
When following the instructions in the README to build from source, during the `python setup.py install` step I get a cmake error complaining about several missing dependencies (`cppyy`, `libcling`, `libclang`):...
I'm on Ubuntu 20.04.3 LTS and installed `bgfx-python` via `pip install bgfx-python` within a `venv` virtual environment. When I import via `from pybgfx import bgfx` I get a segmentation violation:...
[Right now](https://github.com/agoessling/rules_vivado/blob/cdf4d9d4f206ee44b1a38170d01a168d2ad360df/vivado/tools/vivado_client.py#L359) the `read_verilog` command is passed all of the input verilog files as a list. The `-sv` option is added if any of the files in the list has...