Skip to content
  • Jens Korinth's avatar
    AxiFifoAdapter: implement AXI mem to FIFO adapter · 9684a9c2
    Jens Korinth authored
    * tick-tock buffer approach: one buffer is filled via AXI4 read
      bursts, the other is made available for dequeuing
    * can provide continuous data at full speed, given that the bursts
      finish fast enough
    * also added some unit tests for fixed blocks of memory
    * missing: support for wrap-around (currently via reset)
    9684a9c2