pyslang icon indicating copy to clipboard operation
pyslang copied to clipboard

Python bindings for slang, a library for compiling SystemVerilog

Results 4 pyslang issues
Sort by recently updated
recently updated
newest added

I am looking at using pyslang to solve the common problem of `ip's from different vendors have files with same name` so `Add an prefix to all modules, their instances...

This should provide an easy way to install the `slang` driver. `cmake` on PYPI is built in a similar fashion using `skbuild` (see [here](https://github.com/scikit-build/cmake-python-distributions)).

(feature proposal) Some editors (e.g., vscode with pylance) do not load *.so files for Python API hints (https://github.com/microsoft/pylance-release/issues/242#issuecomment-674288520). In such cases it would good to have .pyi stub files. This...

I used python code like the one below, with an error at pyslang==7.0, which worked perfectly at pyslang==6.0, but couldn't get any error messages. If the main process calls the...