Forum Discussion
StephanBorucki
New Contributor
1 year agoError (293007): Current module quartus_fit ended unexpectedly
I have been working with Quartus Prime for many years and I teach students how to program FPGAs with Quartus. We use the DE10-Lite board with a MAX10 but also a self-developed board with MAX10. Rece...
RichardT_altera
Super Contributor
1 year agoYou run it using the command below:
quartus_fit.exe <project_name>.qpf
Prior that, you need to set your Path environment variable to the Quartus command line executables directory. e.g. C:\intelFPGA_lite\24.1\quartus\bin64, in order to call the command line executables.
Regards,
Richard Tan