Forum Discussion
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!