Skip to content

michg/pyhdlsim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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`

Releases

No releases published

Packages

No packages published