Metadata-Version: 2.2
Name: dspsim
Version: 0.5.3
Summary: discrete-event simulation engine for HDL designs.
Author: Frank Sodari
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.14
Requires-Dist: jinja2>=3.1.6
Requires-Dist: nanobind>=3.0.1
Requires-Dist: nanobind-backend>=1.0.0
Requires-Dist: numpy>=2.5.2
Provides-Extra: verilator
Requires-Dist: verilator-dspsim>=5.52.0; extra == "verilator"
Description-Content-Type: text/markdown

# DSPSim

dspsim is a C++ discrete-event (delta-cycle) simulation engine, exposed to Python via
nanobind, used to simulate hardware designs, either hand-written C++ models or
Verilator-generated models of Verilog/SystemVerilog RTL.
