mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Restored IdString::check()
This commit is contained in:
		
							parent
							
								
									d8300d1fb8
								
							
						
					
					
						commit
						ec167350b4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -101,7 +101,7 @@ namespace RTLIL
 | 
			
		|||
			return std::string(*this) < std::string(rhs);
 | 
			
		||||
		}
 | 
			
		||||
		void check() const {
 | 
			
		||||
			//assert(empty() || (size() >= 2 && (at(0) == '$' || at(0) == '\\')));
 | 
			
		||||
			assert(empty() || (size() >= 2 && (at(0) == '$' || at(0) == '\\')));
 | 
			
		||||
		}
 | 
			
		||||
	};
 | 
			
		||||
#endif
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue