diff options
Diffstat (limited to 'host')
-rw-r--r-- | host/examples/rfnoc-example/fpga/rfnoc_block_gain/noc_shell_gain.v | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/examples/rfnoc-example/fpga/rfnoc_block_gain/noc_shell_gain.v b/host/examples/rfnoc-example/fpga/rfnoc_block_gain/noc_shell_gain.v index c5a3ff2e7..2e6dc4715 100644 --- a/host/examples/rfnoc-example/fpga/rfnoc_block_gain/noc_shell_gain.v +++ b/host/examples/rfnoc-example/fpga/rfnoc_block_gain/noc_shell_gain.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 |