fastino: monitor probe dacs

This commit is contained in:
Simon Renblad 2024-07-16 13:12:29 +08:00 committed by Sébastien Bourdeauducq
parent 0952c47934
commit bd3bcbce64
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ class Fastino(Module):
# dac data words # dac data words
dacs = [Signal(16) for i in range(32)] dacs = [Signal(16) for i in range(32)]
self.probes = dacs
header = Record([ header = Record([
("cfg", 4), ("cfg", 4),