diff options
Diffstat (limited to 'fpga/usrp3/lib/rfnoc/blocks/rfnoc_block_moving_avg')
| -rw-r--r-- | fpga/usrp3/lib/rfnoc/blocks/rfnoc_block_moving_avg/noc_shell_moving_avg.v | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/fpga/usrp3/lib/rfnoc/blocks/rfnoc_block_moving_avg/noc_shell_moving_avg.v b/fpga/usrp3/lib/rfnoc/blocks/rfnoc_block_moving_avg/noc_shell_moving_avg.v index c44d28eea..0972d4453 100644 --- a/fpga/usrp3/lib/rfnoc/blocks/rfnoc_block_moving_avg/noc_shell_moving_avg.v +++ b/fpga/usrp3/lib/rfnoc/blocks/rfnoc_block_moving_avg/noc_shell_moving_avg.v @@ -1,5 +1,5 @@  // -// Copyright 2021 Ettus Research, a National Instruments Brand +// Copyright 2022 Ettus Research, a National Instruments Brand  //  // SPDX-License-Identifier: LGPL-3.0-or-later  // @@ -15,6 +15,7 @@  //   THIS_PORTID : Control crossbar port to which this block is connected  //   CHDR_W      : AXIS-CHDR data bus width  //   MTU         : Maximum transmission unit (i.e., maximum packet size in +//                 CHDR words is 2**MTU).  //  `default_nettype none  | 
