mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 19:52:31 +00:00 
			
		
		
		
	Update to latest verific
This commit is contained in:
		
							parent
							
								
									7a25246a7e
								
							
						
					
					
						commit
						987fca5297
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -56,7 +56,7 @@ USING_YOSYS_NAMESPACE | ||||||
| #  error "Only YosysHQ flavored Verific is supported. Please contact office@yosyshq.com for commercial support for Yosys+Verific." | #  error "Only YosysHQ flavored Verific is supported. Please contact office@yosyshq.com for commercial support for Yosys+Verific." | ||||||
| #endif | #endif | ||||||
| 
 | 
 | ||||||
| #if YOSYSHQ_VERIFIC_API_VERSION < 20210602 | #if YOSYSHQ_VERIFIC_API_VERSION < 20210603 | ||||||
| #  error "Please update your version of YosysHQ flavored Verific." | #  error "Please update your version of YosysHQ flavored Verific." | ||||||
| #endif | #endif | ||||||
| 
 | 
 | ||||||
|  | @ -1961,7 +1961,7 @@ 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()); | ||||||
| 
 | 
 | ||||||
| 	InitialAssertions::Rewrite("work"); | 	InitialAssertions::Rewrite("work", &verific_params); | ||||||
| 
 | 
 | ||||||
| 	if (top.empty()) { | 	if (top.empty()) { | ||||||
| 		netlists = hier_tree::ElaborateAll(&veri_libs, &vhdl_libs, &verific_params); | 		netlists = hier_tree::ElaborateAll(&veri_libs, &vhdl_libs, &verific_params); | ||||||
|  | @ -2847,7 +2847,7 @@ struct VerificPass : public Pass { | ||||||
| 
 | 
 | ||||||
| 			std::set<std::string> top_mod_names; | 			std::set<std::string> top_mod_names; | ||||||
| 
 | 
 | ||||||
| 			InitialAssertions::Rewrite(work); | 			InitialAssertions::Rewrite(work, ¶meters); | ||||||
| 
 | 
 | ||||||
| 			if (mode_all) | 			if (mode_all) | ||||||
| 			{ | 			{ | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue