Skip to content

Commit efd8087

Browse files
committed
chore: update README.md
1 parent a489b9c commit efd8087

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ Before you get started, there are a few requirements that you need to have.
1414

1515
- 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.
1616
- 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)
1719
- 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)
1921
- Intel Stratix 10 DX FPGA Development Kit (DK-DEV-1SDX-P)
2022
- Silicom fb4CGg3@VU9P card (also in variant fb2CGg3@VU9P)
2123
- Silicom fb2CGhh@KU15P card
@@ -32,8 +34,6 @@ Before you get started, there are a few requirements that you need to have.
3234
- Napatech NT200A02
3335
- Other supported FPGA cards in the NDK framework but not available as open-source:
3436
- 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)
3737

3838
### How to clone the necessary repositories
3939

@@ -103,6 +103,7 @@ Unless otherwise noted, the content of this repository is available under the BS
103103
- 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.
104104
- 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.
105105
- 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.
106107

107108
## Repository Maintainer
108109

0 commit comments

Comments
 (0)