markov_twain has quit [Read error: Connection reset by peer]
markov_twain has joined #amaranth-lang
lambda has quit [Ping timeout: 260 seconds]
lambda has joined #amaranth-lang
sugarbeet has joined #amaranth-lang
sugarbeet has quit [Quit: Reconnecting]
sugarbeet has joined #amaranth-lang
sugarbeet has quit [Client Quit]
sugarbeet has joined #amaranth-lang
<d1b2>
<jer_emy> @vup: I tried that, but if I add ClockSignal() or reference the stored clock signal instance inside my class in the traces=[...] parameter of the write_vcd function I just get the error AttributeError: 'ClockSignal' object has no attribute 'name'
<d1b2>
<jer_emy> similar problem for ResetSignal too
<d1b2>
<jer_emy> also, how do you drive ResetSignal in a testbench ? if I try inst.rst.eq(0) I get AttributeError: 'ResetSignal' object has no attribute 'reset'