mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	Change "ne" to "neq" in btor2 output
we need to do this because they changed the parser:
e97fc9ceda
Signed-off-by: Clifford Wolf <clifford@clifford.at>
			
			
This commit is contained in:
		
							parent
							
								
									ea2a21445e
								
							
						
					
					
						commit
						148caecca3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -340,7 +340,7 @@ struct BtorWorker
 | 
			
		|||
			if (cell->type == "$lt") btor_op = "lt";
 | 
			
		||||
			if (cell->type == "$le") btor_op = "lte";
 | 
			
		||||
			if (cell->type.in("$eq", "$eqx")) btor_op = "eq";
 | 
			
		||||
			if (cell->type.in("$ne", "$nex")) btor_op = "ne";
 | 
			
		||||
			if (cell->type.in("$ne", "$nex")) btor_op = "neq";
 | 
			
		||||
			if (cell->type == "$ge") btor_op = "gte";
 | 
			
		||||
			if (cell->type == "$gt") btor_op = "gt";
 | 
			
		||||
			log_assert(!btor_op.empty());
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue