mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-26 11:48:27 +08:00
doc: DMA can also raise RTIOUnderflow
This commit is contained in:
parent
ddcc68cff9
commit
abfbadebb5
@ -71,8 +71,8 @@ class CacheError(Exception):
|
|||||||
|
|
||||||
|
|
||||||
class RTIOUnderflow(Exception):
|
class RTIOUnderflow(Exception):
|
||||||
"""Raised when the CPU fails to submit a RTIO event early enough
|
"""Raised when the CPU or DMA core fails to submit a RTIO event early
|
||||||
(with respect to the event's timestamp).
|
enough (with respect to the event's timestamp).
|
||||||
|
|
||||||
The offending event is discarded and the RTIO core keeps operating.
|
The offending event is discarded and the RTIO core keeps operating.
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user