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

14 lines
163 B
Verilog

// generated by newgenasym Mon Sep 13 13:50:11 2010
module led_small (an, cat);
inout an;
inout cat;
initial
begin
end
endmodule