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

16 lines
202 B
Verilog

// generated by newgenasym Tue Oct 07 16:09:43 2014
module adg1208 (a, d, en, s);
input [2:0] a;
output d;
input en;
inout [7:0] s;
initial
begin
end
endmodule