Update passes/techmap/abc.cc for WARNING: Source wire not

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Advay Singh 2026-02-03 08:38:07 -08:00 committed by GitHub
parent d097e536f2
commit e73c15750c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1480,7 +1480,7 @@ void AbcModuleState::extract(AbcSigMap &assign_map, dict<SigSpec, std::string> &
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);