Skip to content

capstone-fpga-raytracing/NewFPGA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FPGA Core

Instructions

  1. Connect your PC to the DE1-SoC via Ethernet cable.
  2. 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.
  3. 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)
  4. Open 'Computer System.qsys' in Quartus's Platform Designer and click 'Generate HDL'.
  5. Add the newly generated ComputerSystem.qip to the Quartus project.
  6. Hit compile (takes 7-8 mins). A .sof is generated containing the assembled FPGA core.
  7. 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.
  8. 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
  9. Setup the NewHPS repo on the DE1 by following its README instructions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •