Altera_Forum
Honored Contributor
14 years agoQSYS Custom component not found
Hi,
I have a design with 5 custom components, I generated it without warning on QSYS. Then i have included the generated .qip file in my quartus project, and i have these error for each of the custom component: Error: <QSYS system name>.<custom component name>: Component <custom component type> 1.0 not found I have open the .qip genrated by QSYS and noticed that the _hw.tcl of the cutom components are not included (and they are not in the submodule directory either); set_global_assignment -name TCL_FILE <absolute_path_to_hw.tcl> So i have create my own custom_component.qip file that designate the absolute PATH the the _hw.tcl file of each custom component, and included this file in my quartus project. It still does'nt work...i have the same error. How do i make Quartus understand where my custom components are located? Please help Thank