Forum Discussion

dsun01's avatar
dsun01
Icon for Contributor rankContributor
4 years ago

not understand compile error message

Dear Support/Expert,

I got the following message while I am opening a .qsys file.

is there a document or a link explain how to fill in the parameters of this command?

set filesList [list]; foreach_in_collection file [get_all_assignments -type global -name IP_FILE] { append filesList [get_assignment_info $file -value]\; }; return $filesList;

how to dealing with the following error messages.

Error: set_global_assignment -name IP_FILE ../ip/ip/jesd204b/jesd204b_jesd_top_qsys_0.ip

thank you,

David Sun

------------------------------------------------------------- original error message

Error: Failed to retrieve source file from Quartus project, manually re-run the following commands in Quartus tcl shell.
Error: set filesList [list]; foreach_in_collection file [get_all_assignments -type global -name IP_FILE] { append filesList [get_assignment_info $file -value]\; }; return $filesList;
Error: Failed to retrieve source file from Quartus project, manually re-run the following commands in Quartus tcl shell.
Error: set filesList [list]; foreach_in_collection file [get_all_assignments -type global -name IP_FILE] { append filesList [get_assignment_info $file -value]\; }; return $filesList;
Error: Failed to retrieve source file from Quartus project, manually re-run the following commands in Quartus tcl shell.
Error: set filesList [list]; foreach_in_collection file [get_all_assignments -type global -name IP_FILE] { append filesList [get_assignment_info $file -value]\; }; return $filesList;
Error: set filesList [list]; foreach_in_collection file [get_all_assignments -type global -name QSYS_FILE] { append filesList [get_assignment_info $file -value]\; }; return $filesList;
Error: Failed to add source file to Quartus project, manually re-run the following commands in Quartus tcl shell.
Error: set_global_assignment -name IP_FILE ../ip/ip/jesd204b/jesd204b_jesd_top_qsys_0.ip
Error: set_global_assignment -name IP_FILE ../ip/ip/jesd204b/jesd204b_enc_data_gen_0.ip

No RepliesBe the first to reply