GenTooMan has quit [Remote host closed the connection]
GenTooMan has joined #amaranth-lang
ma6254 has joined #amaranth-lang
<ma6254>
how to use tristate gate in amaranth
<ma6254>
或者,如何在 amaranth中表示“高阻态”
<ma6254>
Or, how to mean "high impedance state" in amaranth
<whitequark>
are you using a board file? if you have a board file with a tristate pin (`Pin(dir="io")` or `Pin(dir="oe")`), then when you request the resource with `r = platform.request("res")`, you can use `r.i`, `r.o`, and `r.oe`