From 270a7e13c365d05ba04ab44a2f844d96ba15f43b Mon Sep 17 00:00:00 2001 From: Wade Fife Date: Mon, 6 Dec 2021 11:54:36 -0600 Subject: rfnoc: Fix noc_shell direction comments Some comments describing data flow direction were wrong. This commit updates the Mako files and updates the noc_shell modules with newly generated versions. --- .../rfnoc/blocks/rfnoc_block_split_stream/noc_shell_split_stream.v | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fpga/usrp3/lib/rfnoc/blocks/rfnoc_block_split_stream') diff --git a/fpga/usrp3/lib/rfnoc/blocks/rfnoc_block_split_stream/noc_shell_split_stream.v b/fpga/usrp3/lib/rfnoc/blocks/rfnoc_block_split_stream/noc_shell_split_stream.v index e7a865e4e..8d6c1ebff 100644 --- a/fpga/usrp3/lib/rfnoc/blocks/rfnoc_block_split_stream/noc_shell_split_stream.v +++ b/fpga/usrp3/lib/rfnoc/blocks/rfnoc_block_split_stream/noc_shell_split_stream.v @@ -1,11 +1,11 @@ // -// Copyright 2020 Ettus Research, a National Instruments Brand +// Copyright 2021 Ettus Research, a National Instruments Brand // // SPDX-License-Identifier: LGPL-3.0-or-later // // Module: noc_shell_split_stream // -// Description: +// Description: // // This is a tool-generated NoC-shell for the split_stream block. // See the RFNoC specification for more information about NoC shells. @@ -138,7 +138,7 @@ module noc_shell_split_stream #( assign axis_chdr_clk = rfnoc_chdr_clk; assign axis_chdr_rst = rfnoc_chdr_rst; - + //--------------------- // Input Data Paths //--------------------- -- cgit v1.2.3