mirror of https://github.com/YosysHQ/yosys.git
opt_clean: refactor
This commit is contained in:
parent
723258de2d
commit
90bd16f600
|
|
@ -967,6 +967,7 @@ struct WireDeleter {
|
|||
|
||||
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);
|
||||
SigConnKinds conn_kinds(purge_mode, actx);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue