3
0
Fork 0
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:
Stan Lee 2026-04-01 09:21:02 -07:00
parent 286303deca
commit 91345c2283
2 changed files with 14 additions and 11 deletions

View file

@ -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