mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-23 15:42:32 +00:00
warning msg and address spaces
This commit is contained in:
parent
286303deca
commit
91345c2283
2 changed files with 14 additions and 11 deletions
|
|
@ -236,6 +236,9 @@ void FstData::extractVarNames()
|
|||
int array_index = std::stoi(index_str);
|
||||
array_indices.push_back(array_index);
|
||||
}
|
||||
} else {
|
||||
log_warning("Error parsing array index in : %s\n", full_name.c_str());
|
||||
break;
|
||||
}
|
||||
|
||||
// Move to next opening bracket
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue