Skip to content
Snippets Groups Projects

Add config files

Merged Jaroslav Beran requested to merge add-config-files into master
  1. Oct 14, 2020
    • Jaroslav Beran's avatar
      Add Makefile · 06e492e0
      Jaroslav Beran authored
      06e492e0
    • Jaroslav Beran's avatar
      Add conversion setup file for bitstream conversion · 21f3910e
      Jaroslav Beran authored
      This file contains setup for the Quartus Convert Programming File
      utility. It converts the bitstream from SOF to RBF format, which is
      required for programming the FPGA of the SoC from U-Boot.
      
      The "mode" parameter is set to "Passive parallel x16" (cf.
      DE0-Nano-SoC User Manual, Table 3-2 MSEL Pin Settings for
      FPGA Configure of DE0-Nano-SoC)
      
      It can be used from command line:
         $ quartus_cpf -c conversion_setup_sof-to-rbf.cof
      
      Or from within Quartus IDE: File -> Convert Programming File
      21f3910e