You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,24 @@
2
2
3
3
This repository contains scripts, reference designs, and tutorials for the Intel FPGA Partial Reconfiguration design flow.
4
4
5
-
[Releases](releases/) are created for each major version of Quartus Prime® Software. It is recommended to use the release for your version of Quartus Prime.
6
-
7
5
-[Tutorials](tutorials/) are located in the tutorials sub directory
8
6
-[Reference Designs](ref_designs/) are located in the ref_designs sub directory
9
7
-[Software](software/) and Linux drivers are located in the software sub directory
10
8
-[Scripts](scripts/) are located in the scripts sub directory
11
9
-[Verification](verification/) components for simulation are located in the verification sub directory
12
10
11
+
The Partial Reconfiguration Design Flow is supported in the Intel Quartus Prime® Pro Edition software for Intel Arria 10 Devices with the following key features:
12
+
13
+
- Command line and graphical user interface for compilation and analysis
14
+
- Hierarchical Partial Reconfiguration that allows you to create child PR partitions in your design
15
+
- Simulation of Partial Reconfiguration that allows you to observe the resulting change and the intermediate effect in a reconfiguration partition
16
+
- Signal Tap debug with simultaneous acquisition of both the Static region and Partial Reconfiguration regions
17
+
- Quartus Prime documentation for *Creating a Partial Reconfiguration Design* is available in the [Quartus Prime Pro Edition Handbook Volume 1](https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/hb/qts/qts-qpp-5v1.pdf)
18
+
19
+
20
+
[Releases](releases/) are created for each major version of Quartus Prime Software. It is recommended to use the release for your version of Quartus Prime.
0 commit comments