2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-24 10:54:02 +08:00

si590 -> si549

Had mistaken the part numbers.
This commit is contained in:
Sebastien Bourdeauducq 2019-07-07 09:39:55 +08:00
parent dceb5ae501
commit e4fff390a8

View File

@ -25,7 +25,7 @@ class ADPLLProgrammer(Module):
self.sda_oe.attr.add("no_retiming")
class Si590(Module, AutoCSR):
class Si549(Module, AutoCSR):
def __init__(self, pads):
self.gpio_enable = CSRStorage(reset=1)
self.gpio_in = CSRStatus(2)