mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Added RTLIL::Const::size()
This commit is contained in:
		
							parent
							
								
									a1c7d4a8e2
								
							
						
					
					
						commit
						be44157c0f
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -440,6 +440,8 @@ struct RTLIL::Const
 | 
			
		|||
	std::string as_string() const;
 | 
			
		||||
 | 
			
		||||
	std::string decode_string() const;
 | 
			
		||||
 | 
			
		||||
	inline int size() const { return bits.size(); }
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct RTLIL::Selection
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue