Sign in
foss-fpga-tools
/
symbiflow-arch-defs
/
refs/heads/bot-conda-lock-update
/
.
/
tests
/
1-wire
/
wire.v
blob: cc31cbedd5585ce9932c3767f621f88858124b00 [
file
] [
log
] [
blame
] [
edit
]
module
top
(
input
in
,
output
out
);
assign
out
=
in
;
endmodule
// top