2
0
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:
Sebastien Bourdeauducq 2017-08-31 11:44:33 +08:00
parent a67659338d
commit f765dc50de

View File

@ -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)
]