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