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 error. one of them is "Unknown expanded name." and other is "VHDL compiler exiting.". Is there somebody can help me??
链接已复制
5 回复数
library 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.yes you are right the pachage must be compiled first. So much thank you for your help I tried to do this since 4-5 days but I couldnt think pachage must compile. Thank you very much again Mr. Tricky.
