aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp3
diff options
context:
space:
mode:
Diffstat (limited to 'fpga/usrp3')
-rw-r--r--fpga/usrp3/lib/rfnoc/core/rfnoc_chdr_utils.vh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga/usrp3/lib/rfnoc/core/rfnoc_chdr_utils.vh b/fpga/usrp3/lib/rfnoc/core/rfnoc_chdr_utils.vh
index 32376d12d..88d19c8cd 100644
--- a/fpga/usrp3/lib/rfnoc/core/rfnoc_chdr_utils.vh
+++ b/fpga/usrp3/lib/rfnoc/core/rfnoc_chdr_utils.vh
@@ -216,6 +216,6 @@ function [63:0] chdr_update_length(
mdata_length = chdr_get_num_mdata(base_hdr) * (chdr_w/8);
length = header_length + mdata_length + payload_length;
- chdr_update_length = chdr_set_length(chdr_w, length);
+ chdr_update_length = chdr_set_length(base_hdr, length);
end
endfunction