14 lines
169 B
Verilog
14 lines
169 B
Verilog
// generated by newgenasym Mon Sep 13 13:16:51 2010
|
|
|
|
|
|
module tant0805 (a, b);
|
|
input [0:0] a;
|
|
output [0:0] b;
|
|
|
|
|
|
initial
|
|
begin
|
|
end
|
|
|
|
endmodule
|