Skip to content

Commit 6889149

Browse files
committedJan 30, 2016
analyzer: move common to artiq.protocols
migen was still pulled in through rtio.__init__.py
1 parent 17ac64a commit 6889149

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
 

Diff for: ‎artiq/coredevice/analyzer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import struct
55
import logging
66

7-
from artiq.gateware.rtio.analyzer_common import MessageType, ExceptionType
7+
from artiq.protocols.analyzer import MessageType, ExceptionType
88

99

1010
logger = logging.getLogger(__name__)

Diff for: ‎artiq/gateware/rtio/analyzer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from misoc.interconnect.csr import *
44
from misoc.interconnect import stream
55

6-
from artiq.gateware.rtio.analyzer_common import MessageType, ExceptionType
6+
from artiq.protocols.analyzer import MessageType, ExceptionType
77

88

99
__all__ = ["Analyzer"]
File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.