Tubii_Tk2/Parts/parts/standard/ctap/entity/verilog.v
2015-02-27 19:09:38 -05:00

14 lines
153 B
Verilog

// generated by newgenasym Tue May 18 12:00:47 2010
module ctap (b, s);
input b;
output s;
initial
begin
end
endmodule