mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-26 03:38:25 +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):
|
||||
"""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
Block a user