Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
10 years ago

Library Altera not found

I am working on a verilog design. I am using Modelsim 10.1b DE as a simulation tool.

When I give my design for simulation I get the following errors:

# ** Error: c:/altera/12.0/quartus/eda/sim_lib/arriav_atoms.vhd(3060): Library altera not found.# ** Error: c:/altera/12.0/quartus/eda/sim_lib/arriav_atoms.vhd(3065): (vcom-1136) Unknown identifier "altera".# # ** Error: c:/altera/12.0/quartus/eda/sim_lib/arriav_atoms.vhd(3069): VHDL Compiler exiting# ** Error: D:/modelsim_dlx_10.1b/win32pe/vcom failed.

I have chosen verilog as my language, but its seem to invoke some VHDL files.

Please help what I need to do to simulate my design.

6 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    You need to compile the altera simulation library if you haven't already done so.

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Thanks for the update. Yes I am using Quartus II 12.0 ver. I went through the above link

    I am using Modelsim as a seperate simulation software and not the one that comes along with the Quartus tool.

    And also Modelsim works fine with VHDL language as the design entry. This error cropped up when I started using Verilog language.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Thank you Galfonz.

    I have compiled the simulation libraries by initiating the Launch Simulation Library Compiler for Verilog and VHDL languages in the tools menu of Quartus 12.0.

    Even then I get the same errors.

    Are there anymore steps that I need to undertake?