From 18f0ee814d3debc4bc42371843db34d5693b32e5 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 20 Jan 2016 21:27:22 -0500 Subject: [PATCH] gateware: add QC1 docstring --- artiq/gateware/targets/kc705.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/artiq/gateware/targets/kc705.py b/artiq/gateware/targets/kc705.py index cf728afb2..e288dde71 100755 --- a/artiq/gateware/targets/kc705.py +++ b/artiq/gateware/targets/kc705.py @@ -162,6 +162,10 @@ TIMESPEC "TSfix_cdc2" = FROM "GRPrio_clk" TO "GRPrsys_clk" TIG; class NIST_QC1(_NIST_Ions): + """ + NIST QC1 hardware, as used in the Penning lab, with FMC to SCSI cables + adapter. + """ def __init__(self, cpu_type="or1k", **kwargs): _NIST_Ions.__init__(self, cpu_type, **kwargs)