Tubii_Tk2/Parts/parts/misc/foxclock/entity/verilog.v
2015-03-18 18:31:37 -04:00

17 lines
230 B
Verilog

// generated by newgenasym Wed Mar 18 18:31:10 2015
module foxclock (ed, gnd, out, \out* , vdd);
input ed;
input gnd;
output out;
output \out* ;
input vdd;
initial
begin
end
endmodule