luhsra / MinimaxSimulator

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

Deleting or renaming registers causes strange SignalTable changes #32

Closed prohde closed 6 years ago

prohde commented 6 years ago

Deleting or renaming a register may cause strange changes in the SignalTable. E.g. a different register is used for the operation.

serious-scribbler commented 5 years ago

This bug is still present in version 1.2.2. Renaming a register causes unpedictable behaviour.

prohde commented 5 years ago

Could you please provide a setup to reproduce this issue? Because I was not able to produce unpredictable behaviour prior to releasing v1.2.0.

prohde commented 5 years ago

@serious-scribbler The behaviour you are talking about is different from the one this issue is about. Your issue is about the simulation instance and not the SignalTable. I opened another issue #37 for the problem.