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
{{ message }}
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.
Problem: Trying to reset the DMA engine does not result in any effect. The most critical of them is
not clearing the DONE bit, causing us to detect an invalid finished DMA transaction.
For now, we must check the DONE and BUSY bits in order to detect a DMA finished status. The DONE bit is always 1, so maybe we need to check FPGA reset signal.
The text was updated successfully, but these errors were encountered:
Problem: Trying to reset the DMA engine does not result in any effect. The most critical of them is
not clearing the DONE bit, causing us to detect an invalid finished DMA transaction.
For now, we must check the DONE and BUSY bits in order to detect a DMA finished status. The DONE bit is always 1, so maybe we need to check FPGA reset signal.
The text was updated successfully, but these errors were encountered: