mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	rtlil: Fix Const hashing omission
				
					
				
			This commit is contained in:
		
							parent
							
								
									4b99db0b73
								
							
						
					
					
						commit
						f5013d035e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -712,7 +712,7 @@ struct RTLIL::Const
 | 
			
		|||
	inline unsigned int hash() const {
 | 
			
		||||
		unsigned int h = mkhash_init;
 | 
			
		||||
		for (auto b : bits)
 | 
			
		||||
			mkhash(h, b);
 | 
			
		||||
			h = mkhash(h, b);
 | 
			
		||||
		return h;
 | 
			
		||||
	}
 | 
			
		||||
};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue