From 939bffe797c9200dc8c0a6a139c1c46bb7cc049e Mon Sep 17 00:00:00 2001 From: Torben Kalkhof Date: Tue, 10 May 2022 09:42:38 +0200 Subject: [PATCH] Add QDMA feature to documentation --- documentation/tapasco-features.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/documentation/tapasco-features.md b/documentation/tapasco-features.md index 8a8f02ed..2249314f 100644 --- a/documentation/tapasco-features.md +++ b/documentation/tapasco-features.md @@ -141,4 +141,14 @@ If no value is given for a register slice (or for all), a default value is used. #### SVM -The Shared Virtual Memory (SVM) extensions is documented [here](tapasco-svm.md) \ No newline at end of file +The Shared Virtual Memory (SVM) extensions is documented [here](tapasco-svm.md) + +#### QDMA + +The Xilinx Queue DMA engine can be used alternatively to the TaPaSCo BlueDMA engine by adding `--features 'QDMA {enabled: true}'` to the `tapasco compose` call. + +### Alveo U250 + +#### QDMA + +See [Alveo U280](#alveo-u280).