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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,10 @@ Before you get started, there are a few requirements that you need to have.
14
14
15
15
- To build the FPGA firmware, you must have installed the **Intel Quartus Prime Pro 25.1** or **Xilinx Vivado 2022.2** (depending on the target card), including a valid license.
16
16
- We recommend using the **Questa Sim-64 2024.3** tool to run HDL verifications (UVM).
17
+
- To control an FPGA card with an application based on the NDK framework, you also need:
18
+
-[NDK Linux driver and SW tools](https://github.com/CESNET/ndk-sw)
17
19
- Supported FPGA cards in the NDK framework available as open-source:
18
-
- ReflexCES XpressSX AGI-FH400G card (BOARD_REV=0 requires Quartus version 22.4)
20
+
- ReflexCES XpressSX AGI-FH400G card (BOARD_REV = 0 or 1 requires Quartus version 22.4)
19
21
- Intel Stratix 10 DX FPGA Development Kit (DK-DEV-1SDX-P)
20
22
- Silicom fb4CGg3@VU9P card (also in variant fb2CGg3@VU9P)
21
23
- Silicom fb2CGhh@KU15P card
@@ -32,8 +34,6 @@ Before you get started, there are a few requirements that you need to have.
32
34
- Napatech NT200A02
33
35
- Other supported FPGA cards in the NDK framework but not available as open-source:
34
36
- Netcope NFB-200G2QL card
35
-
- To control an FPGA card with an application based on the NDK framework, you also need:
36
-
-[NDK Linux driver and SW tools](https://github.com/CESNET/ndk-sw)
37
37
38
38
### How to clone the necessary repositories
39
39
@@ -103,6 +103,7 @@ Unless otherwise noted, the content of this repository is available under the BS
103
103
- The .ip files located in the `cards/<VENDOR>/<CARD_NAME>/src/ip/` folder were generated in the Intel Quartus Prime Pro, and their use may be subject to additional license agreements.
104
104
- The .xci files located in the `cards/<VENDOR>/<CARD_NAME>/src/ip/` folder were generated in the Xilinx Vivado, and their use may be subject to additional license agreements.
105
105
- The files located in the `cards/silicom/n6010/src/comp/pmci/pmci_ip` and `cards/silicom/n6010/scripts` folders were taken from the [ofs-agx7-pcie-attach repository](https://github.com/OFS/ofs-agx7-pcie-attach) and are subject to the MIT license. Please read [LICENSE.txt file](cards/silicom/n6010/scripts/LICENSE.txt).
106
+
- The files located in the `comp/base/hash/spookyhash/sw/` by Bob Jenkins from [burtleburtle.net](https://burtleburtle.net/bob/hash/spooky.html), Public domain.
0 commit comments