mirror of https://github.com/YosysHQ/yosys.git
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:
parent
d097e536f2
commit
e73c15750c
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue