blob: 2103eb64cf1ea63e247d135f02c21daa02c23b53 [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_nor4bb_4 ( Y , A , B , CN , DN , vpwr , vgnd );
input vpwr, vgnd;
output Y ;
input A , B , CN , DN ;
wire Y , A , B , CN ;
wire DN , csi_opt_278 ;
`ifdef functional
`else
reg csi_notifier;
specify
(A -=> Y) = (0:0:0,0:0:0);
(B -=> Y) = (0:0:0,0:0:0);
(CN +=> Y) = (0:0:0,0:0:0);
(DN +=> Y) = (0:0:0,0:0:0);
endspecify
`endif
nor ( csi_opt_278 , A , B ) ;
and ( UDP_IN_Y , csi_opt_278 , CN , DN ) ;
U_VPWR_VGND (UDP_OUT_Y, UDP_IN_Y, vpwr, vgnd) ;
buf (Y, UDP_OUT_Y) ;
endmodule
`endcelldefine
`disable_portfaults
`nosuppress_faults