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