gateware: add QC1 docstring

This commit is contained in:
Sebastien Bourdeauducq 2016-01-20 21:27:22 -05:00
parent db8ba8d6c1
commit 18f0ee814d
1 changed files with 4 additions and 0 deletions

View File

@ -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)