mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Enable Verific flag veri_elaborate_top_level_modules_having_interface_ports, fixes #1055
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
		
							parent
							
								
									0df8a3b461
								
							
						
					
					
						commit
						2faa1d0e80
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
					@ -2016,6 +2016,9 @@ struct VerificPass : public Pass {
 | 
				
			||||||
			// WARNING: instantiating unknown module 'XYZ' (VERI-1063)
 | 
								// WARNING: instantiating unknown module 'XYZ' (VERI-1063)
 | 
				
			||||||
			Message::SetMessageType("VERI-1063", VERIFIC_ERROR);
 | 
								Message::SetMessageType("VERI-1063", VERIFIC_ERROR);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
								// https://github.com/YosysHQ/yosys/issues/1055
 | 
				
			||||||
 | 
								RuntimeFlags::SetVar("veri_elaborate_top_level_modules_having_interface_ports", 1) ;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifndef DB_PRESERVE_INITIAL_VALUE
 | 
					#ifndef DB_PRESERVE_INITIAL_VALUE
 | 
				
			||||||
#  warning Verific was built without DB_PRESERVE_INITIAL_VALUE.
 | 
					#  warning Verific was built without DB_PRESERVE_INITIAL_VALUE.
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue