Forum Discussion
Altera_Forum
Honored Contributor
13 years ago"HREAD" is used but not declared"-Read text image data Error
Hi, I try simulate testbench code for read text image data (project example). I have includes all the package required (textio), but when I compile it I get this error: "Error (10482): V...
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- where is the declarataion of n_lines_type? If its an array of std_logic_vector, you need to include the ieee.std_logic_textio package. --- Quote End --- I just copy & paste the testbench code from the project example. I not sure the declaration of n_lines_type is missing or not needed. But, the ieee.std_logic_textio package already included in the code,when the error occurred. What I missing?:confused: Thanks for your concern Tricky!