mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-25 03:08:27 +08:00
sayma_rtm: do not keep DACs in reset
This commit is contained in:
parent
a67659338d
commit
f765dc50de
@ -88,7 +88,7 @@ class SaymaRTM(Module):
|
||||
]
|
||||
|
||||
self.comb += [
|
||||
platform.request("ad9154_rst_n").eq(0),
|
||||
platform.request("ad9154_rst_n").eq(1),
|
||||
platform.request("ad9154_txen", 0).eq(0b11),
|
||||
platform.request("ad9154_txen", 1).eq(0b11)
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user