This repository was archived by the owner on Nov 6, 2021. It is now read-only.
Tags: ptorru/hdl
Tags
usb_fx3: Switch PS7 UART to UARTLITE to communicate with the FX3 board
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.