1 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
\r
7 <category ids="4" />
\r
10 This block does a conversion of an RGB pixel into a 16 bits value
\r
13 This block does a conversion of an RGB pixel into a 16 bits value
\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
33 <output name="pix_o" type="natural" width="16" multiplicity="1"/>
\r
34 <control iface="pix_o" />
\r