whitequark[cis] changed the topic of #amaranth-lang to: Amaranth hardware definition language · weekly meetings: Amaranth each Mon 1700 UTC, Amaranth SoC each Fri 1700 UTC · play https://amaranth-lang.org/play/ · code https://github.com/amaranth-lang · logs https://libera.catirclogs.org/amaranth-lang · Matrix #amaranth-lang:matrix.org
meithecatte[m] has joined #amaranth-lang
<meithecatte[m]> huh, the discord bridge sends &apos; 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")),
<benny2366[m]> ```) you just add led_r
<benny2366[m]> ```[OSS CAD Suite] C:\Users\bende>& "C:/Program Files (x86)/Python39-32/python.exe" c:/Users/bende/Documents/GitHub/amaranth_playground/program1/main.py
<benny2366[m]> & was unexpected at this time.``` also an intresting error
<benny2366[m]> does anyone migh have some sudgestions on what is going on ?
FFY00_ has joined #amaranth-lang
FFY00 has quit [Read error: Connection reset by peer]
nyanotech has quit [Remote host closed the connection]
nyanotech has joined #amaranth-lang
conventia[m] has joined #amaranth-lang
<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]
peepsalot has joined #amaranth-lang