forked from M-Labs/artiq
comm_analyzer: changed usage of logs field
This commit is contained in:
parent
435af6daa6
commit
1e45d6e110
@ -260,8 +260,7 @@ class WaveformManager:
|
||||
|
||||
def get_channel(self, name, width, ty):
|
||||
if ty == WaveformType.LOG:
|
||||
data = self.trace["logs"][self.current_scope + name] = list()
|
||||
else:
|
||||
self.trace["logs"][self.current_scope + name] = (width, ty)
|
||||
data = self.trace["data"][self.current_scope + name] = list()
|
||||
channel = WaveformChannel(data, self.current_time)
|
||||
self.channels.append(channel)
|
||||
|
Loading…
Reference in New Issue
Block a user