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

16 lines
216 B
Verilog

// generated by newgenasym Mon Oct 20 17:01:19 2014
module pot (a, b, c);
parameter size = 1;
inout [size-1:0] a;
inout [size-1:0] b;
inout c;
initial
begin
end
endmodule