Altera_Forum
Honored Contributor
14 years agoSOPC Builder - Error: Top-level design entity is undefined
I have Quartus II 10.1sp1 installed on an Ubuntu Server. I can get the tools to run, but when attempting to compile a project originally created on a Windows machine, SOPC Builder throws the following errors for each of the VIP components:
Error: Top-level design entity "cpr" is undefined
Error: Unable to generate simulation model for cpr
I'm wondering if I'm missing an environment variable or something. Here's what I have in my bashrc: QUARTUS="/opt/altera/10.1/quartus/bin"
QUARTUS_ROOTDIR="/opt/altera/10.1/quartus"
SOPC_BUILDER="/opt/altera/10.1/quartus/sopc_builder/bin"
SOPC_KIT_NIOS2="/opt/altera/10.1/nios2eds"
SOPC_BUILDER_PATH_100="/opt/altera/10.1/nios2eds
QUARTUS_64BIT=1 Any ideas what could be missing? How does everyone typically set their environment variables? Any other ideas on what the problem might be?