1 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
\r
7 <category ids="1,4" />
\r
10 This block does an average on 3 successives units, over a sequence of N inputs
\r
13 This block does an average on 3 successives units, over a sequence of N inputs
\r
19 <parameter name="data_width" type="string" value="0" context="user"/>
\r
20 <parameter name="nb_data" type="string" value="20" context="user"/>
\r
25 <input name="clk" type="boolean" width="1" purpose="clock" />
\r
26 <input name="rst" type="boolean" width="1" purpose="reset" />
\r
27 <input name="data_i" type="expression" width="$data_width" />
\r
28 <control iface="data_i" />
\r
31 <output name="data_o" type="expression" width="$data_width" multiplicity="1"/>
\r
32 <control iface="data_o" />
\r