15 lines
171 B
Verilog
15 lines
171 B
Verilog
// generated by newgenasym Tue May 18 12:06:22 2010
|
|
|
|
|
|
module mrf5943 (b, c, e);
|
|
input b;
|
|
inout c;
|
|
inout e;
|
|
|
|
|
|
initial
|
|
begin
|
|
end
|
|
|
|
endmodule
|