forked from M-Labs/artiq
1
0
Fork 0

sayma_rtm: minor cleanup

This commit is contained in:
Sebastien Bourdeauducq 2018-07-11 19:02:59 +08:00
parent 7f05e0c121
commit 29e5c95afa
1 changed files with 2 additions and 4 deletions

View File

@ -102,6 +102,7 @@ class RTMScratch(Module, AutoCSR):
read_data.status.eq(fifo.source.data)
]
CSR_RANGE_SIZE = 0x800
@ -162,10 +163,7 @@ class SaymaRTM(Module):
csr_devices.append("allaki_atts")
# HMC clock chip and DAC control
self.comb += [
platform.request("ad9154_rst_n").eq(1),
]
self.comb += platform.request("ad9154_rst_n").eq(1)
self.submodules.converter_spi = spi2.SPIMaster(spi2.SPIInterface(
platform.request("hmc_spi"),
platform.request("ad9154_spi", 0),