mirror of https://github.com/m-labs/artiq.git
doc: clarify TTL direction control with buffered cards
This commit is contained in:
parent
930291f606
commit
b8870997d0
|
@ -138,7 +138,11 @@ class TTLInOut:
|
||||||
cursor.
|
cursor.
|
||||||
|
|
||||||
There must be a delay of at least one RTIO clock cycle before any
|
There must be a delay of at least one RTIO clock cycle before any
|
||||||
other command can be issued."""
|
other command can be issued.
|
||||||
|
|
||||||
|
This method only configures the direction at the FPGA. When using
|
||||||
|
buffered I/O interfaces, such as the Sinara TTL cards, the buffer
|
||||||
|
direction must be configured separately in the hardware."""
|
||||||
self.set_oe(True)
|
self.set_oe(True)
|
||||||
|
|
||||||
@kernel
|
@kernel
|
||||||
|
@ -147,7 +151,11 @@ class TTLInOut:
|
||||||
cursor.
|
cursor.
|
||||||
|
|
||||||
There must be a delay of at least one RTIO clock cycle before any
|
There must be a delay of at least one RTIO clock cycle before any
|
||||||
other command can be issued."""
|
other command can be issued.
|
||||||
|
|
||||||
|
This method only configures the direction at the FPGA. When using
|
||||||
|
buffered I/O interfaces, such as the Sinara TTL cards, the buffer
|
||||||
|
direction must be configured separately in the hardware."""
|
||||||
self.set_oe(False)
|
self.set_oe(False)
|
||||||
|
|
||||||
@kernel
|
@kernel
|
||||||
|
|
Loading…
Reference in New Issue