3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-05-07 15:55:47 +00:00
This commit is contained in:
Akash Levy 2024-11-15 19:02:06 -08:00
commit 6be73e5c2e
12 changed files with 691 additions and 39 deletions

View file

@ -4306,7 +4306,7 @@ struct VerificPass : public Pass {
}
if (v[0] == '"') {
std::string s = v.substr(1, GetSize(v)-2);
RuntimeFlags::SetStringVar(k.c_str(), v.c_str());
RuntimeFlags::SetStringVar(k.c_str(), s.c_str());
goto check_error;
}
char *endptr;