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

15 lines
168 B
Verilog

// generated by newgenasym Mon Jul 14 18:25:29 2014
module f08 (a, b, o);
input a;
input b;
output o;
initial
begin
end
endmodule