@@ -96,17 +96,17 @@ class BenchmarkApplet(GlasgowAppletV2):
9696 Evaluate performance of the host communication link.
9797
9898 Benchmark modes:
99- * source: device emits an endless stream of data via one FIFO, host validates
100- (simulates a logic analyzer subtarget)
101- * sink: host emits an endless stream of data via one FIFO, device validates
102- (simulates an I2S protocol subtarget)
103- * loopback: host emits an endless stream of data via one FIFOs, device mirrors it all back,
104- host validates
105- (simulates an SPI protocol subtarget)
106- * latency: host sends one packet, device sends it back, time until the packet is received back
107- on the host is measured
108- (simulates cases where a transaction with the DUT relies on feedback from the host;
109- also useful for comparing different usb stacks or usb data paths like hubs or network bridges)
99+
100+ * source: device emits an endless stream of data via one FIFO, host validates
101+ (simulates a logic analyzer subtarget)
102+ * sink: host emits an endless stream of data via one FIFO, device validates
103+ (simulates an I2S protocol subtarget)
104+ * loopback: host emits an endless stream of data via one FIFOs, device mirrors it all back,
105+ host validates (simulates an SPI protocol subtarget)
106+ * latency: host sends one packet, device sends it back, time until the packet is received back
107+ on the host is measured (simulates cases where a transaction with the DUT relies on feedback
108+ from the host; also useful for comparing different usb stacks or usb data paths like hubs or
109+ network bridges)
110110 """
111111
112112 __all_modes = ["source" , "sink" , "loopback" , "latency" ]
0 commit comments