mortbopet / Ripes

A graphical processor simulator and assembly editor for the RISC-V ISA
https://ripes.me/
MIT License
2.52k stars 270 forks source link

Reset does not clear memory mapped I/O #269

Closed honi closed 1 year ago

honi commented 1 year ago

For example, add a LED Matrix and turn on some leds. Then click the reset button. The LED Matrix still displays the turned on leds instead of all black.

I assume it's because the memory region mapped to the LED Matrix is not cleared?

mortbopet commented 1 year ago

Should hopefully have been fixed in b67d690.