<meithecatte[m]>
huh, the discord bridge sends ' html entities instead of the actual character. not sure why. matrix internals leaking through, I suppose?
<whitequark[cis]>
it's a discord bridge bug yeah
<whitequark[cis]>
it's infuriating, but the discord bridge internals are so vile i don't have the stamina to fix it
<whitequark[cis]>
and nobody else has volunteered in the year or so the bridge's been running
<Darius>
IME discord bots often do that
Degi has quit [Ping timeout: 260 seconds]
Degi has joined #amaranth-lang
Bluefoxicy has quit [Ping timeout: 248 seconds]
Bluefoxicy has joined #amaranth-lang
benny2366[m] has joined #amaranth-lang
<benny2366[m]>
how does one acces the breakoff pmode in amarant ?
<benny2366[m]>
or ``` *ButtonResources(pins="10", invert=True, attrs=Attrs(IO_STANDARD="SB_LVCMOS")),
<benny2366[m]>
``` how does this translate into the user code?
<benny2366[m]>
with the leds is get it (``` Resource("led_r", 0, PinsN("11", dir="o"), Attrs(IO_STANDARD="SB_LVCMOS")),
<conventia[m]>
Though, it uses p and plat for the same variable.
<conventia[m]>
When I build my project using pdm (based on the template but with updated dependencies), I get a yosys assert, which suggests a bug in yosys. When I run yosys -q -l top.rpt top.ys manually, with yosys from oss-cad-suite, it works without the assert. I tried removing the yowasp yosys and builtin-yosys dependencies, but the assert still happens. Any ideas? How do I tell which yosys is being run?
peepsalot has quit [Quit: Connection reset by peep]