whitequark changed the topic of #amaranth-lang to: Amaranth hardware definition language · code https://github.com/amaranth-lang · logs https://libera.irclog.whitequark.org/amaranth-lang
<_whitenotifier-7> [YoWASP/nextpnr] whitequark pushed 1 commit to develop [+0/-0/±2] https://github.com/YoWASP/nextpnr/compare/219f0f399df9...bbea15fdefcc
<_whitenotifier-7> [YoWASP/nextpnr] whitequark bbea15f - Update dependencies.
<_whitenotifier-7> [YoWASP/yosys] whitequark pushed 1 commit to develop [+0/-0/±1] https://github.com/YoWASP/yosys/compare/646d2c2a138c...a27f62d0f1c6
<_whitenotifier-7> [YoWASP/yosys] whitequark a27f62d - Update dependencies.
Degi_ has joined #amaranth-lang
Degi has quit [Ping timeout: 240 seconds]
Degi_ is now known as Degi
ma6254 has joined #amaranth-lang
GenTooMan has quit [Ping timeout: 244 seconds]
<ma6254> hello?
<ma6254> How does Amaranth call the verilog module?
<ma6254> excellent
GenTooMan has joined #amaranth-lang
ma6254 has quit [Quit: Client closed]
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`
<ma6254> thanks
GenTooMan has quit [Ping timeout: 244 seconds]
GenTooMan has joined #amaranth-lang
ma6254 has quit [Quit: Client closed]
Bluefoxicy has joined #amaranth-lang