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
smkz has quit [Quit: smkz]
smkz has joined #amaranth-lang
anubis has joined #amaranth-lang
jjsuperpower_ has joined #amaranth-lang
anubis has quit [Ping timeout: 248 seconds]
<conventia[m]> I'm trying to use block ram on an icebreaker and it seems to simulate correctly but it doesn't work on the fpga. Any tips for how to get this to work? Or any examples of it working on an icebreaker? (The examples are using a too old amaranth, I think.)
Degi has quit [Ping timeout: 276 seconds]
Degi has joined #amaranth-lang
Shaiku has joined #amaranth-lang
urja has quit [Ping timeout: 248 seconds]
Shaiku has quit [Quit: Client closed]
urja has joined #amaranth-lang
_whitelogger has joined #amaranth-lang
_whitelogger has joined #amaranth-lang
peepsalot has quit [Quit: Connection reset by peep]
peepsalot has joined #amaranth-lang
<benny2366[m]> ok now I try to get amaranth on windows , installed it via the comand line of windows using pip install --upgrade amaranth[builtin-yosys] and pip install git+https://github.com/amaranth-lang/amaranth-boards.git
<benny2366[m]> , But when i try run a program in VSC i get the error Import "amaranth" could not be resolved. also added python to my path variable
<benny2366[m]> so what might i miss ?
indy has joined #amaranth-lang
smkz has quit [Quit: smkz]
smkz has joined #amaranth-lang
d_olex_ has joined #amaranth-lang
d_olex__ has quit [Ping timeout: 248 seconds]
<benny2366[m]> weirdly enough having the same error on mac os with the "same " ide
<benny2366[m]> and when i do pip3 install --upgrade amaranth[builtin-yosys]. I get the following error zsh: no matches found: amaranth[builtin-yosys]
miek__[m] has joined #amaranth-lang
<miek__[m]> that last one is probably because your shell is treating the brackets as some special syntax. try putting it in quotes instead: `pip3 install --upgrade "amaranth[builtin-yosys]"`
_whitelogger has joined #amaranth-lang
<benny2366[m]> then i get command not found
<zyp[m]> Catherine: I was looking through my stuff, and this is probably the most convoluted simulation code I have, using a decorator that wraps the testbench to spin up another background testbench: https://paste.jvnv.net/view/qDFMv
<zyp[m]> with task groups, this would become something like https://paste.jvnv.net/view/LDBGk, which seems a lot cleaner
anubis has joined #amaranth-lang
<_whitenotifier-4> [rfcs] zyp opened pull request #80: RFC #80: Simulation task groups. - https://github.com/amaranth-lang/rfcs/pull/80
anubis has quit [Read error: Connection reset by peer]
anubis has joined #amaranth-lang
Bluefoxicy has joined #amaranth-lang
<whitequark[cis]> <conventia[m]> "I'm trying to use block ram on..." <- when asking for help with something that does not work, you should attach the code that is broken; otherwise it is not possible to help you
<whitequark[cis]> this is to conventia
<conventia[m]> Yeah, I understand. I don't have a self contained repro and I was just hoping for some insight while I work on getting something smaller to be able to post.