Altera_Forum
Honored Contributor
14 years agoSOPC Builder .qip file is missing all the HDL source files
Hi, I'm trying to use a SOPC Builder system for two projects located in two different directories, so I need to explicitly tell Quartus the paths to the source files so that it can find them. I'm trying to use the auto-generated .qip file for the SOPC Builder system, but for some reason it's almost completely empty! It doesn't list any of the .vhd or .v files for my system, only a few miscellaneous files:
# clk
# tri_state_bridge_0
# cfi_flash_0
# timer0
# jtag_uart_0
# cpu_0
set_global_assignment -name SDC_FILE
set_global_assignment -name SOURCE_FILE
# sysid
# watchdog_timer
# altmemddr_0
# null
set_global_assignment -name SDC_FILE
set_global_assignment -name SOPC_BUILDER_SIGNATURE_ID ... I tried using Qsys instead but it can't generate my system at all. :/ Does anyone know how to make SOPC Builder generate a correct .qip file?