mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Added 2 bits to C to initialize properly
This commit is contained in:
		
							parent
							
								
									33933dd6b0
								
							
						
					
					
						commit
						9fb3382ec3
					
				@ -72,7 +72,7 @@ module sotfc2(
 | 
				
			|||||||
  //  Use this otfc for division and square root.
 | 
					  //  Use this otfc for division and square root.
 | 
				
			||||||
  logic [`DIVb:0] CExt;
 | 
					  logic [`DIVb:0] CExt;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  assign CExt = {1'b1, C[`DIVb-1:0]};
 | 
					  assign CExt = C[`DIVb:0]; // {1'b1, C[`DIVb-1:0]};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  always_comb begin
 | 
					  always_comb begin
 | 
				
			||||||
    if (sp) begin
 | 
					    if (sp) begin
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user