Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 363 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 363 Bytes

nMigen-axi

Collection of AXI cores implemented with nMigen and tested with COCOTB.

Installation

pip3 install .

Current status

It have been developed the following cores:

  • Pipeline generator (not currently tested)
  • CDC Fifo (not currently tested)

Acknowledgment

Thanks a lot to nMigen and cocotb developers who make this possible.