summaryrefslogtreecommitdiff
path: root/grc/blocks/gr_chunks_to_symbols.xml
diff options
context:
space:
mode:
Diffstat (limited to 'grc/blocks/gr_chunks_to_symbols.xml')
-rw-r--r--grc/blocks/gr_chunks_to_symbols.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/grc/blocks/gr_chunks_to_symbols.xml b/grc/blocks/gr_chunks_to_symbols.xml
index b54e710ef..e9da38e9a 100644
--- a/grc/blocks/gr_chunks_to_symbols.xml
+++ b/grc/blocks/gr_chunks_to_symbols.xml
@@ -57,12 +57,21 @@
<value>2</value>
<type>int</type>
</param>
+ <param>
+ <name>Num Ports</name>
+ <key>num_ports</key>
+ <value>1</value>
+ <type>int</type>
+ </param>
+ <check>$num_ports &gt; 0</check>
<sink>
<name>in</name>
<type>$in_type</type>
+ <nports>$num_ports</nports>
</sink>
<source>
<name>out</name>
<type>$out_type</type>
+ <nports>$num_ports</nports>
</source>
</block>