Install & Compatibility
Where this runs
tested against v0.4.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
muslpy 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 19.3MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 1.7s · import 0.000s · 20MB
17MB installed
● package 17MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
DataType
✓ from pysv import DataType
✗ from pysv import SystemVerilogParser
Reference
✓ from pysv import Reference
compile
✓ from pysv import compile
Parse a SystemVerilog file and list module names.
from pysv import SystemVerilogParser
parser = SystemVerilogParser()
design = parser.parse_file('example.sv')
print(design.get_module_names())
Upgrade
Version history
0.4.0latest on PyPI · released May 8, 2026
Audit
Dependencies
No dependency data recorded yet.