|
Realtimestagram
|
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 | |
|
Port |
completely clocked process
|
Port |
enables block
|
Library |
|
Generic |
height of input image
|
Generic |
width of input image
|
Package |
|
Port |
the input pixel
|
Port |
the input pixel
|
Port |
the input pixel
|
Port |
the input pixel
|
Port |
the input pixel
|
Port |
the input pixel
|
Port |
asynchronous reset
|
Package |
|
Generic |
input image wordsize in bits
1.8.12