From bcf71dea85598fb29345cf5e800bb5b6b682e958 Mon Sep 17 00:00:00 2001 From: Stan Lee Date: Fri, 13 Mar 2026 11:15:46 -0700 Subject: [PATCH] dump the number of scopes/signals in the search space --- kernel/fstdata.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/fstdata.cc b/kernel/fstdata.cc index c1d56e353..69745bc61 100644 --- a/kernel/fstdata.cc +++ b/kernel/fstdata.cc @@ -399,7 +399,7 @@ int FstData::getWidth(fstHandle signal) // Auto-discover scope from FST by finding the top module std::string FstData::autoScope(Module *topmod) { - log("Auto-discovering scopes from file...\n"); + log("Auto-discovering scopes from %d candidates...\n", GetSize(handle_to_var)); std::string top = RTLIL::unescape_id(topmod->name); std::string scope = "";