Progressive-Learning-Platform / PLPTool6

Prototype for PLPTool frontend interface overhaul
2 stars 4 forks source link

#88 Run simulation requires NOP at the end #106

Open harsha-kadekar opened 6 years ago

harsha-kadekar commented 6 years ago

Issue is due to incorrect handling of error. Once it fails to obtain the next instruction, it was just returning false without clearing the previous instruction. Now it assumes that it has reached end of program and starts inserting nop for every new step. This is a temporary fix until pipeline stages are implemented completly. Then only proper fix can be provided.