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