<robtaylor>
<Guest53> "I am just trying to run an..." <- worth playing with the chipflow very early alpha - currently only ULX3s supported right now, and lots of thing will change in the near future, but all set up for mac :) -> https://docs.chipflow.io/en/latest/tutorial-intro-chipflow-platform.html
<josuah_>
that was my biggest foe in trying to understand HDL, the missing link between "if" and how it boils down to with signals
<josuah_>
and explicitely using these semantics (and somehow, the "with" keyword sounds even more intuitive than verilog's "if"), it gives a good understanding of what is going on at the wires level
<josuah_>
so, glad to discover this
peepsalot has quit [Quit: Connection reset by peep]
peepsalot has joined #amaranth-lang
bl0x_ has joined #amaranth-lang
bl0x has quit [Ping timeout: 260 seconds]
peepsalot has quit [Remote host closed the connection]
peepsalot has joined #amaranth-lang
<Sarayan>
can I know from python which version of amaranth it sees?
<bl0x_>
Sarayan: clumsy workaround: provoke an error and check in the backtrace which amaranth is used.
<Sarayan>
urgh
<d1b2>
<dragonmux> from importlib import metadata metadata.version('amaranth')