blob: b8e2fa0080607f425c2c2c12bc832960a3e91a13 [file] [log] [blame]
`celldefine
`timescale 1ns / 1ps
module scs8lp_decap_6 (
`ifdef SC_USE_PG_PIN
input vpwr,
input vgnd,
input vpb,
input vnb
`endif
);
`ifdef functional
`else
`ifdef SC_USE_PG_PIN
`else
supply1 vpwr;
supply0 vgnd;
supply1 vpb;
supply0 vnb;
`endif
`endif
endmodule
`endcelldefine