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
<_whitenotifier-3> [amaranth] github-merge-queue[bot] created branch gh-readonly-queue/main/pr-1033-86d14f584e724cfca3dc8b4457b1a01b4ebc7243 - https://github.com/amaranth-lang/amaranth
<_whitenotifier-3> [amaranth-lang/amaranth] wanda-phi bf8faea - hdl.ast: raise a sensible error for `xxx in Value`
<_whitenotifier> [amaranth-lang/amaranth] github-merge-queue[bot] pushed 1 commit to main [+0/-0/±2] https://github.com/amaranth-lang/amaranth/compare/86d14f584e72...bf8faea51e92
<_whitenotifier> [amaranth] whitequark closed pull request #1033: hdl.ast: raise a sensible error for `xxx in Value` - https://github.com/amaranth-lang/amaranth/pull/1033
<_whitenotifier-3> [amaranth] github-merge-queue[bot] deleted branch gh-readonly-queue/main/pr-1033-86d14f584e724cfca3dc8b4457b1a01b4ebc7243 - https://github.com/amaranth-lang/amaranth
<_whitenotifier-3> [amaranth-lang/amaranth-lang.github.io] github-merge-queue[bot] 94e5312 - Deploying to main from @ amaranth-lang/amaranth@bf8faea51e92364564562cd02bf6e9743289e679 🚀
<_whitenotifier> [amaranth-lang/amaranth-lang.github.io] whitequark pushed 1 commit to main [+0/-0/±33] https://github.com/amaranth-lang/amaranth-lang.github.io/compare/ac3af8f87a62...94e53120be45
lf_ has joined #amaranth-lang
lf has quit [Ping timeout: 268 seconds]
<cr1901> Huh... I apparently somehow missed that 0.4.0 was released
<whitequark[cis]> a very long time ago now
<whitequark[cis]> dec 13
<cr1901> Exactly one month ago. Last month this time wasn't very kind to me (it's when I realized my backup drive was dying), but I still wonder how I missed it
notgull has joined #amaranth-lang
Degi has quit [Ping timeout: 264 seconds]
Degi has joined #amaranth-lang
notgull has quit [Ping timeout: 264 seconds]
peepsalot has quit [Quit: Connection reset by peep]
peepsalot has joined #amaranth-lang
peepsalot has quit [Quit: Connection reset by peep]
peepsalot has joined #amaranth-lang
<whitequark[cis]> nice!!
<whitequark[cis]> that's actually not so bad
<tpw_rules> thank you. i checked the generated C and it works as one would expect
<tpw_rules> it's also somewhat faster and cleaner (giving real python ints) than numpy which is nice
notgull has joined #amaranth-lang
notgull has quit [Ping timeout: 276 seconds]
markov_twain has quit [Quit: markov_twain]
cr1901 has quit [Quit: Leaving]
cr1901 has joined #amaranth-lang
cr1901 has quit [Remote host closed the connection]
notgull has joined #amaranth-lang
cr1901 has joined #amaranth-lang
cr1901 has quit [Remote host closed the connection]
cr1901 has joined #amaranth-lang
notgull has quit [Ping timeout: 245 seconds]
notgull has joined #amaranth-lang
notgull has quit [Ping timeout: 260 seconds]
jn_ is now known as jn
zyp[m] has quit [Quit: Idle timeout reached: 172800s]
jfng[m] has quit [Quit: Idle timeout reached: 172800s]
iposthuman[m] has joined #amaranth-lang
<iposthuman[m]> Question: i'm setting up a simulation for OSPI PSRAM chip and created a mockup of the with just the fields of the chip:```python... (full message at <https://catircservices.org/_matrix/media/v3/download/catircservices.org/DERXzcWHrpTJmlmiRwtMoaJc>)
<iposthuman[m]> however, when I instantiate it *and* use it:```python... (full message at <https://catircservices.org/_matrix/media/v3/download/catircservices.org/IRaVjCuNmNWiFJThXbTzZNPw>)
<iposthuman[m]> i get an error that doesn't seem to make sense:```... (full message at <https://catircservices.org/_matrix/media/v3/download/catircservices.org/lqFivfUSLsuzizuoRrHlIOAg>)
<iposthuman[m]> i don't understand what it means. I created it and *used* it but it says i'm not 🤔
<iposthuman[m]> any ideas what i'm missing?
<anuejn> iposthuman[m]: you need to add it as a submodule
<anuejn> m.submodules += ospi
notgull has joined #amaranth-lang
notgull has quit [Ping timeout: 264 seconds]
<iposthuman[m]> Ah! 🤭
<iposthuman[m]> Thanks