mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 19:52:31 +00:00 
			
		
		
		
	Merge pull request #4734 from mikesinouye/verific
Fix bug when setting Verific runtime string flags.
This commit is contained in:
		
						commit
						bbb6bbd12a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -4184,7 +4184,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