module JJVN_A ( D, A ); // U T input D; output A; // CTDL high speed one way NPN two loads: C // Drawing 739877, production drawing 371588 // Max delay usec // turn on 0.20 // turn off 0.30 assign A = ~D; endmodule