module PP___B ( C, B ); // U U input C; output B; // Emitter follower: DE // Drawing 729891, production drawing 371375. assign B = C; endmodule