blob: 05a3b3f7e4d1fa2a3f028f009fc2789e1139d4a8 [file] [log] [blame]
`celldefine
`timescale 1ns / 1ps
module scs8lp_tap_2 (
`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