license = 'gplv2+'
inputs = ['logic']
outputs = ['sle44xx']
+ tags = ['Memory']
channels = (
{'id': 'rst', 'name': 'RST', 'desc': 'Reset line'},
{'id': 'clk', 'name': 'CLK', 'desc': 'Clock line'},
)
annotation_rows = (
('bits', 'Bits', (4,)),
- ('data', 'Data', (1, 2, 3)),
+ ('fields', 'Fields', (1, 2, 3)),
('interrupts', 'Interrupts', (0,)),
)
binary = (
elif self.matched[2]: # Command mode START: CLK = high, I/O = falling.
self.handle_command(pins)
elif self.matched[3]: # Command mode STOP: CLK = high, I/O = rising.
- self.handle_command(pins)
\ No newline at end of file
+ self.handle_command(pins)