From e73c15750cd5943cdb0ad82232af72e4d746fec4 Mon Sep 17 00:00:00 2001 From: Advay Singh <144560982+AdvaySingh1@users.noreply.github.com> Date: Tue, 3 Feb 2026 08:38:07 -0800 Subject: [PATCH] Update passes/techmap/abc.cc for WARNING: Source wire not Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- passes/techmap/abc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passes/techmap/abc.cc b/passes/techmap/abc.cc index fd53a9193..de551ba5f 100644 --- a/passes/techmap/abc.cc +++ b/passes/techmap/abc.cc @@ -1480,7 +1480,7 @@ void AbcModuleState::extract(AbcSigMap &assign_map, dict & src_pool.insert(sig2src[orig_sigmap(orig_wire)]); src_pool.insert(orig_wire->get_src_attribute().c_str()); } else { - log("WARNING: Source wire not found"); + log("WARNING: Source wire not found for %s\n", src_node.c_str()); } } wire->add_strpool_attribute(ID::src, src_pool);