prjxray/fuzzers/piplist.v

4 lines
57 B
Coq
Raw Normal View History

module top (input i, output o);
assign o = i;
endmodule