diff options
author | Wade Fife <wade.fife@ettus.com> | 2022-02-18 17:57:49 -0600 |
---|---|---|
committer | Wade Fife <wade.fife@ettus.com> | 2022-02-24 20:25:48 -0600 |
commit | a297c9765a0309ff194bf36074871f5bb1b6c34d (patch) | |
tree | 1592d98221eb6a1d16bdbf4a0dff274b70bddddf /fpga/usrp3 | |
parent | 8ca640b922700276abb86adde1b5ad46f3d2af07 (diff) | |
download | uhd-a297c9765a0309ff194bf36074871f5bb1b6c34d.tar.gz uhd-a297c9765a0309ff194bf36074871f5bb1b6c34d.tar.bz2 uhd-a297c9765a0309ff194bf36074871f5bb1b6c34d.zip |
fpga: x400: Set replay SEP buffers to twice MTU
Diffstat (limited to 'fpga/usrp3')
-rw-r--r-- | fpga/usrp3/top/x400/x410_100_rfnoc_image_core.yml | 8 | ||||
-rw-r--r-- | fpga/usrp3/top/x400/x410_200_rfnoc_image_core.yml | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/fpga/usrp3/top/x400/x410_100_rfnoc_image_core.yml b/fpga/usrp3/top/x400/x410_100_rfnoc_image_core.yml index 2788e5734..54ac97a29 100644 --- a/fpga/usrp3/top/x400/x410_100_rfnoc_image_core.yml +++ b/fpga/usrp3/top/x400/x410_100_rfnoc_image_core.yml @@ -32,19 +32,19 @@ stream_endpoints: ep4: ctrl: False data: True - buff_size_bytes: 4096 + buff_size_bytes: 16384 ep5: ctrl: False data: True - buff_size_bytes: 4096 + buff_size_bytes: 16384 ep6: ctrl: False data: True - buff_size_bytes: 4096 + buff_size_bytes: 16384 ep7: ctrl: False data: True - buff_size_bytes: 4096 + buff_size_bytes: 16384 # A list of all NoC blocks in design # ---------------------------------- diff --git a/fpga/usrp3/top/x400/x410_200_rfnoc_image_core.yml b/fpga/usrp3/top/x400/x410_200_rfnoc_image_core.yml index c10e5119f..ddc028b0c 100644 --- a/fpga/usrp3/top/x400/x410_200_rfnoc_image_core.yml +++ b/fpga/usrp3/top/x400/x410_200_rfnoc_image_core.yml @@ -32,19 +32,19 @@ stream_endpoints: ep4: ctrl: False data: True - buff_size_bytes: 4096 + buff_size_bytes: 16384 ep5: ctrl: False data: True - buff_size_bytes: 4096 + buff_size_bytes: 16384 ep6: ctrl: False data: True - buff_size_bytes: 4096 + buff_size_bytes: 16384 ep7: ctrl: False data: True - buff_size_bytes: 4096 + buff_size_bytes: 16384 # A list of all NoC blocks in design # ---------------------------------- |