From 1abedba6dc126e690766d73420e44cdc583b7994 Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Thu, 1 Dec 2022 12:11:35 +0000 Subject: [PATCH] coredevice/fastino: Fix stray punctuation [nfc] --- artiq/coredevice/fastino.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/coredevice/fastino.py b/artiq/coredevice/fastino.py index c2ea4ad2c..7d5c1cd34 100644 --- a/artiq/coredevice/fastino.py +++ b/artiq/coredevice/fastino.py @@ -21,7 +21,7 @@ class Fastino: DAC updates synchronized to a frame edge. The `log2_width=0` RTIO layout uses one DAC channel per RTIO address and a - dense RTIO address space. The RTIO words are narrow. (32 bit) and + dense RTIO address space. The RTIO words are narrow (32 bit) and few-channel updates are efficient. There is the least amount of DAC state tracking in kernels, at the cost of more DMA and RTIO data. The setting here and in the RTIO PHY (gateware) must match.