peteut / migen-axi

AXI support for Migen/MiSoC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

misoc.interconnect.stream -> DMAC | PRI

peteut opened this issue · comments

  • stream sink
  • ignored EOP
  • request burst transfer via DMAC | PRI

Refer to ARM DDI 0424D.

The Linux driver expects a single request, not a burst request as currently implemented:

root@zedboard-zynq7:~# devmem2 0xf8003100
/dev/mem opened.
Memory mapped at address 0xb6f68000.
Read at address  0xF8003100 (0xb6f68100): 0x00000007

Fixes the type: a065766.

Tested on Zedboard using w/ fb60d1d.