aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils/rfnoc_blocktool/templates/noc_shell_template.v.mako
diff options
context:
space:
mode:
Diffstat (limited to 'host/utils/rfnoc_blocktool/templates/noc_shell_template.v.mako')
-rw-r--r--host/utils/rfnoc_blocktool/templates/noc_shell_template.v.mako6
1 files changed, 3 insertions, 3 deletions
diff --git a/host/utils/rfnoc_blocktool/templates/noc_shell_template.v.mako b/host/utils/rfnoc_blocktool/templates/noc_shell_template.v.mako
index 3c623f08c..3181be10f 100644
--- a/host/utils/rfnoc_blocktool/templates/noc_shell_template.v.mako
+++ b/host/utils/rfnoc_blocktool/templates/noc_shell_template.v.mako
@@ -9,7 +9,7 @@ import math
//
// Module: noc_shell_${config['module_name']}
//
-// Description:
+// Description:
//
// This is a tool-generated NoC-shell for the ${config['module_name']} block.
// See the RFNoC specification for more information about NoC shells.
@@ -199,12 +199,12 @@ module noc_shell_${config['module_name']} #(
%elif config['data']['fpga_iface'] == "axis_chdr":
assign axis_chdr_clk = ${config['data']['clk_domain']}_clk;
assign axis_chdr_rst = ${config['data']['clk_domain']}_rst;
-
+
<%include file="/modules/axis_chdr_modules_template.mako"/>\
%elif config['data']['fpga_iface'] == "axis_data":
assign axis_data_clk = ${config['data']['clk_domain']}_clk;
assign axis_data_rst = ${config['data']['clk_domain']}_rst;
-
+
<%include file="/modules/axis_data_modules_template.mako"/>\
%endif
endmodule // noc_shell_${config['module_name']}