mirror of https://github.com/m-labs/artiq.git
fastino: monitor probe dacs
This commit is contained in:
parent
0952c47934
commit
bd3bcbce64
|
@ -27,6 +27,7 @@ class Fastino(Module):
|
|||
|
||||
# dac data words
|
||||
dacs = [Signal(16) for i in range(32)]
|
||||
self.probes = dacs
|
||||
|
||||
header = Record([
|
||||
("cfg", 4),
|
||||
|
|
Loading…
Reference in New Issue