|
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 " ) | |
Definition at line 33 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 78 of file sim_utils_pkg.vhd.
| string int_to_hex_str | ( | val in integer , | |
| width in integer 2 ) |
Definition at line 47 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 61 of file sim_utils_pkg.vhd.
| string vec_to_str | ( | vec in std_logic_vector ) |
Definition at line 35 of file sim_utils_pkg.vhd.