Altera_Forum
Honored Contributor
18 years agoError: (vcom-11) Could not find work.altera_syn_attributes.
When i am tring to simulate QuartusII project in modelsim-altera, the following error reported:
# ** Error: (vcom-11) Could not find work.altera_syn_attributes. # ** Error: E:/Altera_Project/My_IP/FreqMeasure/FREQMeasure_WholeSystem.vhd(23): (vcom-1195) Cannot find expanded name: 'altera.altera_syn_attributes'. # ** Error: E:/Altera_Project/My_IP/FreqMeasure/FREQMeasure_WholeSystem.vhd(23): Unknown record element "altera_syn_attributes". # ** Error: E:/Altera_Project/My_IP/FreqMeasure/FREQMeasure_WholeSystem.vhd(25): VHDL Compiler exiting # C:/altera/72/modelsim_ae/win32aloem/vcom failed. I know that's because that I use library altera_syn_attributes in my VHDL file. How can I direct modelsim-altera to find the library? Thanks...