mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-01 14:47:53 +00:00
opt_clean: refactor
This commit is contained in:
parent
723258de2d
commit
90bd16f600
1 changed files with 1 additions and 0 deletions
|
|
@ -967,6 +967,7 @@ struct WireDeleter {
|
||||||
|
|
||||||
bool rmunused_module_signals(RTLIL::Module *module, ParallelDispatchThreadPool::Subpool &subpool, bool purge_mode, bool verbose, RmStats &stats)
|
bool rmunused_module_signals(RTLIL::Module *module, ParallelDispatchThreadPool::Subpool &subpool, bool purge_mode, bool verbose, RmStats &stats)
|
||||||
{
|
{
|
||||||
|
// Passing actx to function == function does parallel work
|
||||||
AnalysisContext actx(module, subpool);
|
AnalysisContext actx(module, subpool);
|
||||||
SigConnKinds conn_kinds(purge_mode, actx);
|
SigConnKinds conn_kinds(purge_mode, actx);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue