14 lines
169 B
Verilog
14 lines
169 B
Verilog
// generated by newgenasym Thu Aug 12 11:34:28 2010
|
|
|
|
|
|
module rsmd0805 (a, b);
|
|
input [0:0] a;
|
|
output [0:0] b;
|
|
|
|
|
|
initial
|
|
begin
|
|
end
|
|
|
|
endmodule
|