mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	Do not map $eq and $ne in cmp2lut, only proper arithmetic cmp
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
		
							parent
							
								
									1d148491c5
								
							
						
					
					
						commit
						362f4f996d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -7,7 +7,7 @@
 | 
			
		|||
// with n <= k inputs should be techmapped in this way, because this shortens the critical path
 | 
			
		||||
// from n to 1 by avoiding carry chains.
 | 
			
		||||
 | 
			
		||||
(* techmap_celltype = "$eq $ne $lt $le $gt $ge" *)
 | 
			
		||||
(* techmap_celltype = "$lt $le $gt $ge" *)
 | 
			
		||||
module _90_lut_cmp_ (A, B, Y);
 | 
			
		||||
 | 
			
		||||
parameter A_SIGNED = 0;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue