mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	alu formatting
This commit is contained in:
		
							parent
							
								
									b33b0afc77
								
							
						
					
					
						commit
						20af58cdd4
					
				@ -80,7 +80,6 @@ module alu #(parameter WIDTH=32) (
 | 
				
			|||||||
    assign CondMaskB = (Mask) ? MaskB : B;
 | 
					    assign CondMaskB = (Mask) ? MaskB : B;
 | 
				
			||||||
  end else assign CondMaskB = B;
 | 
					  end else assign CondMaskB = B;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
					 | 
				
			||||||
  if (WIDTH == 64) begin
 | 
					  if (WIDTH == 64) begin
 | 
				
			||||||
    mux3 #(1) signmux(A[63], A[31], 1'b0, {~SubArith, W64}, shSignA);
 | 
					    mux3 #(1) signmux(A[63], A[31], 1'b0, {~SubArith, W64}, shSignA);
 | 
				
			||||||
    mux3 #(64) extendmux({{32{1'b0}}, A[31:0]},{{32{A[31]}}, A[31:0]}, A,{~W64, SubArith}, CondExtA);
 | 
					    mux3 #(64) extendmux({{32{1'b0}}, A[31:0]},{{32{A[31]}}, A[31:0]}, A,{~W64, SubArith}, CondExtA);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user