Realtimestagram
|
Components | |
test_bench_driver_color | <Entity test_bench_driver_color> |
hsv2rgb | <Entity hsv2rgb> |
input image wordsize in bits |
Signals | |
clk | std_logic := ' 0 ' |
enables block | |
rst | std_logic := ' 0 ' |
enable | std_logic := ' 0 ' |
h_count | std_logic_vector ( ( integer ( ceil ( log2 ( real ( image_width ) ) ) ) - 1 ) downto 0 ) := ( others = > ' 0 ' ) |
v_count | std_logic_vector ( ( integer ( ceil ( log2 ( real ( image_height ) ) ) ) - 1 ) downto 0 ) := ( others = > ' 0 ' ) |
red_pixel_from_file | std_logic_vector ( ( const_wordsize - 1 ) downto 0 ) := ( others = > ' 0 ' ) |
green_pixel_from_file | std_logic_vector ( ( const_wordsize - 1 ) downto 0 ) := ( others = > ' 0 ' ) |
blue_pixel_from_file | std_logic_vector ( ( const_wordsize - 1 ) downto 0 ) := ( others = > ' 0 ' ) |
red_pixel_to_file | std_logic_vector ( ( const_wordsize - 1 ) downto 0 ) := ( others = > ' 0 ' ) |
green_pixel_to_file | std_logic_vector ( ( const_wordsize - 1 ) downto 0 ) := ( others = > ' 0 ' ) |
blue_pixel_to_file | std_logic_vector ( ( const_wordsize - 1 ) downto 0 ) := ( others = > ' 0 ' ) |
Instantiations | |
tst_driver | test_bench_driver_color <Entity test_bench_driver_color> |
device_under_test | hsv2rgb <Entity hsv2rgb> |
|
Signal |
|
Signal |
|
Signal |
enables block
|
Instantiation |
|
Signal |
|
Signal |
|
Signal |
|
Signal |
|
Component |
input image wordsize in bits
|
Signal |
|
Signal |
|
Signal |
|
Component |
|
Instantiation |
|
Signal |