enforce RAM initializating to all zero #155
Labels
🖐 blocked
Requires something else first.
🤖 code
Changes the implementation
💫 good first issue
Good for newcomers
🟡 prio: medium
Not super urgent
📜 specification
Relates to the specification
In our current design, we can't enforce that the RAM is initialized to all zeros. As discussed with @aszepieniec, the following changes are the least invasive way of achieving this stated goal.
read_mem
orwrite_mem
, the processor's registersRAMP
andRAMV
get updated.RAMP
region starts, theRAMV
is 0. This includes an initial constraint onRAMV
being 0.I'm happy to provide assistance and more details to anyone considering tackling this issue. It's probably best to wait until #139 is done, i.e., #144 is merged.
The text was updated successfully, but these errors were encountered: