diff options
-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 # ---------------------------------- |