|
@@ -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
|