Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
12 years ago

QSF file location

Hi,

Does Quartus require the "*.qsf" file to be same level as the Quartus project file? I want to keep the QSF file with source files from different path. When I try to load *.qsf file from different path, Quartus doesn't recognize *.qsf file.

Thanks,

Kevin

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Hi,

    I don't know for sure, but probably it has to be in the same folder as the project file. However the .qsf file is a script file made with TCL commands (both generic TCL as Altera specific commands).

    You should be able to call other files from within that .qsf file. This can be done with the "source" TCL command; http://www.tcl.tk/man/tcl8.5/tclcmd/source.htm.

    Good luck!