peeps[zen] has quit [Quit: Connection reset by peep]
peepsalot has joined #amaranth-lang
<cr1901>
Is it possible to manually toggle reset from an Amaranth simulation to simulate (pun intended) a non power-on-reset? I found a subtle bug in Sentinel where if a non power-on-reset occurs on certain clock cycles, the PC will not properly be initialized back to 0, and want to add a test.
<cr1901>
non power-on-reset == "I push a thoroughly-debounced, confirmed-AsyncFFsynchronized button that asserts the reset line on the CPU"
<cr1901>
Oh and the entire CPU is wrapped in an EnableInserter (to run the CPU at 100MHz/8)*
whitequark[cis] has joined #amaranth-lang
<whitequark[cis]>
sure, add a ResetInserter()
<cr1901>
Oh... oops. Thanks, I'll test that after I sleep