@@ -161,7 +161,7 @@ Void function execute_fsa(design_model : Element):
running = False
output("PAUSED")
- elif (cmd == "continue"):
+ elif (cmd == "simulate"):
// Continue simulation, so reset the value
if (bool_not(running)):
start_time = time() - simulation_time