Skip to content

Commit

Permalink
coredevice/analyzer: remove zero-timestamp msg filtering (now unneces…
Browse files Browse the repository at this point in the history
…sary)
sbourdeauducq committed Dec 21, 2015
1 parent d1a5ec2 commit e87436f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion artiq/coredevice/analyzer.py
Original file line number Diff line number Diff line change
@@ -185,7 +185,6 @@ def messages_to_vcd(filename, devices, messages):
channel_handlers = create_channel_handlers(vcd_manager, devices)

vcd_manager.set_time(0)
messages = [m for m in messages if get_message_time(m)] # TODO: remove this hack
messages = sorted(messages, key=get_message_time)
if messages:
start_time = get_message_time(messages[0])

0 comments on commit e87436f

Please sign in to comment.