forked from M-Labs/artiq
kasli: don't bother with grabber ttls for now
not used on target cameras
This commit is contained in:
parent
80c69da17e
commit
b20a8c86b0
|
@ -511,7 +511,7 @@ class LUH(_StandaloneBase):
|
|||
eem.Sampler.add_std(self, 3, None, ttl_serdes_7series.Output_8X)
|
||||
eem.Urukul.add_std(self, 4, None, ttl_serdes_7series.Output_8X)
|
||||
eem.Urukul.add_std(self, 5, None, ttl_serdes_7series.Output_8X)
|
||||
eem.Grabber.add_std(self, 6, None, ttl_simple.Output)
|
||||
eem.Grabber.add_std(self, 6)
|
||||
|
||||
for i in (1, 2):
|
||||
sfp_ctl = self.platform.request("sfp_ctl", i)
|
||||
|
|
Loading…
Reference in New Issue