mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	verific: fix crash when using prep right after read
This commit is contained in:
		
							parent
							
								
									4fa4161aa6
								
							
						
					
					
						commit
						06a9c7499a
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		|  | @ -2248,6 +2248,9 @@ void verific_import(Design *design, const std::map<std::string,std::string> &par | ||||||
| 	for (const auto &i : parameters) | 	for (const auto &i : parameters) | ||||||
| 		verific_params.Insert(i.first.c_str(), i.second.c_str()); | 		verific_params.Insert(i.first.c_str(), i.second.c_str()); | ||||||
| 
 | 
 | ||||||
|  | 	YosysStreamCallBackHandler cb; | ||||||
|  | 	veri_file::RegisterCallBackVerificStream(&cb); | ||||||
|  | 
 | ||||||
| #ifdef YOSYSHQ_VERIFIC_EXTENSIONS | #ifdef YOSYSHQ_VERIFIC_EXTENSIONS | ||||||
| 	VerificExtensions::ElaborateAndRewrite("work", &verific_params); | 	VerificExtensions::ElaborateAndRewrite("work", &verific_params); | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue