module AM___G ( E, H, G ); // N P P input E; output H, G; // Alloy - one way "N" block: C // Drawing 729808, production drawing 371203 // Max delay usec // turn on 0.35 // turn off 0.35 assign H = ~E; assign G = E; endmodule