examples: add DMA to Sayma DRTIO

pull/954/head
Sebastien Bourdeauducq 2018-03-09 00:48:32 +08:00
parent 8475c21c46
commit 37f5f0d38d
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@ device_db = {
"module": "artiq.coredevice.cache",
"class": "CoreCache"
},
"core_dma": {
"type": "local",
"module": "artiq.coredevice.dma",
"class": "CoreDMA"
},
"led0": {
"type": "local",