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).