diff options
author | Wade Fife <wade.fife@ettus.com> | 2022-03-04 18:50:21 -0600 |
---|---|---|
committer | Wade Fife <wade.fife@ettus.com> | 2022-03-09 07:57:21 -0600 |
commit | 082a733c326d6332d581d5b7bf9ee86a503ba502 (patch) | |
tree | 69f8520915be26974407fcbb9b9d052f1c0408bc /images | |
parent | 08d03f881e2767f45ab7fc18c8003c9739b0ffb2 (diff) | |
download | uhd-082a733c326d6332d581d5b7bf9ee86a503ba502.tar.gz uhd-082a733c326d6332d581d5b7bf9ee86a503ba502.tar.bz2 uhd-082a733c326d6332d581d5b7bf9ee86a503ba502.zip |
fpga: rfnoc: Make Replay packet length independent of burst size
Before this change, the packet size output by the Replay block during
playback was limited to length of a full memory burst transaction.
This led to relatively small packets during playback (typically
2 KiB) and had other side effects, such as simultaneous playback from
two different memory locations using different packet sizes because of
differences in memory alignment.
With this change, the configured packet size, as set by the register
REG_PLAY_WORDS_PER_PKT, is used for all packets except the last
packet of playback, which can of course be smaller.
Diffstat (limited to 'images')
0 files changed, 0 insertions, 0 deletions