mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-07 15:55:47 +00:00
Updates
This commit is contained in:
commit
6be73e5c2e
12 changed files with 691 additions and 39 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue