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. --- fpga/usrp3/lib/rfnoc/blocks/rfnoc_block_siggen/noc_shell_siggen.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fpga/usrp3/lib/rfnoc/blocks/rfnoc_block_siggen') diff --git a/fpga/usrp3/lib/rfnoc/blocks/rfnoc_block_siggen/noc_shell_siggen.v b/fpga/usrp3/lib/rfnoc/blocks/rfnoc_block_siggen/noc_shell_siggen.v index 6f14430b7..4e8b99e98 100644 --- a/fpga/usrp3/lib/rfnoc/blocks/rfnoc_block_siggen/noc_shell_siggen.v +++ b/fpga/usrp3/lib/rfnoc/blocks/rfnoc_block_siggen/noc_shell_siggen.v @@ -1,5 +1,5 @@ // -// Copyright 2020 Ettus Research, a National Instruments Brand +// Copyright 2021 Ettus Research, a National Instruments Brand // // SPDX-License-Identifier: LGPL-3.0-or-later // @@ -84,7 +84,7 @@ module noc_shell_siggen #( // AXI-Stream Data Clock and Reset output wire axis_data_clk, output wire axis_data_rst, - // Data Stream to User Logic: out + // Data Stream from User Logic: out input wire [NUM_PORTS*32*1-1:0] s_out_axis_tdata, input wire [NUM_PORTS*1-1:0] s_out_axis_tkeep, input wire [NUM_PORTS-1:0] s_out_axis_tlast, -- cgit v1.2.3