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?