Realtimestagram
Generics | Ports | Libraries | Use Clauses
sepia Entity Reference

Description

Creates a sepia image.

Libraries

ieee 

Use Clauses

std_logic_1164 
numeric_std 

Generics

wordsize  integer
 input image wordsize in bits
image_width  integer
 width of input image
image_height  integer
 height of input image

Ports

clk   in std_logic
 completely clocked process
rst   in std_logic
 asynchronous reset
enable   in std_logic
 enables block
pixel_red_i   in std_logic_vector ( ( wordsize - 1 ) downto 0 )
 the input pixel
pixel_green_i   in std_logic_vector ( ( wordsize - 1 ) downto 0 )
 the input pixel
pixel_blue_i   in std_logic_vector ( ( wordsize - 1 ) downto 0 )
 the input pixel
threshold   in std_logic_vector ( ( wordsize - 1 ) downto 0 )
 Amount of sepia effect.
pixel_red_o   out std_logic_vector ( ( wordsize - 1 ) downto 0 )
 the input pixel
pixel_green_o   out std_logic_vector ( ( wordsize - 1 ) downto 0 )
 the input pixel
pixel_blue_o   out std_logic_vector ( ( wordsize - 1 ) downto 0 )
 the input pixel

Member Data Documentation

§ clk

clk in std_logic
Port

completely clocked process

§ enable

enable in std_logic
Port

enables block

§ ieee

ieee
Library

§ image_height

image_height integer
Generic

height of input image

§ image_width

image_width integer
Generic

width of input image

§ numeric_std

numeric_std
Package

§ pixel_blue_i

pixel_blue_i in std_logic_vector ( ( wordsize - 1 ) downto 0 )
Port

the input pixel

§ pixel_blue_o

pixel_blue_o out std_logic_vector ( ( wordsize - 1 ) downto 0 )
Port

the input pixel

§ pixel_green_i

pixel_green_i in std_logic_vector ( ( wordsize - 1 ) downto 0 )
Port

the input pixel

§ pixel_green_o

pixel_green_o out std_logic_vector ( ( wordsize - 1 ) downto 0 )
Port

the input pixel

§ pixel_red_i

pixel_red_i in std_logic_vector ( ( wordsize - 1 ) downto 0 )
Port

the input pixel

§ pixel_red_o

pixel_red_o out std_logic_vector ( ( wordsize - 1 ) downto 0 )
Port

the input pixel

§ rst

rst in std_logic
Port

asynchronous reset

§ std_logic_1164

std_logic_1164
Package

§ threshold

threshold in std_logic_vector ( ( wordsize - 1 ) downto 0 )
Port

Amount of sepia effect.

§ wordsize

wordsize integer
Generic

input image wordsize in bits


The documentation for this class was generated from the following file: