whitequark changed the topic of #amaranth-lang to: Amaranth hardware definition language · code https://github.com/amaranth-lang · logs https://libera.irclog.whitequark.org/amaranth-lang
lf has quit [Ping timeout: 240 seconds]
lf has joined #amaranth-lang
<_whitenotifier-8> [YoWASP/yosys] whitequark pushed 1 commit to develop [+0/-0/±1] https://github.com/YoWASP/yosys/compare/5c808dde5162...d0204876ba6e
<_whitenotifier-8> [YoWASP/yosys] whitequark d020487 - Update dependencies.
bl0x_ has quit [Ping timeout: 240 seconds]
bl0x_ has joined #amaranth-lang
josfemova has quit [Quit: Client closed]
nelgau has joined #amaranth-lang
nelgau has quit [Remote host closed the connection]
Degi has quit [Ping timeout: 240 seconds]
Degi has joined #amaranth-lang
indy_ is now known as indy
Lord_Nightmare has quit [Read error: Connection reset by peer]
Lord_Nightmare has joined #amaranth-lang
cyrozap-ZNC has quit [Quit: Client quit]
cyrozap has joined #amaranth-lang
Lord_Nightmare has quit [Read error: Connection reset by peer]
Lord_Nightmare has joined #amaranth-lang
Lord_Nightmare has quit [Read error: Connection reset by peer]
Lord_Nightmare has joined #amaranth-lang
FL4SHK has quit [Ping timeout: 256 seconds]
FL4SHK has joined #amaranth-lang
cr1901_ has joined #amaranth-lang
cr1901 has quit [Ping timeout: 240 seconds]
Vonter has joined #amaranth-lang
Vonter has quit [Ping timeout: 256 seconds]
Vonter has joined #amaranth-lang
Vonter has quit [Ping timeout: 240 seconds]
Vonter has joined #amaranth-lang
cr1901_ is now known as cr1901
bvernoux has joined #amaranth-lang
Vonter has quit [Ping timeout: 256 seconds]
Vonter has joined #amaranth-lang
Vonter has quit [Ping timeout: 250 seconds]
Vonter has joined #amaranth-lang
Vonter has quit [Read error: Connection reset by peer]
Vonter has joined #amaranth-lang
balrog has quit [Quit: Bye]
balrog has joined #amaranth-lang
Vonter has quit [Ping timeout: 240 seconds]
Degi has quit [Ping timeout: 256 seconds]
Degi has joined #amaranth-lang
cr1901 has quit [Read error: Connection reset by peer]
cr1901 has joined #amaranth-lang
<roflin> I currently have a Elaboratable which uses another Elaboratable and I'm writing a TestBench for it. All the signals of the inner are connected to the outer signals or internal state of the outer elaboratable, but when I run the TestBench it tells me that the inner Elaboratable is created but never used. I do not drive the signals of the inner Elaboratable itself, but I thought this would be
<roflin> done by sumulating the outer... Am I supposed to do this differently?
<whitequark> you need to add the inner one as a submodule
<roflin> right... I've done this in my top design...
<roflin> but not in this one :)
<roflin> Yup that worked, thanks
<richardeoin> does anyone have advice / pointers on simulating amaranth containing Instances written in verilog?
<richardeoin> this is a great example of adding verilog sources https://github.com/adamgreig/amaranth-examples/blob/master/amaranth_examples/instance.py
<richardeoin> my aim is to simulate something like this and get the vcds
<richardeoin> amaranth with the pysim backend makes simulation so easy that I'm a little lost when I can't rely on it completely
<whitequark> there's a new backend, cxxsim, in the works that will make this as easy
<whitequark> but it's not done yet
<agg> in the meantime, I guess best bet is to dump the amaranth to verilog, combine with the external verilog, and use cxxrtl?
<agg> or verilator/iverilog/etc I guess
<whitequark> yes
<agg> writing test benches in c++ is so much less fun than in python/pysim though :p
<richardeoin> oh awesome about cxxsim supporting this in future
<richardeoin> agg: yes that's a reasonable approach
<richardeoin> I'm also looking at cocotb
<richardeoin> don't really care about speed here
Guest2110 has joined #amaranth-lang
Guest2110 has quit [Client Quit]
<Sarayan> agg: otoh cxxsim is orders of magnitude faster
<agg> Sarayan: yea.. so I can't wait to write test benches in python and have them run in cxxrtl, cxxsim's going to be great
<Sarayan> agg: it sure will
Guest69 has joined #amaranth-lang
Guest69 has quit [Quit: Client closed]