This library contains an implementation of DES (Discrete Event Simulation) for communication with RTL simulators and a backup RTL simulator written in python. In addition there is a UVM like environment with some example interface agents. This means that this library can be used to handle synchronization, data exchange and verification related staff. The simulation is an object without any special requirements which greatly simplifies automatization and debugging.
- run
python3 setup.py install --user
- or from git
git clone https://github.com/Nic30/hwtSimApi.git && cd hwtSimApi && python3 setup.py install --user
- cocotb - there is also WIP version of cocotb-verilator integration
- cocotb-coverage - Functional Coverage and Constrained Randomization Extensions for Cocotb
- chisel-testers
- firesim
- fli - using ModelSim Foreign Language Interface for c – VHDL
- kratos - hardware generator/simulator
- midas
- py-hpi - Python/Simulator integration using procedure calls
- PyVSC Python package providing a library for Verification Stimulus and Coverage
- uvm-python - cocotb based python UVM
- PySpice - Python binding for Ngspice / Xyce Simulators
- pysv - Python binding to System Verilog using DPI