aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
Diffstat (limited to 'host')
-rw-r--r--host/examples/rfnoc-example/fpga/rfnoc_block_gain/noc_shell_gain.v4
-rw-r--r--host/utils/rfnoc_blocktool/templates/modules/axis_data_wires_template.mako2
-rw-r--r--host/utils/rfnoc_blocktool/templates/modules/axis_pyld_ctxt_wires_template.mako4
3 files changed, 5 insertions, 5 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 043ab5b97..c5a3ff2e7 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,11 +1,11 @@
//
-// Copyright 2019 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_gain
//
-// Description:
+// Description:
//
// This is a tool-generated NoC-shell for the gain block.
// See the RFNoC specification for more information about NoC shells.
diff --git a/host/utils/rfnoc_blocktool/templates/modules/axis_data_wires_template.mako b/host/utils/rfnoc_blocktool/templates/modules/axis_data_wires_template.mako
index dd12f06e8..35165895f 100644
--- a/host/utils/rfnoc_blocktool/templates/modules/axis_data_wires_template.mako
+++ b/host/utils/rfnoc_blocktool/templates/modules/axis_data_wires_template.mako
@@ -53,7 +53,7 @@
num_ports = 1 if 'num_ports' not in port_info else port_info['num_ports']
%>\
%if num_ports != 1:
- // Data Stream to User Logic: ${port_name}
+ // Data Stream from User Logic: ${port_name}
${in_wire}wire [${num_ports}*${port_info['item_width']}*${port_info['nipc']}-1:0] ${sl_pre}${port_name}_axis_tdata${term}
${in_wire}wire [${num_ports}*${port_info['nipc']}-1:0] ${sl_pre}${port_name}_axis_tkeep${term}
${in_wire}wire [${num_ports}-1:0] ${sl_pre}${port_name}_axis_tlast${term}
diff --git a/host/utils/rfnoc_blocktool/templates/modules/axis_pyld_ctxt_wires_template.mako b/host/utils/rfnoc_blocktool/templates/modules/axis_pyld_ctxt_wires_template.mako
index 8251749df..ee7cfedee 100644
--- a/host/utils/rfnoc_blocktool/templates/modules/axis_pyld_ctxt_wires_template.mako
+++ b/host/utils/rfnoc_blocktool/templates/modules/axis_pyld_ctxt_wires_template.mako
@@ -55,13 +55,13 @@
num_ports = 1 if 'num_ports' not in port_info else port_info['num_ports']
%>\
%if num_ports != 1:
- // Payload Stream to User Logic: ${port}
+ // Payload Stream from User Logic: ${port}
${in_wire}wire [${num_ports}*${port_info['item_width']}*${port_info['nipc']}-1:0] ${sl_pre}${port}_payload_tdata${term}
${in_wire}wire [${num_ports}*${port_info['nipc']}-1:0] ${sl_pre}${port}_payload_tkeep${term}
${in_wire}wire [${num_ports}-1:0] ${sl_pre}${port}_payload_tlast${term}
${in_wire}wire [${num_ports}-1:0] ${sl_pre}${port}_payload_tvalid${term}
${out_wire}wire [${num_ports}-1:0] ${sl_pre}${port}_payload_tready${term}
- // Context Stream to User Logic: ${port}
+ // Context Stream from User Logic: ${port}
${in_wire}wire [${num_ports}*CHDR_W-1:0] ${sl_pre}${port}_context_tdata${term}
${in_wire}wire [${num_ports}*4-1:0] ${sl_pre}${port}_context_tuser${term}
${in_wire}wire [${num_ports}-1:0] ${sl_pre}${port}_context_tlast${term}