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

Private GIT Repository
started to code clkconvert output gen
[blast.git] / lib / implementations / generator-img_impl.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2 <block_impl ref_name="generator-img.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     
10   </comments>
11
12   <libraries>
13     <library name="IEEE">
14       <package name="std_logic_1164" use="all"/>
15       <package name="numeric_std" use="all"/>
16     </library>
17   </libraries>
18
19   <architecture>
20     
21   </architecture>
22
23   <patterns>
24     <delta value="($img_width+$row_idle)*$img_height" />
25     <consumption>
26     </consumption>
27     <production counter="1">
28       <output name="r_o_enb" pattern="(1{$img_width}0{$row_idle}){$img_height}" />
29       <output name="g_o_enb" pattern="(1{$img_width}0{$row_idle}){$img_height}" />
30       <output name="b_o_enb" pattern="(1{$img_width}0{$row_idle}){$img_height}" />
31     </production>
32   </patterns>
33 </block_impl>