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

Description

returns a value from a pre generated lookup table

dot_inline_dotgraph_1.png

Libraries

ieee 
common 

Use Clauses

std_logic_1164 
numeric_std 
curves_pkg  Package <curves_pkg>

Generics

wordsize  integer
 input image wordsize in bits
lut  array_pixel
 pre generated lookup table

Ports

clk   in std_logic
 completely clocked process
rst   in std_logic
 asynchronous reset
enable   in std_logic
 enables block
pixel_i   in std_logic_vector ( ( wordsize - 1 ) downto 0 )
 the input pixel
pixel_o   out std_logic_vector ( ( wordsize - 1 ) downto 0 )
 the output pixel

Member Data Documentation

§ clk

clk in std_logic
Port

completely clocked process

§ common

common
Library

§ curves_pkg

curves_pkg
Package

§ enable

enable in std_logic
Port

enables block

§ ieee

ieee
Library

§ lut

lut array_pixel
Generic

pre generated lookup table

§ numeric_std

numeric_std
Package

§ pixel_i

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

the input pixel

§ pixel_o

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

the output pixel

§ rst

rst in std_logic
Port

asynchronous reset

§ std_logic_1164

std_logic_1164
Package

§ wordsize

wordsize integer
Generic

input image wordsize in bits


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