Skip to content

Commit

Permalink
frontend/coreanalyzer: do not attempt to print obsolete decoded_dump …
Browse files Browse the repository at this point in the history
…attribute. Closes #324
sbourdeauducq committed Mar 10, 2016
1 parent f4f95d3 commit ea523c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion artiq/frontend/artiq_coreanalyzer.py
Original file line number Diff line number Diff line change
@@ -48,7 +48,6 @@ def main():
decoded_dump = decode_dump(dump)
if args.print_decoded:
print("Log channel:", decoded_dump.log_channel)
print("DDS channel:", decoded_dump.dds_channel)
print("DDS one-hot:", decoded_dump.dds_onehot_sel)
for message in decoded_dump.messages:
print(message)

0 comments on commit ea523c7

Please sign in to comment.