blob: f0e9cf642445b1829fa9d5e2c8a9e16883be5676 [file] [log] [blame]
`celldefine
`suppress_faults
`enable_portfaults
`ifdef TETRAMAX
`define functional
`endif
`ifdef functional
`timescale 1ns / 1ps
`ifndef dont_change_delay_mode // See CDT 66389 for detail on dont_change_delay_mode
`delay_mode_distributed
`endif
`ifndef dont_change_delay_mode // See CDT 66389 for detail on dont_change_delay_mode
`delay_mode_unit
`endif
`else
`timescale 1ns / 1ps
`ifndef dont_change_delay_mode // See CDT 66389 for detail on dont_change_delay_mode
`delay_mode_path
`endif
`endif
module scs8hs_a2bb2o_2 ( X , A1N , A2N , B1 , B2 , vpwr , vgnd );
input vpwr, vgnd;
output X ;
input A1N , A2N , B1 , B2 ;
wire X , A1N , A2N , B1 ;
wire B2 , csi_opt_273, csi_opt_274 ;
`ifdef functional
`else
reg csi_notifier;
specify
if ((!A2N&!B1&!B2)) (A1N -=> X) = (0:0:0,0:0:0);
if ((!A2N&!B1&B2)) (A1N -=> X) = (0:0:0,0:0:0);
if ((!A2N&B1&!B2)) (A1N -=> X) = (0:0:0,0:0:0);
if ((!A1N&!B1&!B2)) (A2N -=> X) = (0:0:0,0:0:0);
if ((!A1N&!B1&B2)) (A2N -=> X) = (0:0:0,0:0:0);
if ((!A1N&B1&!B2)) (A2N -=> X) = (0:0:0,0:0:0);
if ((!A1N&A2N&B2)) (B1 +=> X) = (0:0:0,0:0:0);
if ((A1N&!A2N&B2)) (B1 +=> X) = (0:0:0,0:0:0);
if ((A1N&A2N&B2)) (B1 +=> X) = (0:0:0,0:0:0);
if ((!A1N&A2N&B1)) (B2 +=> X) = (0:0:0,0:0:0);
if ((A1N&!A2N&B1)) (B2 +=> X) = (0:0:0,0:0:0);
if ((A1N&A2N&B1)) (B2 +=> X) = (0:0:0,0:0:0);
endspecify
`endif
and ( csi_opt_273 , B1 , B2 ) ;
nor ( csi_opt_274 , A1N , A2N ) ;
or ( UDP_IN_X , csi_opt_274 , csi_opt_273 ) ;
U_VPWR_VGND (UDP_OUT_X, UDP_IN_X, vpwr, vgnd) ;
buf (X, UDP_OUT_X) ;
endmodule
`endcelldefine
`disable_portfaults
`nosuppress_faults