Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 348 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 348 Bytes

nMigen-cocotb

amaranth-cocotb is a simple python module which tries to combine two amazing HDL tools: amaranth (former nMigen) and Cocotb.

Installation

pip3 install .

or

pip3 install git+https://github.com/andresdemski/nmigen-cocotb.git

User guide

Check the example, it's really easy to use. Try it.