Forum Discussion
The command that you use to run the tcl file in incorrect. You should use :
qsys-script --script=my_script.tcl
For further information, please refer to the Platform Designer User Guide on section 7.6. Generate a Platform Designer System with qsys-script
Best Regards,
Richard Tan
p/s: If any answer from the community or Intel support are helpful, please feel free to give Kudos.
Hi @RichardTanSY_Altera ,
Thanks for your reply. I could run the TCL script successfully using qsys-script.
Actually, I want to build and compile my design using script. I went through the Intel Quartus Prime Pro Edition User Guide: Scripting (UG-20144).
Following are the tasks to be done.
1. Build the project with initial settings.
2. Add RTL source files to the project.
3. Generate qsys files.
4. Add generated qsys files to the project.
5. Add IO placement and standard assignments to the project.
6. Add SDC file to the project.
7. Compile the project to generate SOF.
From UG-20144, I couldn't figure out how to execute steps 3 to the flow. Can you help me out?
Regards,
Musthafa V