diff --git a/artiq/examples/sayma_drtio/device_db.py b/artiq/examples/sayma_drtio/device_db.py index 7808734ac..dc0ef7aff 100644 --- a/artiq/examples/sayma_drtio/device_db.py +++ b/artiq/examples/sayma_drtio/device_db.py @@ -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",