Forum Discussion
Joakim
Occasional Contributor
7 years agoI found out that I can create a qsf/project file by first creating an empty file followed by quartus_sh -t settings.tcl.
I use settings.tcl for pin assignments, but normally specified the source code to quartus_map.
The problem is that quartus_map will not read the qsf file before it has processed all the source files listed as argument to quartus_map, which will make it fail since it misses the qip file.
I'm running out of ideas...