Forum Discussion
Hi Joakim,
The .qsf file has to be created first and then add the source file in the .qsf file.
Thanks.
Thanks KYeoh,
Yes, that is my question. How can I do that using the quartus tools?
Or do I have to create the qsf file manually?
quartus_map project_name --analysis_and_elaboration --family=... -f sourcefiles.args
Will create a qsf file with the source files I want, together with some settings like the chip family. But the command will fail when the source files are using components from the qip file and I have not found any good way to add the qip file when calling quartus_map or before it is called.
The Quartus GUI is calling Info:
quartus_map --read_settings_files=on --write_settings_files=off ...
So I have tried to create an empty qsf file with just the qip reference, with variants of the read/write_settings_files, but it seems like the settings file is not read until it has processed the source files in the argument.
BR / Joakim