- Connect your PC to the DE1-SoC via Ethernet cable.
- Grab Intel's custom DE1-SoC Linux distribution from here, and follow this tutorial to set it up and open a remote shell to the DE1 on your PC.
- Install Intel Quartus 18.1 and open the
raytracer.qpf
project in Quartus.- (versions after 18.1 do not work under Quartus Lite, since the SDRAM controller we use was removed)
- Open 'Computer System.qsys' in Quartus's Platform Designer and click 'Generate HDL'.
- Add the newly generated ComputerSystem.qip to the Quartus project.
- Hit compile (takes 7-8 mins). A .sof is generated containing the assembled FPGA core.
- Convert the .sof to .rbf using File > Convert Programming Files. Make sure 'Compression' is ticked under Properties. You may run across this error if you forget.
- Transfer the fpga_program.sh script, the compiled .rbf and the NewHPS repo to the DE1-SoC using
scp
, eg.scp -r srcFolder root@de1soclinux:~/targetFolder
- Setup the NewHPS repo on the DE1 by following its README instructions.
-
Notifications
You must be signed in to change notification settings - Fork 0
capstone-fpga-raytracing/NewFPGA
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published