mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-17 04:35:44 +00:00
Lack of node retention should only be a warning
This commit is contained in:
parent
f8a095e404
commit
e81b5b810d
1 changed files with 1 additions and 1 deletions
|
|
@ -1485,7 +1485,7 @@ void AbcModuleState::extract(AbcSigMap &assign_map, dict<SigSpec, std::string> &
|
|||
}
|
||||
wire->add_strpool_attribute(ID::src, src_pool);
|
||||
} else if (run_abc.config.abc_node_retention) {
|
||||
log_error("No node retention sources found for wire %s\n", w->name.c_str());
|
||||
log_warning("No node retention sources found for wire %s\n", w->name.c_str());
|
||||
}
|
||||
|
||||
if (markgroups) wire->attributes[ID::abcgroup] = map_autoidx;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue