csail-csg / pyverilator

Python wrapper for verilator model
MIT License
78 stars 34 forks source link

Verilator now has built in support for Python #1

Closed BracketMaster closed 4 years ago

BracketMaster commented 4 years ago

You guys may wanna check this out: https://github.com/patstew/verilator/tree/python/examples/make_python Verilator now has built in support for Python. I think its gonna get merged into master in the next release.

BracketMaster commented 4 years ago

In addition, cocotb Python also has support for Verilator.

acw1251 commented 4 years ago

Thanks for the info! I'll have to check them out.