<_whitenotifier-6>
[amaranth-lang/amaranth-lang.github.io] github-merge-queue[bot] 91221c3 - Deploying to main from @ amaranth-lang/amaranth@6fb5f3f120d09638cf0e9602e5ddad650a31fd78 🚀
<_whitenotifier-5>
[amaranth-lang/amaranth-lang.github.io] github-merge-queue[bot] d2bf6eb - Deploying to main from @ amaranth-lang/amaranth@38ad35757b92b66226cd1863c1b3e5c24a3d9268 🚀
frgo has quit [Remote host closed the connection]
frgo has joined #amaranth-lang
indy has quit [Ping timeout: 240 seconds]
indy_ has joined #amaranth-lang
jfng[m] has quit [Quit: Idle timeout reached: 172800s]
Raito_Bezarius has quit [Read error: Connection reset by peer]
Raito_Bezarius has joined #amaranth-lang
Raito_Bezarius has quit [Max SendQ exceeded]
Raito_Bezarius has joined #amaranth-lang
notgull has joined #amaranth-lang
notgull has quit [Ping timeout: 246 seconds]
notgull has joined #amaranth-lang
notgull has quit [Ping timeout: 268 seconds]
jn_ has joined #amaranth-lang
jn_ has joined #amaranth-lang
jn_ has quit [Changing host]
jn has quit [Ping timeout: 255 seconds]
jn has joined #amaranth-lang
jn has joined #amaranth-lang
Wanda[cis] has quit [Quit: Idle timeout reached: 172800s]
nyanotech has quit [Remote host closed the connection]
nyanotech has joined #amaranth-lang
frgo has quit [Remote host closed the connection]
frgo has joined #amaranth-lang
lf_ has joined #amaranth-lang
lf has quit [Ping timeout: 268 seconds]
<cr1901>
So re: #36, the await-based sims... IIRC, in "yield x.eq(0)", "x" doesn't take on the new value "0" until you do "yield Tick()". But sim.set(x, 0) will give x its new value immediately (without waiting for the next active edge)?