// this file is generated by topld.pl // please don't edit it. // input pins // output pins // internal nodes // code nodes // equations // c1: c_us // c2: c_us // c3: c_us // c4: c_us // e1: sn7440 module m360b (n_t_10x, n_t_12x, n_t_11x, n_t_13x, n_t_17x, n_t_18x, n_t_21x, n_t_22x, n_t_2x, n_t_5x); input n_t_10x; input n_t_12x; output n_t_11x; output n_t_13x; output n_t_17x; output n_t_18x; output n_t_21x; input n_t_22x; input n_t_2x; output n_t_5x; assign n_t_13x = n_t_12x; assign n_t_5x = ~(n_t_22x & n_t_2x); // e2: sn7400 assign n_t_11x = ~(n_t_10x & ~n_t_12x); // open collector 'wire-or's endmodule