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

14 lines
157 B
Verilog

// generated by newgenasym Mon Sep 13 13:45:22 2010
module csmd1206 (a, b);
input a;
output b;
initial
begin
end
endmodule