forked from M-Labs/artiq
sayma_rtm: don't drive txen pins
pins disabled by config necessary for using that pin as DIN (#813)
This commit is contained in:
parent
68d16fc292
commit
1029ac870b
|
@ -168,8 +168,6 @@ class SaymaRTM(Module):
|
||||||
# HMC clock chip and DAC control
|
# HMC clock chip and DAC control
|
||||||
self.comb += [
|
self.comb += [
|
||||||
platform.request("ad9154_rst_n").eq(1),
|
platform.request("ad9154_rst_n").eq(1),
|
||||||
platform.request("ad9154_txen", 0).eq(0b11),
|
|
||||||
platform.request("ad9154_txen", 1).eq(0b11)
|
|
||||||
]
|
]
|
||||||
|
|
||||||
self.submodules.converter_spi = spi2.SPIMaster(spi2.SPIInterface(
|
self.submodules.converter_spi = spi2.SPIMaster(spi2.SPIInterface(
|
||||||
|
|
Loading…
Reference in New Issue