module PP___A ( D, A ); // U U input D; output A; // Emitter follower: DE // Drawing 729891, production drawing 371375. assign A = D; endmodule