|
VICON: Sistema de Visión configurable V1.0
Trabajo Fin de Master Carlos Manuel Gomez Jimenez
|
Functions | |
| string | vec_to_str ( vec: in std_logic_vector ) |
| string | int_to_hex_str ( val: in integer , width: in integer 2 ) |
Procedures | |
| log_to_file( constant file_name: in string constant message: in string constant is_error: in boolean false ) | |
| check_value( constant actual: in std_logic_vector constant expected: in std_logic_vector constant msg_tag: in string variable error_cnt: inout integer constant file_name: in string " reporte_final_1.txt " ) | |
Libraries | |
| IEEE | |
Use Clauses | |
| STD_LOGIC_1164 | |
| NUMERIC_STD | |
| textio | |
Constants | |
| CLK_PERIOD | time := 10 ns |
Definition at line 6 of file sim_utils_pkg.vhd.
| check_value | ( | constant | actual in std_logic_vector , |
| constant | expected in std_logic_vector , | ||
| constant | msg_tag in string , | ||
| variable | error_cnt inout integer , | ||
| constant | file_name in string "reporte_final_1.txt" ) |
Definition at line 23 of file sim_utils_pkg.vhd.
| string int_to_hex_str | ( | val in integer , | |
| width in integer 2 ) |
Definition at line 13 of file sim_utils_pkg.vhd.
| log_to_file | ( | constant | file_name in string , |
| constant | message in string , | ||
| constant | is_error in boolean false ) |
Definition at line 16 of file sim_utils_pkg.vhd.
| string vec_to_str | ( | vec in std_logic_vector ) |
Definition at line 12 of file sim_utils_pkg.vhd.
| CLK_PERIOD time := 10 ns |
Definition at line 9 of file sim_utils_pkg.vhd.
Definition at line 2 of file sim_utils_pkg.vhd.
Definition at line 3 of file sim_utils_pkg.vhd.
Definition at line 2 of file sim_utils_pkg.vhd.
Definition at line 4 of file sim_utils_pkg.vhd.