Forum Discussion
KhaiChein_Y_Intel
Regular Contributor
7 years agoHi Joakim,
The .qsf file is generated by the software automatically when the project is created.
- First, you may create the project file using project_new [-family ] [-overwrite] [-part ] [-revision ]. This creates a .qpf file and .qsf file.
- Modify the .qsf file to add the .qip file and all source files using set_global_assignment
- Run Analysis and Synthesis using quartus_map (Standard) or quartus_syn(Pro)
Thanks