mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	xilinx: add delays to INV
This commit is contained in:
		
							parent
							
								
									6bb3d9f9c0
								
							
						
					
					
						commit
						3b74e0fa45
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -160,6 +160,9 @@ module INV(
 | 
			
		|||
    input I
 | 
			
		||||
);
 | 
			
		||||
  assign O = !I;
 | 
			
		||||
  specify
 | 
			
		||||
    (I => O) = 127;
 | 
			
		||||
  endspecify
 | 
			
		||||
endmodule
 | 
			
		||||
 | 
			
		||||
(* abc9_lut=1 *)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue