mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-19 05:35:47 +00:00
Fixed no sources log error to only output error if node_retention mode is on
This commit is contained in:
parent
0e0740a3a0
commit
43027720d2
1 changed files with 1 additions and 1 deletions
|
|
@ -1483,7 +1483,7 @@ void AbcModuleState::extract(AbcSigMap &assign_map, dict<SigSpec, std::string> &
|
|||
}
|
||||
}
|
||||
wire->add_strpool_attribute(ID::src, src_pool);
|
||||
} else {
|
||||
} else if (run_abc.config.abc_node_retention) {
|
||||
log_error("No node retention sources found for wire %s\n", w->name.c_str());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue