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 · code https://github.com/amaranth-lang · logs https://libera.irclog.whitequark.org/amaranth-lang · Matrix #amaranth-lang:matrix.org
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 260 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 255 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 264 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 256 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 264 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 255 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 264 seconds]
frgo has joined #amaranth-lang
cr1901 has quit [Quit: Leaving]
frgo has quit [Ping timeout: 256 seconds]
cr1901 has joined #amaranth-lang
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 264 seconds]
frgo has joined #amaranth-lang
Degi_ has joined #amaranth-lang
frgo has quit [Ping timeout: 264 seconds]
Degi has quit [Ping timeout: 264 seconds]
Degi_ is now known as Degi
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 255 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 240 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 256 seconds]
frgo has joined #amaranth-lang
<crzwdjk> ResetInserter is a very useful thing. SPI controller not shutting up when it's supposed to? I can just reset it every time I am done with it, nice and simple.
phire has quit [Quit: No Ping reply in 180 seconds.]
phire has joined #amaranth-lang
frgo has quit [Ping timeout: 255 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 276 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 256 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 276 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 252 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 256 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 255 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 276 seconds]
<_whitenotifier-3> [amaranth-stdio] whitequark commented on issue #11: `AsyncSerial.Signature` is problematic - https://github.com/amaranth-lang/amaranth-stdio/issues/11#issuecomment-1855253031
<whitequark[cis]> <cyb3r1a[m]> "will the next update take 2yrs?" <- probably one quarter
<whitequark[cis]> the reason this one took 2 years or so is because i had to switch employers several times to find one working for which would not consistently make me more disabled, and then flee a war or something
<cyb3r1a[m]> good luck wherever this stuff takes you
<whitequark[cis]> you know, the usual
<cyb3r1a[m]> and that's awful
<whitequark[cis]> it's normal to me :)
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 264 seconds]
<_whitenotifier-3> [YoWASP/vscode] whitequark pushed 2 commits to main [+1/-1/±3] https://github.com/YoWASP/vscode/compare/0218a92d86b9...375826f62f5a
<_whitenotifier-3> [YoWASP/vscode] whitequark d526d3c - Add `main` entry point alongside `browser`.
<_whitenotifier-3> [YoWASP/vscode] whitequark 375826f - Version 0.1.2
<_whitenotifier-3> [YoWASP/vscode] whitequark pushed 1 commit to main [+0/-0/±2] https://github.com/YoWASP/vscode/compare/375826f62f5a...f91e5bdde3f7
<_whitenotifier-3> [YoWASP/vscode] whitequark f91e5bd - Version 0.1.2
<_whitenotifier-3> [YoWASP/vscode] whitequark created branch main https://github.com/YoWASP/vscode/commit/d526d3c88b61c650720d044e4986b3774502edb5
<cr1901> I definitely said "merge" RFC 37 and 38. But now I'm in the "well this sucks, wtf" stage of refactoring, seeing as _every_ single one of my signatures was broken in some way :D. Ahhh well...
<galibert[m]> Yeah, but the result is so clean
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 268 seconds]
frgo has joined #amaranth-lang
<_whitenotifier-3> [YoWASP/vscode] whitequark created branch main https://github.com/YoWASP/vscode/commit/0218a92d86b930d9b4df3a3ae26acd8ebbe73dcc
<zyp[m]> I'm in the «now what?»-stage of porting my project from migen to amaranth with pretty much all my own components done except the custom handlers for liteeth
frgo has quit [Ping timeout: 264 seconds]
sporniket has joined #amaranth-lang
<sporniket> Hello, long time no see
<whitequark[cis]> hi!
<sporniket> I had very slow progress about building yices with WASI, but I guess that I hit a wall
<sporniket> probably linked to that https://github.com/WebAssembly/wasi-libc/issues/432
<whitequark[cis]> oh, does yices use sjlj?
<whitequark[cis]> can you show me the code where it uses setjmp()?
<sporniket> one moment please
frgo has joined #amaranth-lang
<sporniket> and call to longjmp() : https://pastebin.com/YHJcfdsz
<whitequark[cis]> ok, that's... unpleasant
<galibert[m]> Exception management in C, urgh
<whitequark[cis]> I don't know if it can be easily converted to not use sjlj
<whitequark[cis]> probably not
<whitequark[cis]> nextpnr uses exceptions too and I just replaced all setjmp calls with "return 0" and longjmp calls with "__builtin_unreachable()"
<whitequark[cis]> which mostly works
<sporniket> I see. I can try that.
frgo has quit [Ping timeout: 245 seconds]
<sporniket> As usual, I will keep you up to date when there is something noteworthy.
<sporniket> time to start my daily work, see you later.
sporniket has quit [Quit: Client closed]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 264 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 256 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 268 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 256 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 256 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 264 seconds]
frgo has joined #amaranth-lang
frgo has quit [Remote host closed the connection]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 240 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 260 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 268 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 276 seconds]
<_whitenotifier-3> [YoWASP/vscode] whitequark pushed 2 commits to main [+2/-1/±6] https://github.com/YoWASP/vscode/compare/0218a92d86b9...ca3fe3766c78
<_whitenotifier-3> [YoWASP/vscode] whitequark 79debe1 - Added compatibility for desktop VS Code.
<_whitenotifier-3> [YoWASP/vscode] whitequark ca3fe37 - Kill old build terminal before opening new one.
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 256 seconds]
frgo has joined #amaranth-lang
<_whitenotifier-3> [YoWASP/vscode] whitequark pushed 2 commits to main [+2/-1/±6] https://github.com/YoWASP/vscode/compare/ca3fe3766c78...a792b997160c
<_whitenotifier-3> [YoWASP/vscode] whitequark 1c3e505 - Added compatibility for desktop VS Code.
<_whitenotifier-3> [YoWASP/vscode] whitequark a792b99 - Kill old build terminal before opening new one.
Raito_Bezarius has quit [Read error: Connection reset by peer]
<_whitenotifier-3> [YoWASP/vscode] whitequark pushed 1 commit to main [+0/-0/±1] https://github.com/YoWASP/vscode/compare/a792b997160c...2425fce8bf95
<_whitenotifier-3> [YoWASP/vscode] whitequark 2425fce - Version 0.1.2
Raito_Bezarius has joined #amaranth-lang
<_whitenotifier-3> [YoWASP/vscode] whitequark pushed 1 commit to main [+0/-0/±2] https://github.com/YoWASP/vscode/compare/2425fce8bf95...bf5b484c7851
<_whitenotifier-3> [YoWASP/vscode] whitequark bf5b484 - Bump version.
frgo has quit [Ping timeout: 276 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 245 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 268 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 255 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 276 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 256 seconds]
frgo has joined #amaranth-lang
frgo has quit [Remote host closed the connection]
frgo has joined #amaranth-lang
frgo has quit [Remote host closed the connection]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 260 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 256 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 246 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 268 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 252 seconds]
frgo has joined #amaranth-lang
frgo has quit [Remote host closed the connection]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 255 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 268 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 276 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 245 seconds]
jjsuperpower has joined #amaranth-lang
jjsuperpower has quit [Ping timeout: 240 seconds]
frgo has joined #amaranth-lang
mindw0rk has quit [Ping timeout: 256 seconds]
Lord_Nightmare has quit [Quit: ZNC - http://znc.in]
frgo has quit [Ping timeout: 268 seconds]
Lord_Nightmare has joined #amaranth-lang
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 245 seconds]
<_whitenotifier-3> [YoWASP/vscode] whitequark pushed 1 commit to main [+0/-0/±1] https://github.com/YoWASP/vscode/compare/bf5b484c7851...d074ae16d801
<_whitenotifier-3> [YoWASP/vscode] whitequark d074ae1 - Fix commands to include a category.
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 276 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 260 seconds]
frgo has joined #amaranth-lang
crzwdjk has quit [Ping timeout: 276 seconds]
crzwdjk has joined #amaranth-lang
frgo has quit [Ping timeout: 276 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 268 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 252 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 268 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 256 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 245 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 240 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 260 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 264 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 255 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 276 seconds]