prjxray/fuzzers/007-timing/bel/top.v

6 lines
64 B
Coq
Raw Normal View History

module top(input di, output do);
assign do = di;
endmodule