1 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
\r
7 <category ids="1,5" />
\r
9 This block replicates the input over X outputs, the outputs being created at will.
\r
14 <parameter name="data_width" type="positive" value="16" context="user"/>
\r
19 <input name="clk" type="boolean" width="1" purpose="clock" />
\r
20 <input name="rst" type="boolean" width="1" purpose="reset" />
\r
21 <input name="data_i" type="expression" width="$data_width" />
\r
22 <control iface="data_i" />
\r
25 <output name="data_o" type="expression" width="$data_width" multiplicity="*"/>
\r
26 <control iface="data_o" />
\r