NuvKFC
Contributor
4 years agoHow to auto add commands into the Quartus project?
I'm a GUI user. And I have the same design on the difference FPGA device.
So, I have three projects. The different setting of them only is the FPGA device name.
I don't want to set the same setting manually again and again.
How to do that?
I had tried to key the command as follows picture into a TCL file. And I really add the TCL file into the Quartus project.
However, it don't work.
Can anyone help me? Thank you very much.
By the way, I add TCL file into the Quartus project by using GUI.
Command in the TCL file:
The files you add there are design files.
To do this, just manually edit the .qsf or add a "source" command in the .qsf to source your separate .tcl file.