1 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
\r
5 parametrized deicmator
\r
7 <category ids="4" />
\r
9 This block does a decimation of N-1 inputs overs N
\r
14 <parameter name="data_width" type="positive" value="8" context="user"/>
\r
15 <parameter name="nb_deci" type="positive" value="1" context="user"/>
\r
20 <input name="clk" type="boolean" width="1" purpose="clock" />
\r
21 <input name="rst" type="boolean" width="1" purpose="reset" />
\r
22 <input name="data_i" type="expression" width="$data_width" />
\r
23 <control iface="data_i" />
\r
26 <output name="data_o" type="expression" width="$data_width" multiplicity="1"/>
\r
27 <control iface="data_o" />
\r