Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Post synthesis analysis

Altera_Forum
Honored Contributor II
1,140 Views

Hi all, 

I put in Quartus a vhdl module that was previously in a VHDL testbench placed into a Modelsim project; 

I created the .vho file; 

now I have to put it into the testbench again, so I have to recompile it in the testbench 'work' directory; 

but when I recompile it, here's the error: 

** Error: C:/PROGETTI/archivio-test-BCA/EXPORT_VER/FPGA MODULE TEST/sviluppo/0.1.8/ClkMult/testbench_ClkMult.vhd(15): Library cycloneiii not found. ** Error: C:/PROGETTI/archivio-test-BCA/EXPORT_VER/FPGA MODULE TEST/sviluppo/0.1.8/ClkMult/testbench_ClkMult.vhd(16): Library altera not found.it doesn't find the 'cycloneiii' and the 'altera' libraries that appears in the .vho file after synthesis. 

What can I do? 

 

Thanks a lot.
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
519 Views

it doesn't seem like you've compiled the Altera simulation libraries 

 

http://www.altera.com/literature/hb/qts/qts_qii5v3.pdf
0 Kudos
Reply