Visible to Intel only — GUID: tiz1623339829345
Ixiasoft
Visible to Intel only — GUID: tiz1623339829345
Ixiasoft
Reference Design Files
The reference design files required for this tutorial are available in the following location:
https://github.com/intel/fpga-partial-reconfig
- Click Code > Download ZIP.
- Unzip the fpga-partial-reconfig-master.zip file.
- Navigate to the appropriate sub-folder to access the reference designs for your target device:
- tutorials/agilex7f_pcie_devkit_blinking_led
- tutorials/agilex7m_pcie_devkit_blinking_led
File Name | Description |
---|---|
top.sv | Top-level file containing the flat implementation of the design. This module instantiates the blinking_led sub-partition and the top_counter module. |
top_counter.sv | Top-level 32-bit counter that controls LED[1] directly. The registered output of the counter controls LED[0], and also powers LED[2] and LED[3] via the blinking_led module. |
blinking_led.sdc | Defines the timing constraints for the project. |
blinking_led.sv | This module acts as the PR partition. The module receives the registered output of top_counter module, which controls LED[2] and LED[3]. |
blinking_led.qpf | Intel® Quartus® Prime project file containing the list of all the revisions in the project. |
blinking_led.qsf | Intel® Quartus® Prime settings file containing the assignments and settings for the project. |
The pr folder contains the complete set of files you create using this application note. Refer to these files at any point during the walkthrough.