mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	verific: don't try to import attributes from nullptr
This commit is contained in:
		
							parent
							
								
									c11744b4ef
								
							
						
					
					
						commit
						5fb1264db5
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -264,6 +264,9 @@ static const std::string verific_unescape(const char *value)
 | 
			
		|||
 | 
			
		||||
void VerificImporter::import_attributes(dict<RTLIL::IdString, RTLIL::Const> &attributes, DesignObj *obj, Netlist *nl)
 | 
			
		||||
{
 | 
			
		||||
	if (!obj)
 | 
			
		||||
		return;
 | 
			
		||||
 | 
			
		||||
	MapIter mi;
 | 
			
		||||
	Att *attr;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue