Sign in
foss-fpga-tools
/
third_party
/
yosys
/
32f0296df1b97ff5b3bcc442ac38f27a786947d6
/
.
/
manual
/
PRESENTATION_ExSyn
/
opt_02.v
blob: 762fc1a89931d644535a2bc801c67d96f96a5caa [
file
]
module
test
(
input A
,
output Y
,
Z
);
assign Y
=
A
==
A
,
Z
=
A
!=
A
;
endmodule