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

Private GIT Repository
started to code clkconvert output gen
[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     <log creation="2018-05-02">
6     </log>
7     <notes>
8     </notes>    
9   </comments>
10
11   <libraries>
12     <library name="IEEE">
13       <package name="std_logic_1164" use="all"/>
14       <package name="numeric_std" use="all"/>
15     </library>
16   </libraries>
17
18   <architecture>
19     
20   </architecture>
21
22   <patterns>
23     <delta value="$nb_deci+1" />
24     <consumption>
25       <input name="data_i_enb" pattern="1{$nb_deci+1}" />
26     </consumption>
27     <production counter="1">
28       <output name="data_o_enb" pattern="010{$nb_deci}" />
29     </production>
30   </patterns>
31 </block_impl>