14 lines
169 B
Verilog
14 lines
169 B
Verilog
// generated by newgenasym Fri Oct 24 13:54:31 2014
|
|
|
|
|
|
module csmd0805 (a, b);
|
|
input [0:0] a;
|
|
output [0:0] b;
|
|
|
|
|
|
initial
|
|
begin
|
|
end
|
|
|
|
endmodule
|