-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
axi_dmac: Increase default store-and-forward memory size to 8 bursts
A larger store-and-forward memory provides better protection against worst case memory interface latencies by being able to store more data before over-/underflowing. Based on empirical testing it was found that using a size of 4 bursts can still result in underflows/overflows under certain conditions. These do not happen when using a size of 8 bursts. This change does not significantly increase resource consumption. Both on Intel and Xilinx the block RAM has a minimum depth of 512 entries. With a default burst length of 16 beats that allows for up to 32 bursts without requiring additional block RAM. Signed-off-by: Lars-Peter Clausen <[email protected]>
- Loading branch information
1 parent
b18b16f
commit cf52081
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters