mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	Add (* abc_arrival=<int> *) doc
This commit is contained in:
		
							parent
							
								
									343039496b
								
							
						
					
					
						commit
						4cd1d21bfe
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -414,6 +414,11 @@ Verilog Attributes and non-standard features
 | 
			
		|||
  `abc9` to preserve the integrity of carry-chains. Specifying this attribute
 | 
			
		||||
  onto a bus port will affect only its most significant bit.
 | 
			
		||||
 | 
			
		||||
- The port attribute ``abc_arrival`` specifies an integer (for output ports
 | 
			
		||||
  only) to be used as the arrival time of this sequential port. It can be used,
 | 
			
		||||
  for example, to specify the clk-to-Q delay of a flip-flop for consideration
 | 
			
		||||
  during techmapping.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
Non-standard or SystemVerilog features for formal verification
 | 
			
		||||
==============================================================
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue