mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Docs: Test $alu with v2 help format
This commit is contained in:
		
							parent
							
								
									600149a824
								
							
						
					
					
						commit
						4662476ec8
					
				
					 1 changed files with 3 additions and 6 deletions
				
			
		|  | @ -621,15 +621,12 @@ endmodule | ||||||
| 
 | 
 | ||||||
| // --------------------------------------------------------
 | // --------------------------------------------------------
 | ||||||
| 
 | 
 | ||||||
| //  |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
 | //* ver 2
 | ||||||
| //-
 | //* short_desc Arithmetic logic unit
 | ||||||
| //-     $alu (A, B, CI, BI, X, Y, CO)
 |  | ||||||
| //-
 |  | ||||||
| //- Arithmetic logic unit.
 |  | ||||||
| //- A building block supporting both binary addition/subtraction operations, and
 | //- A building block supporting both binary addition/subtraction operations, and
 | ||||||
| //- indirectly, comparison operations.
 | //- indirectly, comparison operations.
 | ||||||
| //- Typically created by the `alumacc` pass, which transforms:
 | //- Typically created by the `alumacc` pass, which transforms:
 | ||||||
| //-   $add, $sub, $lt, $le, $ge, $gt, $eq, $eqx, $ne, $nex
 | //- $add, $sub, $lt, $le, $ge, $gt, $eq, $eqx, $ne, $nex
 | ||||||
| //- cells into this $alu cell.
 | //- cells into this $alu cell.
 | ||||||
| //-
 | //-
 | ||||||
| module \$alu (A, B, CI, BI, X, Y, CO); | module \$alu (A, B, CI, BI, X, Y, CO); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue