3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-03-02 03:36:56 +00:00

opt_clean: refactor

This commit is contained in:
Emil J. Tywoniak 2026-02-24 01:07:43 +01:00
parent 723258de2d
commit 90bd16f600

View file

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