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