Skip to content

Commit

Permalink
analyzer: move common to artiq.protocols
Browse files Browse the repository at this point in the history
migen was still pulled in through rtio.__init__.py
jordens committed Jan 30, 2016
1 parent 17ac64a commit 6889149
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion artiq/coredevice/analyzer.py
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
import struct
import logging

from artiq.gateware.rtio.analyzer_common import MessageType, ExceptionType
from artiq.protocols.analyzer import MessageType, ExceptionType


logger = logging.getLogger(__name__)
2 changes: 1 addition & 1 deletion artiq/gateware/rtio/analyzer.py
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
from misoc.interconnect.csr import *
from misoc.interconnect import stream

from artiq.gateware.rtio.analyzer_common import MessageType, ExceptionType
from artiq.protocols.analyzer import MessageType, ExceptionType


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

0 comments on commit 6889149

Please sign in to comment.