From 72de51a1b05987375dffb7aafe5a25e4e01f6130 Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Sun, 21 Sep 2025 01:10:14 -0700 Subject: [PATCH] Smallfix --- passes/opt/opt_dff.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passes/opt/opt_dff.cc b/passes/opt/opt_dff.cc index 799bd67b7..fcd5e0810 100644 --- a/passes/opt/opt_dff.cc +++ b/passes/opt/opt_dff.cc @@ -704,7 +704,7 @@ struct OptDffWorker new_val_srst_builder.push_back(val_srst[j]); } new_ff.val_srst = new_val_srst_builder.build(); - ctrl_t srst = combine_resets(it.first, ff.is_fine); + ctrl_t srst = combine_resets(it.first, ff.is_fine, module, cell); new_ff.has_srst = true; new_ff.sig_srst = srst.first;