Forum Discussion
Altera_Forum
Honored Contributor
14 years agoYeah, in fact that was the problem; these are the libraries I used:
library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; library work; use work.log_package.all; use work.clock_sim_package.all; use work.reset_sim_package.all; use work.utils_package.all; use work.clkdiv_package.all; So I added (Project->Add/Remove) all the VHDL files I used (log_pachage.vhd, clock_sim_package.vhd, ...and so on) But in log_package: library ieee; use ieee.std_logic_textio.all; library std; use std.textio.all; library work; use work.bus_control_package.all; Now QuartusII get me a new error message:- error (10481): vhdl use clause error at log_package.vhd(18): design library "ieee" does not contain primary unit "std_logic_textio"
- error (10800): vhdl error at log_package.vhd(18): selected name in use clause is not an expanded name