Skip to content

Commit

Permalink
doc: DMA can also raise RTIOUnderflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sbourdeauducq committed Mar 3, 2018
1 parent 232940e commit 87b51cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions artiq/coredevice/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ class CacheError(Exception):


class RTIOUnderflow(Exception):
"""Raised when the CPU fails to submit a RTIO event early enough
(with respect to the event's timestamp).
"""Raised when the CPU or DMA core fails to submit a RTIO event early
enough (with respect to the event's timestamp).
The offending event is discarded and the RTIO core keeps operating.
"""
Expand Down

0 comments on commit 87b51cb

Please sign in to comment.