]> AND Private Git Repository - blast.git/blob - lib/implementations/decimator-N_impl.xml
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
pattern comput done
[blast.git] / lib / implementations / decimator-N_impl.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2 <block_impl ref_name="decimator-N.xml" ref_md5="">
3   <comments>
4     <author firstname="stephane" lastname="Domas" mail="sdomas@univ-fcomte.fr" />
5     <date creation="2015-04-27" />
6     <related_files list=""/>
7     <description>
8       This component is a decimator of N-1 values out of N
9     </description>
10     <notes>
11       No notes
12     </notes>
13   </comments>
14
15   <libraries>
16     <library name="IEEE">
17       <package name="std_logic_1164" use="all"/>
18       <package name="numeric_std" use="all"/>
19     </library>
20   </libraries>
21
22   <architecture>
23     
24   </architecture>
25
26   <patterns>
27     <delta value="$nb_deci+1" />
28     <consumption>
29       <input name="data_i_enb" pattern="1{$nb_deci+1}" />
30     </consumption>
31     <production counter="1">
32       <output name="data_o_enb" pattern="010{$nb_deci}" />
33     </production>
34   </patterns>
35 </block_impl>