michg / pyhdlsim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pyhdlsim: using python for stimulation of vhdl and verilog designs

by using pybind11 to link python with the cxxrtl backend of yosys, which can handle vhdl (with the ghdl-plugin) and also verilog code.

Prerequisites: yosys with ghdl-plugin and pybind11

Usage:

	`make SRC=adder`
	`python3 -m sim_adder`

About


Languages

Language:Python 91.8%Language:Makefile 8.2%