forked from M-Labs/artiq
1
0
Fork 0

kasli/sysu: add comments

This commit is contained in:
Sebastien Bourdeauducq 2018-04-17 18:46:55 +08:00
parent 142561c4bd
commit 756e120c27
1 changed files with 2 additions and 0 deletions

View File

@ -549,6 +549,7 @@ class SYSU(_StandaloneBase):
# EEM clock fan-out from Si5324, not MMCX
self.comb += platform.request("clk_sel").eq(1)
# EEM2-6: TTL
rtio_channels = []
for i in range(40):
eem_offset, port = divmod(i, 8)
@ -557,6 +558,7 @@ class SYSU(_StandaloneBase):
self.submodules += phy
rtio_channels.append(rtio.Channel.from_phy(phy))
# EEM0, EEM1: Urukul
phy = spi2.SPIMaster(self.platform.request("eem1_spi_p"),
self.platform.request("eem1_spi_n"))
self.submodules += phy