From 532204e5ff5096adb2fd41844ff127f0b9d8a7a5 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 26 Dec 2015 21:50:48 +0800 Subject: [PATCH] examples/device_db: add clockgen --- examples/master/device_db.pyon | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/master/device_db.pyon b/examples/master/device_db.pyon index c1fd359f5..55d7f0893 100644 --- a/examples/master/device_db.pyon +++ b/examples/master/device_db.pyon @@ -66,6 +66,12 @@ "class": "TTLOut", "arguments": {"channel": 18} }, + "ttl15": { + "type": "local", + "module": "artiq.coredevice.ttl", + "class": "TTLClockGen", + "arguments": {"channel": 19} + }, "dds_bus": { "type": "local",