code stringlengths 35 6.69k | score float64 6.5 11.5 |
|---|---|
module sky130_fd_sc_hvl__fill_2 ();
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hvl__fill base ();
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__fill_4 (
VPWR,
VGND,
VPB,
VNB
);
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hvl__fill base (
.VPWR(VPWR),
.VGND(VGND),
.VPB (VPB),
.VNB (VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__fill_4 ();
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hvl__fill base ();
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__fill_8 (
VPWR,
VGND,
VPB,
VNB
);
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hvl__fill base (
.VPWR(VPWR),
.VGND(VGND),
.VPB (VPB),
.VNB (VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__fill_8 ();
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hvl__fill base ();
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__inv (
Y,
A,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output Y;
input A;
input VPWR;
input VGND;
input VPB;
input VNB;
// Local signals
wire not0_out_Y;
wire pwrgood_pp0_out_Y;
// Name Output Other arguments
not not0 (not0_out_Y, A);
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 (
pwrgood_pp0_out_Y,
not0_out_Y,
VPWR,
VGND
);
buf buf0 (Y, pwrgood_pp0_out_Y);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__inv (
Y,
A
);
// Module ports
output Y;
input A;
// Module supplies
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
// Local signals
wire not0_out_Y;
// Name Output Other arguments
not not0 (not0_out_Y, A);
buf buf0 (Y, not0_out_Y);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__inv (
Y,
A
);
output Y;
input A;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__inv (
Y,
A,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output Y;
input A;
input VPWR;
input VGND;
input VPB;
input VNB;
// Local signals
wire not0_out_Y;
wire pwrgood_pp0_out_Y;
// Name Output Other arguments
not not0 (not0_out_Y, A);
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 (
pwrgood_pp0_out_Y,
not0_out_Y,
VPWR,
VGND
);
buf buf0 (Y, pwrgood_pp0_out_Y);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__inv (
Y,
A
);
// Module ports
output Y;
input A;
// Local signals
wire not0_out_Y;
// Name Output Other arguments
not not0 (not0_out_Y, A);
buf buf0 (Y, not0_out_Y);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__inv (
Y,
A,
VPWR,
VGND,
VPB,
VNB
);
output Y;
input A;
input VPWR;
input VGND;
input VPB;
input VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__inv (
//# {{data|Data Signals}}
input A,
output Y,
//# {{power|Power}}
input VPB,
input VPWR,
input VGND,
input VNB
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__inv (
//# {{data|Data Signals}}
input A,
output Y
);
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__inv_1 (
Y,
A,
VPWR,
VGND,
VPB,
VNB
);
output Y;
input A;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hvl__inv base (
.Y(Y),
.A(A),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__inv_1 (
Y,
A
);
output Y;
input A;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hvl__inv base (
.Y(Y),
.A(A)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__inv_16 (
Y,
A,
VPWR,
VGND,
VPB,
VNB
);
output Y;
input A;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hvl__inv base (
.Y(Y),
.A(A),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__inv_16 (
Y,
A
);
output Y;
input A;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hvl__inv base (
.Y(Y),
.A(A)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__inv_2 (
Y,
A,
VPWR,
VGND,
VPB,
VNB
);
output Y;
input A;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hvl__inv base (
.Y(Y),
.A(A),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__inv_2 (
Y,
A
);
output Y;
input A;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hvl__inv base (
.Y(Y),
.A(A)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__inv_4 (
Y,
A,
VPWR,
VGND,
VPB,
VNB
);
output Y;
input A;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hvl__inv base (
.Y(Y),
.A(A),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__inv_4 (
Y,
A
);
output Y;
input A;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hvl__inv base (
.Y(Y),
.A(A)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__inv_8 (
Y,
A,
VPWR,
VGND,
VPB,
VNB
);
output Y;
input A;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hvl__inv base (
.Y(Y),
.A(A),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__inv_8 (
Y,
A
);
output Y;
input A;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hvl__inv base (
.Y(Y),
.A(A)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2hv_hl (
X,
A,
VPWR,
VGND,
LOWHVPWR,
VPB,
VNB
);
// Module ports
output X;
input A;
input VPWR;
input VGND;
input LOWHVPWR;
input VPB;
input VNB;
// Local signals
wire pwrgood_pp0_out_A;
wire buf0_out_X;
// Name Output Other arguments
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 (
pwrgood_pp0_out_A,
A,
VPWR,
VGND
);
buf buf0 (buf0_out_X, pwrgood_pp0_out_A);
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp1 (
X,
buf0_out_X,
LOWHVPWR,
VGND
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2hv_hl (
X,
A
);
// Module ports
output X;
input A;
// Module supplies
supply1 VPWR;
supply0 VGND;
supply1 LOWHVPWR;
supply1 VPB;
supply0 VNB;
// Name Output Other arguments
buf buf0 (X, A);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2hv_hl (
X,
A
);
output X;
input A;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 LOWHVPWR;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2hv_hl (
X,
A,
VPWR,
VGND,
LOWHVPWR,
VPB,
VNB
);
// Module ports
output X;
input A;
input VPWR;
input VGND;
input LOWHVPWR;
input VPB;
input VNB;
// Local signals
wire pwrgood_pp0_out_A;
wire buf0_out_X;
// Name Output Other arguments
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 (
pwrgood_pp0_out_A,
A,
VPWR,
VGND
);
buf buf0 (buf0_out_X, pwrgood_pp0_out_A);
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp1 (
X,
buf0_out_X,
LOWHVPWR,
VGND
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2hv_hl (
X,
A
);
// Module ports
output X;
input A;
// Name Output Other arguments
buf buf0 (X, A);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2hv_hl (
X,
A,
VPWR,
VGND,
LOWHVPWR,
VPB,
VNB
);
output X;
input A;
input VPWR;
input VGND;
input LOWHVPWR;
input VPB;
input VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2hv_hl (
//# {{data|Data Signals}}
input A,
output X,
//# {{power|Power}}
input LOWHVPWR,
input VPB,
input VPWR,
input VGND,
input VNB
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2hv_hl (
//# {{data|Data Signals}}
input A,
output X
);
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 LOWHVPWR;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2hv_hl_1 (
X,
A,
VPWR,
VGND,
LOWHVPWR,
VPB,
VNB
);
output X;
input A;
input VPWR;
input VGND;
input LOWHVPWR;
input VPB;
input VNB;
sky130_fd_sc_hvl__lsbufhv2hv_hl base (
.X(X),
.A(A),
.VPWR(VPWR),
.VGND(VGND),
.LOWHVPWR(LOWHVPWR),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2hv_hl_1 (
X,
A
);
output X;
input A;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 LOWHVPWR;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hvl__lsbufhv2hv_hl base (
.X(X),
.A(A)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2hv_lh (
X,
A,
VPWR,
VGND,
LOWHVPWR,
VPB,
VNB
);
// Module ports
output X;
input A;
input VPWR;
input VGND;
input LOWHVPWR;
input VPB;
input VNB;
// Local signals
wire pwrgood_pp0_out_A;
wire buf0_out_X;
// Name Output Other arguments
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 (
pwrgood_pp0_out_A,
A,
LOWHVPWR,
VGND
);
buf buf0 (buf0_out_X, pwrgood_pp0_out_A);
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp1 (
X,
buf0_out_X,
VPWR,
VGND
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2hv_lh (
X,
A
);
// Module ports
output X;
input A;
// Module supplies
supply1 VPWR;
supply0 VGND;
supply1 LOWHVPWR;
supply1 VPB;
supply0 VNB;
// Name Output Other arguments
buf buf0 (X, A);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2hv_lh (
X,
A
);
output X;
input A;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 LOWHVPWR;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2hv_lh (
X,
A,
VPWR,
VGND,
LOWHVPWR,
VPB,
VNB
);
// Module ports
output X;
input A;
input VPWR;
input VGND;
input LOWHVPWR;
input VPB;
input VNB;
// Local signals
wire pwrgood_pp0_out_A;
wire buf0_out_X;
// Name Output Other arguments
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 (
pwrgood_pp0_out_A,
A,
LOWHVPWR,
VGND
);
buf buf0 (buf0_out_X, pwrgood_pp0_out_A);
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp1 (
X,
buf0_out_X,
VPWR,
VGND
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2hv_lh (
X,
A
);
// Module ports
output X;
input A;
// Name Output Other arguments
buf buf0 (X, A);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2hv_lh (
X,
A,
VPWR,
VGND,
LOWHVPWR,
VPB,
VNB
);
output X;
input A;
input VPWR;
input VGND;
input LOWHVPWR;
input VPB;
input VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2hv_lh (
//# {{data|Data Signals}}
input A,
output X,
//# {{power|Power}}
input LOWHVPWR,
input VPB,
input VPWR,
input VGND,
input VNB
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2hv_lh (
//# {{data|Data Signals}}
input A,
output X
);
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 LOWHVPWR;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2hv_lh_1 (
X,
A,
VPWR,
VGND,
LOWHVPWR,
VPB,
VNB
);
output X;
input A;
input VPWR;
input VGND;
input LOWHVPWR;
input VPB;
input VNB;
sky130_fd_sc_hvl__lsbufhv2hv_lh base (
.X(X),
.A(A),
.VPWR(VPWR),
.VGND(VGND),
.LOWHVPWR(LOWHVPWR),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2hv_lh_1 (
X,
A
);
output X;
input A;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 LOWHVPWR;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hvl__lsbufhv2hv_lh base (
.X(X),
.A(A)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2lv (
X,
A,
VPWR,
VGND,
LVPWR,
VPB,
VNB
);
// Module ports
output X;
input A;
input VPWR;
input VGND;
input LVPWR;
input VPB;
input VNB;
// Local signals
wire pwrgood_pp0_out_A;
wire buf0_out_X;
// Name Output Other arguments
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 (
pwrgood_pp0_out_A,
A,
VPWR,
VGND
);
buf buf0 (buf0_out_X, pwrgood_pp0_out_A);
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp1 (
X,
buf0_out_X,
LVPWR,
VGND
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2lv (
X,
A
);
// Module ports
output X;
input A;
// Module supplies
supply1 VPWR;
supply0 VGND;
supply1 LVPWR;
supply1 VPB;
supply0 VNB;
// Name Output Other arguments
buf buf0 (X, A);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2lv (
X,
A
);
output X;
input A;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 LVPWR;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2lv (
X,
A,
VPWR,
VGND,
LVPWR,
VPB,
VNB
);
// Module ports
output X;
input A;
input VPWR;
input VGND;
input LVPWR;
input VPB;
input VNB;
// Local signals
wire pwrgood_pp0_out_A;
wire buf0_out_X;
// Name Output Other arguments
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 (
pwrgood_pp0_out_A,
A,
VPWR,
VGND
);
buf buf0 (buf0_out_X, pwrgood_pp0_out_A);
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp1 (
X,
buf0_out_X,
LVPWR,
VGND
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2lv (
X,
A
);
// Module ports
output X;
input A;
// Name Output Other arguments
buf buf0 (X, A);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2lv (
X,
A,
VPWR,
VGND,
LVPWR,
VPB,
VNB
);
output X;
input A;
input VPWR;
input VGND;
input LVPWR;
input VPB;
input VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2lv (
//# {{data|Data Signals}}
input A,
output X,
//# {{power|Power}}
input LVPWR,
input VPB,
input VPWR,
input VGND,
input VNB
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2lv (
//# {{data|Data Signals}}
input A,
output X
);
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 LVPWR;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2lv_1 (
X,
A,
VPWR,
VGND,
LVPWR,
VPB,
VNB
);
output X;
input A;
input VPWR;
input VGND;
input LVPWR;
input VPB;
input VNB;
sky130_fd_sc_hvl__lsbufhv2lv base (
.X(X),
.A(A),
.VPWR(VPWR),
.VGND(VGND),
.LVPWR(LVPWR),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2lv_1 (
X,
A
);
output X;
input A;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 LVPWR;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hvl__lsbufhv2lv base (
.X(X),
.A(A)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2lv_1_wrapped (
X,
A,
`ifdef USE_POWER_PINS
VPWR,
VGND,
LVPWR,
LVGND,
`endif
);
output X;
input A;
`ifdef USE_POWER_PINS
inout VPWR;
inout VGND;
inout LVPWR;
inout LVGND;
`endif
sky130_fd_sc_hvl__lsbufhv2lv_1 lvlshiftdown (
`ifdef USE_POWER_PINS
.VPWR(VPWR),
.VPB (VPWR),
.LVPWR(LVPWR),
.VNB(VGND),
.VGND(VGND),
`endif
.A(A),
.X(X)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2lv_simple (
X,
A,
VPWR,
VGND,
LVPWR,
VPB,
VNB
);
// Module ports
output X;
input A;
input VPWR;
input VGND;
input LVPWR;
input VPB;
input VNB;
// Local signals
wire pwrgood_pp0_out_A;
wire buf0_out_X;
// Name Output Other arguments
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 (
pwrgood_pp0_out_A,
A,
VPWR,
VGND
);
buf buf0 (buf0_out_X, pwrgood_pp0_out_A);
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp1 (
X,
buf0_out_X,
LVPWR,
VGND
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2lv_simple (
X,
A
);
// Module ports
output X;
input A;
// Module supplies
supply1 VPWR;
supply0 VGND;
supply1 LVPWR;
supply1 VPB;
supply0 VNB;
// Name Output Other arguments
buf buf0 (X, A);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2lv_simple (
X,
A
);
output X;
input A;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 LVPWR;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2lv_simple (
X,
A,
VPWR,
VGND,
LVPWR,
VPB,
VNB
);
// Module ports
output X;
input A;
input VPWR;
input VGND;
input LVPWR;
input VPB;
input VNB;
// Local signals
wire pwrgood_pp0_out_A;
wire buf0_out_X;
// Name Output Other arguments
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 (
pwrgood_pp0_out_A,
A,
VPWR,
VGND
);
buf buf0 (buf0_out_X, pwrgood_pp0_out_A);
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp1 (
X,
buf0_out_X,
LVPWR,
VGND
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2lv_simple (
X,
A
);
// Module ports
output X;
input A;
// Name Output Other arguments
buf buf0 (X, A);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2lv_simple (
X,
A,
VPWR,
VGND,
LVPWR,
VPB,
VNB
);
output X;
input A;
input VPWR;
input VGND;
input LVPWR;
input VPB;
input VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2lv_simple (
//# {{data|Data Signals}}
input A,
output X,
//# {{power|Power}}
input LVPWR,
input VPB,
input VPWR,
input VGND,
input VNB
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2lv_simple (
//# {{data|Data Signals}}
input A,
output X
);
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 LVPWR;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2lv_simple_1 (
X,
A,
VPWR,
VGND,
LVPWR,
VPB,
VNB
);
output X;
input A;
input VPWR;
input VGND;
input LVPWR;
input VPB;
input VNB;
sky130_fd_sc_hvl__lsbufhv2lv_simple base (
.X(X),
.A(A),
.VPWR(VPWR),
.VGND(VGND),
.LVPWR(LVPWR),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbufhv2lv_simple_1 (
X,
A
);
output X;
input A;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 LVPWR;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hvl__lsbufhv2lv_simple base (
.X(X),
.A(A)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbuflv2hv (
X,
A,
VPWR,
VGND,
LVPWR,
VPB,
VNB
);
// Module ports
output X;
input A;
input VPWR;
input VGND;
input LVPWR;
input VPB;
input VNB;
// Local signals
wire pwrgood_pp0_out_A;
wire buf0_out_X;
// Name Output Other arguments
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 (
pwrgood_pp0_out_A,
A,
LVPWR,
VGND
);
buf buf0 (buf0_out_X, pwrgood_pp0_out_A);
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp1 (
X,
buf0_out_X,
VPWR,
VGND
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbuflv2hv (
X,
A
);
// Module ports
output X;
input A;
// Module supplies
supply1 VPWR;
supply0 VGND;
supply1 LVPWR;
supply1 VPB;
supply0 VNB;
// Name Output Other arguments
buf buf0 (X, A);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbuflv2hv (
X,
A
);
output X;
input A;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 LVPWR;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbuflv2hv (
X,
A,
VPWR,
VGND,
LVPWR,
VPB,
VNB
);
// Module ports
output X;
input A;
input VPWR;
input VGND;
input LVPWR;
input VPB;
input VNB;
// Local signals
wire pwrgood_pp0_out_A;
wire buf0_out_X;
// Name Output Other arguments
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 (
pwrgood_pp0_out_A,
A,
LVPWR,
VGND
);
buf buf0 (buf0_out_X, pwrgood_pp0_out_A);
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp1 (
X,
buf0_out_X,
VPWR,
VGND
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbuflv2hv (
X,
A
);
// Module ports
output X;
input A;
// Name Output Other arguments
buf buf0 (X, A);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbuflv2hv (
X,
A,
VPWR,
VGND,
LVPWR,
VPB,
VNB
);
output X;
input A;
input VPWR;
input VGND;
input LVPWR;
input VPB;
input VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbuflv2hv (
//# {{data|Data Signals}}
input A,
output X,
//# {{power|Power}}
input LVPWR,
input VPB,
input VPWR,
input VGND,
input VNB
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbuflv2hv (
//# {{data|Data Signals}}
input A,
output X
);
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 LVPWR;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbuflv2hv_1 (
X,
A,
VPWR,
VGND,
LVPWR,
VPB,
VNB
);
output X;
input A;
input VPWR;
input VGND;
input LVPWR;
input VPB;
input VNB;
sky130_fd_sc_hvl__lsbuflv2hv base (
.X(X),
.A(A),
.VPWR(VPWR),
.VGND(VGND),
.LVPWR(LVPWR),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbuflv2hv_1 (
X,
A
);
output X;
input A;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 LVPWR;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hvl__lsbuflv2hv base (
.X(X),
.A(A)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbuflv2hv_clkiso_hlkg (
X,
A,
SLEEP_B,
VPWR,
VGND,
LVPWR,
VPB,
VNB
);
// Module ports
output X;
input A;
input SLEEP_B;
input VPWR;
input VGND;
input LVPWR;
input VPB;
input VNB;
// Local signals
wire SLEEP;
wire and0_out_X;
wire isolatchhv_pp0_out_X;
// Name Output Other arguments
not not0 (SLEEP, SLEEP_B);
and and0 (and0_out_X, SLEEP_B, A);
sky130_fd_sc_hvl__udp_isolatchhv_pp$PLG$S isolatchhv_pp0 (
isolatchhv_pp0_out_X,
and0_out_X,
VPWR,
LVPWR,
VGND,
SLEEP
);
buf buf0 (X, isolatchhv_pp0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbuflv2hv_clkiso_hlkg (
X,
A,
SLEEP_B
);
// Module ports
output X;
input A;
input SLEEP_B;
// Module supplies
supply1 VPWR;
supply0 VGND;
supply1 LVPWR;
supply1 VPB;
supply0 VNB;
// Local signals
wire SLEEP;
wire and0_out_X;
// Name Output Other arguments
not not0 (SLEEP, SLEEP_B);
and and0 (and0_out_X, SLEEP_B, A);
buf buf0 (X, and0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbuflv2hv_clkiso_hlkg (
X,
A,
SLEEP_B
);
output X;
input A;
input SLEEP_B;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 LVPWR;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbuflv2hv_clkiso_hlkg (
X,
A,
SLEEP_B,
VPWR,
VGND,
LVPWR,
VPB,
VNB
);
// Module ports
output X;
input A;
input SLEEP_B;
input VPWR;
input VGND;
input LVPWR;
input VPB;
input VNB;
// Local signals
wire SLEEP;
wire and0_out_X;
wire isolatchhv_pp0_out_X;
// Name Output Other arguments
not not0 (SLEEP, SLEEP_B);
and and0 (and0_out_X, SLEEP_B, A);
sky130_fd_sc_hvl__udp_isolatchhv_pp$PLG$S isolatchhv_pp0 (
isolatchhv_pp0_out_X,
and0_out_X,
VPWR,
LVPWR,
VGND,
SLEEP
);
buf buf0 (X, isolatchhv_pp0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbuflv2hv_clkiso_hlkg (
X,
A,
SLEEP_B
);
// Module ports
output X;
input A;
input SLEEP_B;
// Local signals
wire SLEEP;
wire and0_out_X;
// Name Output Other arguments
not not0 (SLEEP, SLEEP_B);
and and0 (and0_out_X, SLEEP_B, A);
buf buf0 (X, and0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbuflv2hv_clkiso_hlkg (
X,
A,
SLEEP_B,
VPWR,
VGND,
LVPWR,
VPB,
VNB
);
output X;
input A;
input SLEEP_B;
input VPWR;
input VGND;
input LVPWR;
input VPB;
input VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbuflv2hv_clkiso_hlkg (
//# {{data|Data Signals}}
input A,
output X,
//# {{power|Power}}
input SLEEP_B,
input LVPWR,
input VPB,
input VPWR,
input VGND,
input VNB
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbuflv2hv_clkiso_hlkg (
//# {{data|Data Signals}}
input A,
output X,
//# {{power|Power}}
input SLEEP_B
);
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 LVPWR;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbuflv2hv_clkiso_hlkg_3 (
X,
A,
SLEEP_B,
VPWR,
VGND,
LVPWR,
VPB,
VNB
);
output X;
input A;
input SLEEP_B;
input VPWR;
input VGND;
input LVPWR;
input VPB;
input VNB;
sky130_fd_sc_hvl__lsbuflv2hv_clkiso_hlkg base (
.X(X),
.A(A),
.SLEEP_B(SLEEP_B),
.VPWR(VPWR),
.VGND(VGND),
.LVPWR(LVPWR),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbuflv2hv_clkiso_hlkg_3 (
X,
A,
SLEEP_B
);
output X;
input A;
input SLEEP_B;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 LVPWR;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hvl__lsbuflv2hv_clkiso_hlkg base (
.X(X),
.A(A),
.SLEEP_B(SLEEP_B)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbuflv2hv_isosrchvaon (
X,
A,
SLEEP_B,
VPWR,
VGND,
LVPWR,
VPB,
VNB
);
// Module ports
output X;
input A;
input SLEEP_B;
input VPWR;
input VGND;
input LVPWR;
input VPB;
input VNB;
// Local signals
wire SLEEP;
wire and0_out_X;
wire isolatchhv_pp0_out_X;
// Name Output Other arguments
not not0 (SLEEP, SLEEP_B);
and and0 (and0_out_X, SLEEP_B, A);
sky130_fd_sc_hvl__udp_isolatchhv_pp$PLG$S isolatchhv_pp0 (
isolatchhv_pp0_out_X,
and0_out_X,
VPWR,
LVPWR,
VGND,
SLEEP
);
buf buf0 (X, isolatchhv_pp0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbuflv2hv_isosrchvaon (
X,
A,
SLEEP_B
);
// Module ports
output X;
input A;
input SLEEP_B;
// Module supplies
supply1 VPWR;
supply0 VGND;
supply1 LVPWR;
supply1 VPB;
supply0 VNB;
// Local signals
wire SLEEP;
wire and0_out_X;
// Name Output Other arguments
not not0 (SLEEP, SLEEP_B);
and and0 (and0_out_X, SLEEP_B, A);
buf buf0 (X, and0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbuflv2hv_isosrchvaon (
X,
A,
SLEEP_B
);
output X;
input A;
input SLEEP_B;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 LVPWR;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbuflv2hv_isosrchvaon (
X,
A,
SLEEP_B,
VPWR,
VGND,
LVPWR,
VPB,
VNB
);
// Module ports
output X;
input A;
input SLEEP_B;
input VPWR;
input VGND;
input LVPWR;
input VPB;
input VNB;
// Local signals
wire SLEEP;
wire and0_out_X;
wire isolatchhv_pp0_out_X;
// Name Output Other arguments
not not0 (SLEEP, SLEEP_B);
and and0 (and0_out_X, SLEEP_B, A);
sky130_fd_sc_hvl__udp_isolatchhv_pp$PLG$S isolatchhv_pp0 (
isolatchhv_pp0_out_X,
and0_out_X,
VPWR,
LVPWR,
VGND,
SLEEP
);
buf buf0 (X, isolatchhv_pp0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbuflv2hv_isosrchvaon (
X,
A,
SLEEP_B
);
// Module ports
output X;
input A;
input SLEEP_B;
// Local signals
wire SLEEP;
wire and0_out_X;
// Name Output Other arguments
not not0 (SLEEP, SLEEP_B);
and and0 (and0_out_X, SLEEP_B, A);
buf buf0 (X, and0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbuflv2hv_isosrchvaon (
X,
A,
SLEEP_B,
VPWR,
VGND,
LVPWR,
VPB,
VNB
);
output X;
input A;
input SLEEP_B;
input VPWR;
input VGND;
input LVPWR;
input VPB;
input VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbuflv2hv_isosrchvaon (
//# {{data|Data Signals}}
input A,
output X,
//# {{power|Power}}
input SLEEP_B,
input LVPWR,
input VPB,
input VPWR,
input VGND,
input VNB
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbuflv2hv_isosrchvaon (
//# {{data|Data Signals}}
input A,
output X,
//# {{power|Power}}
input SLEEP_B
);
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 LVPWR;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbuflv2hv_isosrchvaon_1 (
X,
A,
SLEEP_B,
VPWR,
VGND,
LVPWR,
VPB,
VNB
);
output X;
input A;
input SLEEP_B;
input VPWR;
input VGND;
input LVPWR;
input VPB;
input VNB;
sky130_fd_sc_hvl__lsbuflv2hv_isosrchvaon base (
.X(X),
.A(A),
.SLEEP_B(SLEEP_B),
.VPWR(VPWR),
.VGND(VGND),
.LVPWR(LVPWR),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbuflv2hv_isosrchvaon_1 (
X,
A,
SLEEP_B
);
output X;
input A;
input SLEEP_B;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 LVPWR;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hvl__lsbuflv2hv_isosrchvaon base (
.X(X),
.A(A),
.SLEEP_B(SLEEP_B)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbuflv2hv_symmetric (
X,
A,
VPWR,
VGND,
LVPWR,
VPB,
VNB
);
// Module ports
output X;
input A;
input VPWR;
input VGND;
input LVPWR;
input VPB;
input VNB;
// Local signals
wire pwrgood_pp0_out_A;
wire buf0_out_X;
// Name Output Other arguments
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 (
pwrgood_pp0_out_A,
A,
LVPWR,
VGND
);
buf buf0 (buf0_out_X, pwrgood_pp0_out_A);
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp1 (
X,
buf0_out_X,
VPWR,
VGND
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbuflv2hv_symmetric (
X,
A
);
// Module ports
output X;
input A;
// Module supplies
supply1 VPWR;
supply0 VGND;
supply1 LVPWR;
supply1 VPB;
supply0 VNB;
// Name Output Other arguments
buf buf0 (X, A);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbuflv2hv_symmetric (
X,
A
);
output X;
input A;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 LVPWR;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbuflv2hv_symmetric (
X,
A,
VPWR,
VGND,
LVPWR,
VPB,
VNB
);
// Module ports
output X;
input A;
input VPWR;
input VGND;
input LVPWR;
input VPB;
input VNB;
// Local signals
wire pwrgood_pp0_out_A;
wire buf0_out_X;
// Name Output Other arguments
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 (
pwrgood_pp0_out_A,
A,
LVPWR,
VGND
);
buf buf0 (buf0_out_X, pwrgood_pp0_out_A);
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp1 (
X,
buf0_out_X,
VPWR,
VGND
);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbuflv2hv_symmetric (
X,
A
);
// Module ports
output X;
input A;
// Name Output Other arguments
buf buf0 (X, A);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbuflv2hv_symmetric (
X,
A,
VPWR,
VGND,
LVPWR,
VPB,
VNB
);
output X;
input A;
input VPWR;
input VGND;
input LVPWR;
input VPB;
input VNB;
endmodule
| 7.212805 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.