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

Private GIT Repository
started top group gen, added project subdirs
[blast.git] / lib / references / rgb216bits.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>\r
2 <block>\r
3   <informations>\r
4     <name>\r
5       RGB to 16 bits\r
6     </name>\r
7     <category ids="4" />  \r
8     <description>\r
9       <brief>\r
10         This block does a conversion of an RGB pixel into a 16 bits value\r
11       </brief>\r
12       <detailed>\r
13         This block does a conversion of an RGB pixel into a 16 bits value       \r
14       </detailed>     \r
15     </description>    \r
16   </informations>\r
17 \r
18   <parameters>\r
19   </parameters>\r
20 \r
21   <interfaces>\r
22     <inputs>\r
23       <input name="clk" type="boolean" width="1" purpose="clock" />\r
24       <input name="rst" type="boolean" width="1" purpose="reset" />\r
25       <input name="r_i" type="natural" width="8" />\r
26       <input name="g_i" type="natural" width="8" />\r
27       <input name="b_i" type="natural" width="8" />      \r
28       <control iface="r_i" />\r
29       <control iface="g_i" />\r
30       <control iface="b_i" />      \r
31     </inputs>\r
32     <outputs>\r
33       <output name="pix_o" type="natural" width="16" multiplicity="1"/>\r
34       <control iface="pix_o" />\r
35     </outputs>    \r
36   </interfaces>\r
37 \r
38 </block>\r