forked from M-Labs/artiq
doc: DMA can also raise RTIOUnderflow
This commit is contained in:
parent
232940e17f
commit
87b51cbcc2
|
@ -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.
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue