61beb10e399ddd5a68f06b7d03ab62be360b36da
[libreriscv.git] / shakti / m_class / AXI.mdwn
1 # AXI Bridge
2
3 See also [[wishbone]] Bus
4
5 * <http://bugs.libre-riscv.org/show_bug.cgi?id=10>
6 * <https://github.com/alexforencich/verilog-axis>
7 * <https://github.com/qermit/WishboneAXI/tree/master/cores/Wishbone2AXI/hdl>
8
9 # AXI4 in nmigen
10
11 * <https://github.com/peteut/migen-axi>