-
Notifications
You must be signed in to change notification settings - Fork 42
/
section-bert-drivers.tex
38 lines (28 loc) · 1.35 KB
/
section-bert-drivers.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
\chapter{BERT Drivers}
\label{sec:bert-drivers}
This chapter describes all of the available drivers for bit error rate testers (BERTs)
\section{Antikernel Labs}
\begin{tabularx}{16cm}{lllX}
\thickhline
\textbf{Device Family} & \textbf{Driver} & \textbf{Transport} & \textbf{Notes} \\
\thickhline
AKL-TXB1 & akl.crossbar & lan & \\
\thickhline
\end{tabularx}
\subsection{akl.crossbar}
This is the driver for the \href{https://github.com/azonenberg/triggercrossbar}{AKL-TXB1} trigger crossbar and CDR
trigger system. The front panel transceiver ports can also be used as a BERT.
\section{MultiLANE}
\begin{tabularx}{16cm}{lllX}
\thickhline
\textbf{Device Family} & \textbf{Driver} & \textbf{Transport} & \textbf{Notes} \\
\thickhline
ML4039-BTP & mlbert & lan & Use \href{https://github.com/ngscopeclient/scopehal-mlbert-bridge}{scopehal-mlbert-bridge} \\
\thickhline
\end{tabularx}
\subsection{mlbert}
This driver is intended to connect via the
\href{https://github.com/ngscopeclient/scopehal-mlbert-bridge}{scopehal-mlbert-bridge} server for network transparency
and does not directly link to the MultiLANE SDK or talk directly to the instrument. The bridge requires a Windows PC
since MultiLANE's SDK is Windows only, however the libscopehal clientside driver can run on any supported OS.
It was developed using a ML4039-BTP but may work with other similar models as well.