@@ -0,0 +1,6 @@
module alu (S, A, B);
output [31:0] S;
input [31:0] A, B;
xor N[31:0] (S, A, B);
endmodule
The note is not visible to the blocked user.