Skip to content

Commit da75fc7

Browse files
committed
NDK: [FEATURE] NDK support for the IA-420F card is now available on GitHub
1 parent d8a37af commit da75fc7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/doc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
git submodule update --init ndk/cards/dk-dev-agi027res
2323
git submodule update --init ndk/cards/fb4cgg3
2424
git submodule update --init ndk/cards/fb2cghh
25+
git submodule update --init ndk/cards/ia-420f
2526
- name: Setup and build
2627
run: |
2728
sudo apt-get install python3-pip

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Before you get started, there are a few requirements that you need to have. Amon
2222
- [Intel Agilex I-Series FPGA Development Kit (DK-DEV-AGI027RES)](https://github.com/CESNET/ndk-card-dk-dev-agi027res/)
2323
- [Silicom fb4CGg3@VU9P card (also in variant fb2CGg3@VU9P)](https://github.com/CESNET/ndk-card-fb4cgg3/)
2424
- [Silicom fb2CGhh@KU15P card](https://github.com/CESNET/ndk-card-fb2cghh/)
25+
- [Bittware IA-420F card](https://github.com/CESNET/ndk-card-ia-420f/)
2526
- Other supported FPGA cards in the NDK framework but not available as open-source:
26-
- Bittware IA-420F card
2727
- Netcope NFB-200G2QL card
2828
- To control an FPGA card with an application based on the NDK framework, you also need:
2929
- [NDK Linux driver and SW tools](https://github.com/CESNET/ndk-sw)
@@ -42,6 +42,7 @@ git submodule update --init ndk/cards/dk-dev-1sdx-p
4242
git submodule update --init ndk/cards/dk-dev-agi027res
4343
git submodule update --init ndk/cards/fb4cgg3
4444
git submodule update --init ndk/cards/fb2cghh
45+
git submodule update --init ndk/cards/ia-420f
4546
```
4647

4748
CESNET developers who have access to closed-source repositories can use a single command to clone the repository, including its submodules (from private GitLab):

0 commit comments

Comments
 (0)