|
VICON: Sistema de Visión configurable V1.0
Trabajo Fin de Master Carlos Manuel Gomez Jimenez
|
Entities | |
| mt9v111_agent.Behavioral | architecture |
Libraries | |
| IEEE | |
Use Clauses | |
| STD_LOGIC_1164 | |
| NUMERIC_STD | |
| sim_utils_pkg | Package <sim_utils_pkg> |
Generics | |
| I2C_ADDR | std_logic_vector ( 6 downto 0 ) := " 1011100 " |
| IMG_WIDTH | integer := 640 |
| IMG_HEIGHT | integer := 480 |
Ports | ||
| pixclk | out | std_logic |
| fval | out | std_logic |
| lval | out | std_logic |
| dout | out | std_logic_vector ( 7 downto 0 ) |
| scl | in | std_logic |
| sda | inout | std_logic |
Definition at line 11 of file mt9v111.vhd.
| dout out std_logic_vector ( 7 downto 0 ) |
Definition at line 21 of file mt9v111.vhd.
| fval out std_logic |
Definition at line 19 of file mt9v111.vhd.
| I2C_ADDR std_logic_vector ( 6 downto 0 ) := " 1011100 " |
Definition at line 13 of file mt9v111.vhd.
Definition at line 7 of file mt9v111.vhd.
| IMG_HEIGHT integer := 480 |
Definition at line 16 of file mt9v111.vhd.
| IMG_WIDTH integer := 640 |
Definition at line 14 of file mt9v111.vhd.
| lval out std_logic |
Definition at line 20 of file mt9v111.vhd.
Definition at line 8 of file mt9v111.vhd.
| pixclk out std_logic |
Definition at line 18 of file mt9v111.vhd.
| scl in std_logic |
Definition at line 22 of file mt9v111.vhd.
| sda inout std_logic |
Definition at line 24 of file mt9v111.vhd.
Definition at line 9 of file mt9v111.vhd.
Definition at line 7 of file mt9v111.vhd.