Sign in
foss-fpga-tools
/
third_party
/
yosys
/
0f6269b04c4a5f44b62021759507bcbe61a7c8d7
/
.
/
manual
/
PRESENTATION_ExSyn
/
opt_03.v
blob: 134161bb80a16b2fbfbd5296eda28476f3baff4f [
file
]
module
test
(
input
[
3
:
0
]
A
,
B
,
output
[
3
:
0
]
Y
,
Z
);
assign Y
=
A
+
B
,
Z
=
B
+
A
;
endmodule