mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-30 19:22:31 +00:00 
			
		
		
		
	Verific workaround for VIPER ticket 13851
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
		
							parent
							
								
									ce3dc3e01d
								
							
						
					
					
						commit
						0899a53bee
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		|  | @ -1800,6 +1800,9 @@ struct VerificPass : public Pass { | |||
| 		RuntimeFlags::SetVar("veri_extract_multiport_rams", 1); | ||||
| 		RuntimeFlags::SetVar("db_infer_wide_operators", 1); | ||||
| 
 | ||||
| 		// Workaround for VIPER #13851
 | ||||
| 		RuntimeFlags::SetVar("veri_create_name_for_unnamed_gen_block", 1); | ||||
| 
 | ||||
| 		// WARNING: instantiating unknown module 'XYZ' (VERI-1063)
 | ||||
| 		Message::SetMessageType("VERI-1063", VERIFIC_ERROR); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue