mortbopet / Ripes

A graphical processor simulator and assembly editor for the RISC-V ISA

Home Page:https://ripes.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reset does not clear memory mapped I/O

honi opened this issue · comments

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?

Should hopefully have been fixed in b67d690.