mirror of https://github.com/YosysHQ/yosys.git
Fixed log to log_error
This commit is contained in:
parent
2f3ed06b9b
commit
d097e536f2
|
|
@ -1485,7 +1485,7 @@ void AbcModuleState::extract(AbcSigMap &assign_map, dict<SigSpec, std::string> &
|
|||
}
|
||||
wire->add_strpool_attribute(ID::src, src_pool);
|
||||
} else {
|
||||
log("No node retention sources found for wire %s\n", w->name.c_str());
|
||||
log_error("No node retention sources found for wire %s\n", w->name.c_str());
|
||||
}
|
||||
|
||||
if (markgroups) wire->attributes[ID::abcgroup] = map_autoidx;
|
||||
|
|
|
|||
Loading…
Reference in New Issue