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

Private GIT Repository
adding link between ifaces and clk
[blast.git] / lib / implementations / scatter_impl.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2 <block_impl ref_name="scatter.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 scatters an input over X outputs
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   </architecture>
24
25   <patterns>
26     <delta value="1" />
27     <consumption>
28       <input name="data_i_enb" pattern="1" />
29     </consumption>
30     <production counter="1">
31       <output name="data_o_enb" pattern="01" />
32     </production>
33   </patterns>
34
35 </block_impl>