Sign in
foss-fpga-tools
/
prjxray
/
780b7e4d09c641a94d7cc6ced1fe26a6539042d7
/
.
/
minitests
/
pip-switchboxes
/
top.v
blob: bd6e8da8dd245b8d00820b8d5a0d6b533738d8a2 [
file
]
module
top
(
input a
,
b
,
c
,
output x
,
y
,
z
);
assign x
=
a
,
y
=
b
,
z
=
c
;
endmodule