1 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2 <block_impl ref_name="generator-img.xml" ref_md5="">
4 <author firstname="stephane" lastname="Domas" mail="sdomas@univ-fcomte.fr" />
5 <date creation="2015-05-10" />
6 <related_files list=""/>
8 This component is a generator of a RGB image, read in a CSV file
17 <package name="std_logic_1164" use="all"/>
18 <package name="numeric_std" use="all"/>
27 <delta value="($img_width+$row_idle)*$img_height" />
30 <production counter="1">
31 <output name="r_o_enb" pattern="(1{$img_width}0{$row_idle}){$img_height}" />
32 <output name="g_o_enb" pattern="(1{$img_width}0{$row_idle}){$img_height}" />
33 <output name="b_o_enb" pattern="(1{$img_width}0{$row_idle}){$img_height}" />