pyhdl-tlm-if

Python interface for HDL programming interfaces


Keywords
SystemVerilog, Verilog, VHDL, RTL, Python
License
Apache-2.0
Install
pip install pyhdl-tlm-if==0.0.1

Documentation

PyHDL-IF

The PyHDL-IF package implements an interface between Python and HDL simulator programming interfaces, such as DPI, VPI, FLI, and VHPI. The goal is to allow users to interact with these APIs without writing any C code themselves. An implementation goal of the PyHDL-IF package is to use as little C code as possible in its implementation to simplify development and maintenance.