Sign in
foss-fpga-tools
/
third_party
/
yosys
/
a834cfa50ac9a22621691c9e3c6304e5faabef98
/
.
/
manual
/
PRESENTATION_ExAdv
/
red_or3x1_test.v
blob: bcdd32cbf81655a70629679675181215b5e1b9d7 [
file
]
module
test
(
A
,
Y
);
input
[
6
:
0
]
A
;
output Y
;
assign Y
=
|
A
;
endmodule