APF6 SP FPGA designing

From ArmadeusWiki
Revision as of 15:35, 3 October 2025 by KevinJ (talk | contribs) (Created page with "Category: APF6_SP Category: FPGA === Quartus configuration === Your design must include the PCIe and CvP components. Once the project synthesized, open the menu: <pre class="config"> File -> Convert Programming Files ... </pre> * In '''Output programming file''' select the '''programming file type:''' Raw Binary File (.rbf). * In '...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Quartus configuration

Your design must include the PCIe and CvP components. Once the project synthesized, open the menu:

File -> Convert Programming Files ...
  • In Output programming file select the programming file type: Raw Binary File (.rbf).
  • In Input files to convert clic on Add Files... and add your binary.sof file.
  • In Output programming file check the option Create CvP files (Generate binary.periph.rbf and binary.core.rbf)
  • Click on Generate

You will get two files:

  • binary.periph.rbf: peripheral config file to be loaded via serial config bus with U-Boot
  • binary.core.rbf: core config file to be loaded via PCIe bus with Linux.