diff options
author | Wade Fife <wade.fife@ettus.com> | 2022-02-28 14:44:40 -0600 |
---|---|---|
committer | Wade Fife <wade.fife@ettus.com> | 2022-03-04 09:42:39 -0600 |
commit | 30a9cc14bb49bf33f90c151a52dae1409cb0c735 (patch) | |
tree | 8664b5ce60b6b3ebf548302640dbc7a458e31047 /host/utils/rfnoc_blocktool | |
parent | 1d7d1226e7576bfad484109afd3aad4e78af111b (diff) | |
download | uhd-30a9cc14bb49bf33f90c151a52dae1409cb0c735.tar.gz uhd-30a9cc14bb49bf33f90c151a52dae1409cb0c735.tar.bz2 uhd-30a9cc14bb49bf33f90c151a52dae1409cb0c735.zip |
utils: Fix comment in noc_shell Mako template
Diffstat (limited to 'host/utils/rfnoc_blocktool')
-rw-r--r-- | host/utils/rfnoc_blocktool/templates/noc_shell_template.v.mako | 1 |
1 files changed, 1 insertions, 0 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 3181be10f..bbe243795 100644 --- a/host/utils/rfnoc_blocktool/templates/noc_shell_template.v.mako +++ b/host/utils/rfnoc_blocktool/templates/noc_shell_template.v.mako @@ -19,6 +19,7 @@ import math // 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 |