Forum Discussion

Busy's avatar
Busy
Icon for New Contributor rankNew Contributor
6 years ago
Solved

Add files to Quartus thanks to a list file

Hello, Until now, when I want to add files to my project, I modify .QSF file by adding a line: set_global_assignment -name IP_FILE filename1.ip set_global_assignment -name IP_FILE filename2.ip ...
  • AnandRaj_S_Intel's avatar
    6 years ago

    Hi,

    Try adding ip files in tcl and include it in qsf.

    set_global_assignment -name SOURCE_TCL_SCRIPT_FILE filename.tcl

    or try

    source filelist.txt

    Let me know if this has helped resolve the issue you are facing or if you need any further assistance.

    Regards

    Anand