mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	Merge pull request #4827 from aerkiaga/main
Update ALU MULT mode in gowin to match nextpnr
This commit is contained in:
		
						commit
						bf96ed322d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1005,7 +1005,7 @@ always @* begin
 | 
			
		|||
			C = I0;
 | 
			
		||||
		end
 | 
			
		||||
		MULT: begin
 | 
			
		||||
			S = I0 & I1;
 | 
			
		||||
			S = (I0 & I1) ^ I3;
 | 
			
		||||
			C = I0 & I1;
 | 
			
		||||
		end
 | 
			
		||||
	endcase
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue