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

Private GIT Repository
modifying pattern methods to throw exceptions
[blast.git] / lib / implementations / rgb216bits_impl.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2 <block_impl ref_name="rgb216bits.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 converts a RGB pixel into a 16 bits pixel
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="1" />
28     <consumption>
29       <input name="r_i_enb" pattern="1" />
30       <input name="g_i_enb" pattern="1" />
31       <input name="b_i_enb" pattern="1" />      
32     </consumption>
33     <production counter="1">
34       <output name="pix_o_enb" pattern="01" />
35     </production>
36   </patterns>
37 </block_impl>