Update ALU MULT mode in gowin to match nextpnr
This commit is contained in:
@@ -1005,7 +1005,7 @@ always @* begin
|
||||
C = I0;
|
||||
end
|
||||
MULT: begin
|
||||
S = I0 & I1;
|
||||
S = (I0 & I1) ^ I3;
|
||||
C = I0 & I1;
|
||||
end
|
||||
endcase
|
||||
|
||||
Reference in New Issue
Block a user