jjsuperpower_ has quit [Remote host closed the connection]
jjsuperpower_ has joined #amaranth-lang
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 248 seconds]
frgo has joined #amaranth-lang
jjsuperpower_ has quit [Ping timeout: 260 seconds]
frgo has quit [Ping timeout: 276 seconds]
frgo has joined #amaranth-lang
frgo has quit [Ping timeout: 260 seconds]
Guest2 has joined #amaranth-lang
<Guest2>
Hello, is this the right place to ask support questions?
Guest2 has quit [Client Quit]
Guest2 has joined #amaranth-lang
<whitequark[cis]>
yes
<Guest2>
I am trying to run the file in this folder to convert it to verilog but I keep running into issues with libraries. It looks like the code was built on an older version of amaranth:
<Guest2>
I keep getting stuck importing this library:
<Guest2>
from amlib.stream import StreamInterface
<whitequark[cis]>
probably the easiest way to handle that is to downgrade amarantg
<whitequark[cis]>
s/amarantg/amaranth/
<Guest2>
Yes, i uninstalled it and ran pip install amaranth==0.4 and that got me pretty far, but the “from amlib.stream import StreamInterface” still got me into trouble
<whitequark[cis]>
whenever asking for help with an error you should post the error (using a paste site like paste.debian.net). i have no idea what kind of trouble that is
<Guest2>
Ah yes sorry, the error is that it can’t import amlib because it can’t find it. My understanding is that it is not on pypy but rather here