Yentl Van Tendeloo 8 лет назад
Родитель
Сommit
10aab11e3f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      integration/code/fsa_semantics.alc

+ 1 - 1
integration/code/fsa_semantics.alc

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