mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	Merge pull request #4581 from YosysHQ/emil/ff-clk-comment
ff: improve comments
This commit is contained in:
		
						commit
						73a2d35f81
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		|  | @ -131,9 +131,11 @@ struct FfData { | |||
| 	bool is_fine; | ||||
| 	// True if this FF is an $anyinit cell.  Depends on has_gclk.
 | ||||
| 	bool is_anyinit; | ||||
| 	// Polarities, corresponding to sig_*.  True means active-high, false
 | ||||
| 	// means active-low.
 | ||||
| 	// Polarities, corresponding to sig_*.
 | ||||
| 	// True means rising edge, false means falling edge.
 | ||||
| 	bool pol_clk; | ||||
| 	// True means active-high, false
 | ||||
| 	// means active-low.
 | ||||
| 	bool pol_ce; | ||||
| 	bool pol_aload; | ||||
| 	bool pol_arst; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue