From 2b282456dcf04046384335d4ecc8580fea6cd425 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 7 Sep 2016 17:37:14 +0800 Subject: [PATCH] coredevice/ttl: fix imports --- artiq/coredevice/ttl.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/artiq/coredevice/ttl.py b/artiq/coredevice/ttl.py index 18119d10e..efa96cba2 100644 --- a/artiq/coredevice/ttl.py +++ b/artiq/coredevice/ttl.py @@ -2,7 +2,9 @@ import numpy from artiq.language.core import * from artiq.language.types import * -from artiq.coredevice.rtio import rtio_output, rtio_input_timestamp +from artiq.coredevice.rtio import (rtio_output, rtio_input_timestamp, + rtio_input_data) +from artiq.coredevice.exceptions import RTIOOverflow # RTIO TTL address map: