forked from M-Labs/artiq
sayma_amc: Urukul v1.3
This commit is contained in:
parent
34c61db790
commit
cdef50c0dd
|
@ -425,7 +425,7 @@ class Master(MiniSoC, AMPSoC):
|
||||||
rtio_channels.append(rtio.Channel.from_phy(phy))
|
rtio_channels.append(rtio.Channel.from_phy(phy))
|
||||||
eem.DIO.add_std(self, 2, ttl_simple.Output, ttl_simple.Output,
|
eem.DIO.add_std(self, 2, ttl_simple.Output, ttl_simple.Output,
|
||||||
iostandard="LVDS")
|
iostandard="LVDS")
|
||||||
eem.Urukul.add_std(self, 1, 0, ttl_simple.Output,
|
eem.Urukul.add_std(self, 0, 1, ttl_simple.Output,
|
||||||
iostandard="LVDS")
|
iostandard="LVDS")
|
||||||
eem.Zotino.add_std(self, 3, ttl_simple.Output,
|
eem.Zotino.add_std(self, 3, ttl_simple.Output,
|
||||||
iostandard="LVDS")
|
iostandard="LVDS")
|
||||||
|
|
Loading…
Reference in New Issue