Skip to content
Snippets Groups Projects
Commit 793790b3 authored by Pila's avatar Pila Committed by Jeff Young
Browse files

Fix spice errors when rerunning a simulation with measurements

Mark the simulation as not finished before starting it, preventing measurements from being requested
from spice right before simulation starts

(cherry picked from commit a5b7c65d)
parent 154112d4
No related branches found
No related tags found
No related merge requests found
......@@ -457,6 +457,8 @@ void SIMULATOR_FRAME::StartSimulation()
if( simulatorLock.owns_lock() )
{
m_simFinished = false;
m_ui->OnSimUpdate();
m_simulator->Run();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment