|
VICON: Sistema de Visión configurable V1.0
Trabajo Fin de Master Carlos Manuel Gomez Jimenez
|
Entities | |
| TOP.Behavioral | architecture |
Libraries | |
| IEEE | |
Use Clauses | |
| STD_LOGIC_1164 | |
| NUMERIC_STD | |
Generics | |
| CLK_FREQ_HZ | integer := 50_000_000 |
| I2C_FREQ_HZ | integer := 400_000 |
| FIFO_DEPTH | integer := 16 |
| SENSOR_ADDR | std_logic_vector ( 6 downto 0 ) := " 1011100 " |
Ports | ||
| clk | in | std_logic |
| reset | in | std_logic |
| sclk | out | std_logic |
| sdata | inout | std_logic |
| done | out | std_logic |
| CLK_FREQ_HZ integer := 50_000_000 |
| FIFO_DEPTH integer := 16 |
| I2C_FREQ_HZ integer := 400_000 |
| SENSOR_ADDR std_logic_vector ( 6 downto 0 ) := " 1011100 " |