Metadata-Version: 2.4
Name: PySVBench
Version: 0.6.2
Home-page: https://github.com/SpaceProgrammerOriginal/PySVBench
Author: SpaceProgrammer
License: Custom
Classifier: License :: Other/Proprietary License
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file

# PySVBench

A collection of scripts for debugging easily systemverilog code.

## PySVBench.basetypes

PySVBench.basetypes includes classes to represent signals and sequences (sequences being arrays of signals).

## PySVBench.generate

PySVBench.generate has Testbench class to create a testbench.

## Documentation

Currently the project doesn't have documentation as everything is in docstring. In the future I may add it.
