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