Forum Discussion
Altera_Forum
Honored Contributor
9 years agomodelsim library problem
hi. I am using quartusII 13.0 and modelsim. I built a library and a pachage file in it. I can use this library in quartus There is no error but When I try to compile project in modelsim there is two ...
Altera_Forum
Honored Contributor
9 years agolibrary ieee;
use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; library work; use work.ornekler_paket.all; this is my library definitions in quartus and there is no problem in quartus. # ** Error: C:/Users/asuss/Desktop/fpga/ram_blogu/ram_blogu.vhd(5): Unknown expanded name. # ** Error: C:/Users/asuss/Desktop/fpga/ram_blogu/ram_blogu.vhd(7): VHDL Compiler exiting and this is the errors when I try to compile this code in modelsim.