Skip to content

RTL simulator bindings for Python and RTL simulator in python

Notifications You must be signed in to change notification settings

Nic30/hwtSimApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hwtSimApi

CircleCI Coverage Status PyPI version Documentation Status

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.

  • examples of usage in hwtLib and other HWT based projects

Installation

  • run python3 setup.py install --user
  • or from git git clone https://github.com/Nic30/hwtSimApi.git && cd hwtSimApi && python3 setup.py install --user

Similar software

  • 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

About

RTL simulator bindings for Python and RTL simulator in python

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages