forked from M-Labs/artiq
1
0
Fork 0

kasli_generic: do not attempt to use SFP LED for RTIO on 2.0+

This commit is contained in:
Sebastien Bourdeauducq 2020-07-08 18:14:44 +08:00
parent 85b5a04acf
commit 2d1f1fff7f
1 changed files with 7 additions and 6 deletions

View File

@ -153,6 +153,7 @@ class GenericStandalone(StandaloneBase):
self.rtio_channels = []
add_peripherals(self, description["peripherals"])
if hw_rev in ("v1.0", "v1.1"):
for i in (1, 2):
print("SFP LED at RTIO channel 0x{:06x}".format(len(self.rtio_channels)))
sfp_ctl = self.platform.request("sfp_ctl", i)