mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Final small fix
This commit is contained in:
		
							parent
							
								
									ea690a9dfe
								
							
						
					
					
						commit
						49e025bd48
					
				| @ -24,7 +24,7 @@ | ||||
| ////////////////////////////////////////////////////////////////////////////////////////////////
 | ||||
| 
 | ||||
| module lzc #(parameter WIDTH = 1) ( | ||||
|   input  logic [WIDTH-1:0]            num,     // number to count the leading zeroes of
 | ||||
|   input  logic [WIDTH-1:0]            num,    // number to count the leading zeroes of
 | ||||
|   output logic [$clog2(WIDTH+1)-1:0]  ZeroCnt // the number of leading zeroes
 | ||||
| ); | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user