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