Forum Discussion

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

Post synthesis analysis

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.