Critical Issue
The testbench tb_altera_cpri does not simulate in VHDL because of an error in the compile_vhdl.do file. You can fix this error manually and run the testbench.
This issue affects only the tb_altera_cpri customer demonstration testbench in VHDL.
The tb_altera_cpri customer demonstration testbench cannot simulate in VHDL.
To avoid this issue, before simulating the tb_altera_cpri testbench, follow these steps:
- Open the testbench compile_vhdl.do file in a text editor.
- Replace the line
vcom -work altera_mf -93 -explicit altera_mf_components.vhd
with
vcom -work altera_mf -93 -explicit lib/altera_mf_components.vhd
This issue is fixed in version 10.1 SP1 of the CPRI MegaCore function.