From a297c9765a0309ff194bf36074871f5bb1b6c34d Mon Sep 17 00:00:00 2001 From: Wade Fife Date: Fri, 18 Feb 2022 17:57:49 -0600 Subject: fpga: x400: Set replay SEP buffers to twice MTU --- fpga/usrp3/top/x400/x410_100_rfnoc_image_core.yml | 8 ++++---- fpga/usrp3/top/x400/x410_200_rfnoc_image_core.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'fpga/usrp3') 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 # ---------------------------------- -- cgit v1.2.3