GSRD Compile Hardware Design - ArrowElectronics/data-storm-daq GitHub Wiki
Overview
This page demonstrates how to compile the FPGA Hardware design that is delivered as part of the GSRD release.
The compilation will produce the following items:
| File | Description |
|---|---|
| .sof | SRAM Object File - FPGA programming file, resulted from compiling the FPGA hardware project |
| .sopcinfo | SOPC Info File - containing a description of the hardware to be used by Device Tree Generator |
| .svd | System View Description File - describes the hardware for the Intel debugger |
| Handoff | Folder containing a description of the hardware to be used by the Preloader Generator |
- Acquiring top-level files
- Creating project framework
- Creating Processor System
- Adding display IP
- Making connections in Platform Builder
- Creating top-level design
