luhsra / MinimaxSimulator

Platform independent GUI-based Minimax simulator
https://luhsra.github.io/MinimaxSimulator/
MIT License
7 stars 5 forks source link

Renaming registers causes incorrect simulation #37

Closed prohde closed 3 years ago

prohde commented 5 years ago

After renaming a register the simulation instance is not working correctly. Even though the correct value seems to be written to the register loading a value from the register returns zero.

I propose the following workaround until this is fixed:

  1. save the project after renaming the register
  2. close the simulator
  3. re-start the simulator
  4. open the project again
  5. now the simulation works correctly