You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following deprecated porjects can be found here:
* ADRV9361Z7035_ccpci_lvds
* ADRV9361Z7035_ccusb_lvds
* ADRV9364Z7020_ccusb_lvds
* ADRV7511 with VC707, KC705 and KCU105
axi_dacfifo: Optimize the AXI read logic
Save the valid AXI beats number of the last AXI transaction, and the valid
DMA beats number of the last AXI beat, so the read back logic can use this
data and prevent to feel up the CDC memory with invalid samples. Also in
this way the end of the read back cycle get a more robust control: no more
duplicated samples at the end of the buffer.