aboutsummaryrefslogtreecommitdiffstats
path: root/manual/PRESENTATION_ExAdv/generated by cgit v1.2.3 (git 2.25.1) at 2025-09-02 08:33:33 +0000
ass='blob'>
1
2
3
4
5
module test (A, B, X, Y);
input [7:0] A, B;
output [7:0] X = A + B;
output [7:0] Y = A + A;
endmodule