mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
ignore not found private signals
This commit is contained in:
parent
f0f3c81c56
commit
cb12b7c4d8
2 changed files with 4 additions and 2 deletions
|
@ -42,8 +42,7 @@ fstHandle FstData::getHandle(std::string name) {
|
|||
if (name_to_handle.find(name) != name_to_handle.end())
|
||||
return name_to_handle[name];
|
||||
else
|
||||
log_warning("Unable to found wire %s in input file.\n", name.c_str());
|
||||
return 0;
|
||||
return 0;
|
||||
};
|
||||
|
||||
static std::string remove_spaces(std::string str)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue