set_thread_count

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2024-06-20 13:08:29 -07:00
parent 85c9298585
commit 3c2e7951f3
2 changed files with 3 additions and 0 deletions

View File

@ -359,6 +359,8 @@ Sta::updateComponentsState()
if (check_timing_) if (check_timing_)
check_timing_->copyState(this); check_timing_->copyState(this);
clk_network_->copyState(this); clk_network_->copyState(this);
if (clk_skews_)
clk_skews_->copyState(this);
if (power_) if (power_)
power_->copyState(this); power_->copyState(this);
} }

View File

@ -35,6 +35,7 @@ DispatchQueue::terminateThreads()
threads_[i].join(); threads_[i].join();
} }
} }
quit_ = false;
} }
void void