Sign in
foss-fpga-tools
/
third_party
/
yosys
/
cd44826d5026316d9b44ae33c1fcf0d8faf550c4
/
.
/
manual
/
PRESENTATION_ExAdv
/
mymul_test.v
blob: 620a06d9e5314b2c0fc6d42c69bfc87274c1fcae [
file
]
module
test
(
A
,
B
,
Y
);
input
[
1
:
0
]
A
,
B
;
output
[
1
:
0
]
Y
=
A
*
B
;
endmodule