Forum Discussion
3 Replies
- Altera_Forum
Honored Contributor
First of all - an FPGA does not run "programs" - it compiles your HDL (hardware description language) code and coverts it to a digital circuit.
To see something running in an FPGA - compile your code - and then you can download the .sof file directly to the FPGA via a JTAG cable. Altera provides many tutorials on how to use Quartus and FPGA dev boards: https://www.altera.com/support/training/university/materials-tutorials.html - Altera_Forum
Honored Contributor
if you have multiple entities which you want to run in parallel they need to be compiled together, but since you are kust beginning I would only do that when the tutorials you may follow do that.
- Altera_Forum
Honored Contributor
--- Quote Start --- First of all - an FPGA does not run "programs" - it compiles your HDL (hardware description language) code and coverts it to a digital circuit. To see something running in an FPGA - compile your code - and then you can download the .sof file directly to the FPGA via a JTAG cable. Altera provides many tutorials on how to use Quartus and FPGA dev boards: https://www.altera.com/support/training/university/materials-tutorials.html --- Quote End --- thanks for your response pietervanderStar, i will go through the materials-tutorials and, will contact you if i need further assistance in the compilation of separate entities.