code stringlengths 35 6.69k | score float64 6.5 11.5 |
|---|---|
module sky130_fd_sc_hd__lpflow_decapkapwr ();
// No contents.
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_decapkapwr (
VPWR,
KAPWR,
VGND,
VPB,
VNB
);
input VPWR;
input KAPWR;
input VGND;
input VPB;
input VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_decapkapwr (
//# {{power|Power}}
input KAPWR,
input VPB,
input VPWR,
input VGND,
input VNB
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_decapkapwr ();
// Voltage supply signals
supply1 VPWR;
supply1 KAPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_decapkapwr_12 (
VPWR,
KAPWR,
VGND,
VPB,
VNB
);
input VPWR;
input KAPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hd__lpflow_decapkapwr base (
.VPWR (VPWR),
.KAPWR(KAPWR),
.VGND (VGND),
.VPB (VPB),
.VNB (VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_decapkapwr_12 ();
// Voltage supply signals
supply1 VPWR;
supply1 KAPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hd__lpflow_decapkapwr base ();
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_decapkapwr_3 (
VPWR,
KAPWR,
VGND,
VPB,
VNB
);
input VPWR;
input KAPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hd__lpflow_decapkapwr base (
.VPWR (VPWR),
.KAPWR(KAPWR),
.VGND (VGND),
.VPB (VPB),
.VNB (VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_decapkapwr_3 ();
// Voltage supply signals
supply1 VPWR;
supply1 KAPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hd__lpflow_decapkapwr base ();
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_decapkapwr_4 (
VPWR,
KAPWR,
VGND,
VPB,
VNB
);
input VPWR;
input KAPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hd__lpflow_decapkapwr base (
.VPWR (VPWR),
.KAPWR(KAPWR),
.VGND (VGND),
.VPB (VPB),
.VNB (VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_decapkapwr_4 ();
// Voltage supply signals
supply1 VPWR;
supply1 KAPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hd__lpflow_decapkapwr base ();
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_decapkapwr_6 (
VPWR,
KAPWR,
VGND,
VPB,
VNB
);
input VPWR;
input KAPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hd__lpflow_decapkapwr base (
.VPWR (VPWR),
.KAPWR(KAPWR),
.VGND (VGND),
.VPB (VPB),
.VNB (VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_decapkapwr_6 ();
// Voltage supply signals
supply1 VPWR;
supply1 KAPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hd__lpflow_decapkapwr base ();
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_decapkapwr_8 (
VPWR,
KAPWR,
VGND,
VPB,
VNB
);
input VPWR;
input KAPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hd__lpflow_decapkapwr base (
.VPWR (VPWR),
.KAPWR(KAPWR),
.VGND (VGND),
.VPB (VPB),
.VNB (VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_decapkapwr_8 ();
// Voltage supply signals
supply1 VPWR;
supply1 KAPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hd__lpflow_decapkapwr base ();
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso0n (
X,
A,
SLEEP_B,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output X;
input A;
input SLEEP_B;
input VPWR;
input VGND;
input VPB;
input VNB;
// Local signals
wire and0_out_X;
// Name Output Other arguments
and and0 (and0_out_X, A, SLEEP_B);
sky130_fd_sc_hd__udp_pwrgood$l_pp$PG pwrgood0 (
X,
and0_out_X,
VPWR,
VGND
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso0n (
X,
A,
SLEEP_B
);
// Module ports
output X;
input A;
input SLEEP_B;
// Module supplies
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
// Name Output Other arguments
and and0 (X, A, SLEEP_B);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso0n (
X,
A,
SLEEP_B
);
output X;
input A;
input SLEEP_B;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso0n (
X,
A,
SLEEP_B,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output X;
input A;
input SLEEP_B;
input VPWR;
input VGND;
input VPB;
input VNB;
// Local signals
wire and0_out_X;
// Name Output Other arguments
and and0 (and0_out_X, A, SLEEP_B);
sky130_fd_sc_hd__udp_pwrgood$l_pp$PG pwrgood0 (
X,
and0_out_X,
VPWR,
VGND
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso0n (
X,
A,
SLEEP_B
);
// Module ports
output X;
input A;
input SLEEP_B;
// Name Output Other arguments
and and0 (X, A, SLEEP_B);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso0n (
X,
A,
SLEEP_B,
VPWR,
VGND,
VPB,
VNB
);
output X;
input A;
input SLEEP_B;
input VPWR;
input VGND;
input VPB;
input VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso0n (
//# {{data|Data Signals}}
input A,
output X,
//# {{power|Power}}
input SLEEP_B,
input VPB,
input VPWR,
input VGND,
input VNB
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso0n (
//# {{data|Data Signals}}
input A,
output X,
//# {{power|Power}}
input SLEEP_B
);
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso0n_1 (
X,
A,
SLEEP_B,
VPWR,
VGND,
VPB,
VNB
);
output X;
input A;
input SLEEP_B;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hd__lpflow_inputiso0n base (
.X(X),
.A(A),
.SLEEP_B(SLEEP_B),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso0n_1 (
X,
A,
SLEEP_B
);
output X;
input A;
input SLEEP_B;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hd__lpflow_inputiso0n base (
.X(X),
.A(A),
.SLEEP_B(SLEEP_B)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso0p (
X,
A,
SLEEP,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output X;
input A;
input SLEEP;
input VPWR;
input VGND;
input VPB;
input VNB;
// Local signals
wire sleepn;
wire and0_out_X;
// Name Output Other arguments
not not0 (sleepn, SLEEP);
and and0 (and0_out_X, A, sleepn);
sky130_fd_sc_hd__udp_pwrgood$l_pp$PG pwrgood0 (
X,
and0_out_X,
VPWR,
VGND
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso0p (
X,
A,
SLEEP
);
// Module ports
output X;
input A;
input SLEEP;
// Module supplies
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
// Local signals
wire sleepn;
// Name Output Other arguments
not not0 (sleepn, SLEEP);
and and0 (X, A, sleepn);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso0p (
X,
A,
SLEEP
);
output X;
input A;
input SLEEP;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso0p (
X,
A,
SLEEP,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output X;
input A;
input SLEEP;
input VPWR;
input VGND;
input VPB;
input VNB;
// Local signals
wire sleepn;
wire and0_out_X;
// Name Output Other arguments
not not0 (sleepn, SLEEP);
and and0 (and0_out_X, A, sleepn);
sky130_fd_sc_hd__udp_pwrgood$l_pp$PG pwrgood0 (
X,
and0_out_X,
VPWR,
VGND
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso0p (
X,
A,
SLEEP
);
// Module ports
output X;
input A;
input SLEEP;
// Local signals
wire sleepn;
// Name Output Other arguments
not not0 (sleepn, SLEEP);
and and0 (X, A, sleepn);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso0p (
X,
A,
SLEEP,
VPWR,
VGND,
VPB,
VNB
);
output X;
input A;
input SLEEP;
input VPWR;
input VGND;
input VPB;
input VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso0p (
//# {{data|Data Signals}}
input A,
output X,
//# {{power|Power}}
input SLEEP,
input VPB,
input VPWR,
input VGND,
input VNB
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso0p (
//# {{data|Data Signals}}
input A,
output X,
//# {{power|Power}}
input SLEEP
);
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso0p_1 (
X,
A,
SLEEP,
VPWR,
VGND,
VPB,
VNB
);
output X;
input A;
input SLEEP;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hd__lpflow_inputiso0p base (
.X(X),
.A(A),
.SLEEP(SLEEP),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso0p_1 (
X,
A,
SLEEP
);
output X;
input A;
input SLEEP;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hd__lpflow_inputiso0p base (
.X(X),
.A(A),
.SLEEP(SLEEP)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso1n (
X,
A,
SLEEP_B,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output X;
input A;
input SLEEP_B;
input VPWR;
input VGND;
input VPB;
input VNB;
// Local signals
wire SLEEP;
wire or0_out_X;
// Name Output Other arguments
not not0 (SLEEP, SLEEP_B);
or or0 (or0_out_X, A, SLEEP);
sky130_fd_sc_hd__udp_pwrgood$l_pp$PG pwrgood0 (
X,
or0_out_X,
VPWR,
VGND
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso1n (
X,
A,
SLEEP_B
);
// Module ports
output X;
input A;
input SLEEP_B;
// Module supplies
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
// Local signals
wire SLEEP;
// Name Output Other arguments
not not0 (SLEEP, SLEEP_B);
or or0 (X, A, SLEEP);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso1n (
X,
A,
SLEEP_B
);
output X;
input A;
input SLEEP_B;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso1n (
X,
A,
SLEEP_B,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output X;
input A;
input SLEEP_B;
input VPWR;
input VGND;
input VPB;
input VNB;
// Local signals
wire SLEEP;
wire or0_out_X;
// Name Output Other arguments
not not0 (SLEEP, SLEEP_B);
or or0 (or0_out_X, A, SLEEP);
sky130_fd_sc_hd__udp_pwrgood$l_pp$PG pwrgood0 (
X,
or0_out_X,
VPWR,
VGND
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso1n (
X,
A,
SLEEP_B
);
// Module ports
output X;
input A;
input SLEEP_B;
// Local signals
wire SLEEP;
// Name Output Other arguments
not not0 (SLEEP, SLEEP_B);
or or0 (X, A, SLEEP);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso1n (
X,
A,
SLEEP_B,
VPWR,
VGND,
VPB,
VNB
);
output X;
input A;
input SLEEP_B;
input VPWR;
input VGND;
input VPB;
input VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso1n (
//# {{data|Data Signals}}
input A,
output X,
//# {{power|Power}}
input SLEEP_B,
input VPB,
input VPWR,
input VGND,
input VNB
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso1n (
//# {{data|Data Signals}}
input A,
output X,
//# {{power|Power}}
input SLEEP_B
);
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso1n_1 (
X,
A,
SLEEP_B,
VPWR,
VGND,
VPB,
VNB
);
output X;
input A;
input SLEEP_B;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hd__lpflow_inputiso1n base (
.X(X),
.A(A),
.SLEEP_B(SLEEP_B),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso1n_1 (
X,
A,
SLEEP_B
);
output X;
input A;
input SLEEP_B;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hd__lpflow_inputiso1n base (
.X(X),
.A(A),
.SLEEP_B(SLEEP_B)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso1p (
X,
A,
SLEEP,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output X;
input A;
input SLEEP;
input VPWR;
input VGND;
input VPB;
input VNB;
// Local signals
wire or0_out_X;
// Name Output Other arguments
or or0 (or0_out_X, A, SLEEP);
sky130_fd_sc_hd__udp_pwrgood$l_pp$PG pwrgood0 (
X,
or0_out_X,
VPWR,
VGND
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso1p (
X,
A,
SLEEP
);
// Module ports
output X;
input A;
input SLEEP;
// Module supplies
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
// Name Output Other arguments
or or0 (X, A, SLEEP);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso1p (
X,
A,
SLEEP
);
output X;
input A;
input SLEEP;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso1p (
X,
A,
SLEEP,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output X;
input A;
input SLEEP;
input VPWR;
input VGND;
input VPB;
input VNB;
// Local signals
wire or0_out_X;
// Name Output Other arguments
or or0 (or0_out_X, A, SLEEP);
sky130_fd_sc_hd__udp_pwrgood$l_pp$PG pwrgood0 (
X,
or0_out_X,
VPWR,
VGND
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso1p (
X,
A,
SLEEP
);
// Module ports
output X;
input A;
input SLEEP;
// Name Output Other arguments
or or0 (X, A, SLEEP);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso1p (
X,
A,
SLEEP,
VPWR,
VGND,
VPB,
VNB
);
output X;
input A;
input SLEEP;
input VPWR;
input VGND;
input VPB;
input VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso1p (
//# {{data|Data Signals}}
input A,
output X,
//# {{power|Power}}
input SLEEP,
input VPB,
input VPWR,
input VGND,
input VNB
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso1p (
//# {{data|Data Signals}}
input A,
output X,
//# {{power|Power}}
input SLEEP
);
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso1p_1 (
X,
A,
SLEEP,
VPWR,
VGND,
VPB,
VNB
);
output X;
input A;
input SLEEP;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hd__lpflow_inputiso1p base (
.X(X),
.A(A),
.SLEEP(SLEEP),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputiso1p_1 (
X,
A,
SLEEP
);
output X;
input A;
input SLEEP;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hd__lpflow_inputiso1p base (
.X(X),
.A(A),
.SLEEP(SLEEP)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputisolatch (
Q,
D,
SLEEP_B,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output Q;
input D;
input SLEEP_B;
input VPWR;
input VGND;
input VPB;
input VNB;
// Local signals
wire buf_Q;
reg notifier;
wire SLEEP_B_delayed;
wire D_delayed;
// Name Output Other arguments
sky130_fd_sc_hd__udp_dlatch$lP_pp$PG$N dlatch0 (
buf_Q,
D_delayed,
SLEEP_B_delayed,
notifier,
VPWR,
VGND
);
buf buf0 (Q, buf_Q);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputisolatch (
Q,
D,
SLEEP_B
);
// Module ports
output Q;
input D;
input SLEEP_B;
// Module supplies
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
// Local signals
wire buf_Q;
reg notifier;
wire SLEEP_B_delayed;
wire D_delayed;
// Name Output Other arguments
sky130_fd_sc_hd__udp_dlatch$lP_pp$PG$N dlatch0 (
buf_Q,
D_delayed,
SLEEP_B_delayed,
notifier,
VPWR,
VGND
);
buf buf0 (Q, buf_Q);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputisolatch (
Q,
D,
SLEEP_B
);
output Q;
input D;
input SLEEP_B;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputisolatch (
Q,
D,
SLEEP_B,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output Q;
input D;
input SLEEP_B;
input VPWR;
input VGND;
input VPB;
input VNB;
// Local signals
wire buf_Q;
// Name Output Other arguments
sky130_fd_sc_hd__udp_dlatch$lP_pp$PG$N dlatch0 (
buf_Q,
D,
SLEEP_B,
1'b0,
VPWR,
VGND
);
buf buf0 (Q, buf_Q);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputisolatch (
Q,
D,
SLEEP_B
);
// Module ports
output Q;
input D;
input SLEEP_B;
// Local signals
wire buf_Q;
// Name Output Other arguments
sky130_fd_sc_hd__udp_dlatch$lP dlatch0 (
buf_Q,
D,
SLEEP_B
);
buf buf0 (Q, buf_Q);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputisolatch (
Q,
D,
SLEEP_B,
VPWR,
VGND,
VPB,
VNB
);
output Q;
input D;
input SLEEP_B;
input VPWR;
input VGND;
input VPB;
input VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputisolatch (
//# {{data|Data Signals}}
input D,
output Q,
//# {{power|Power}}
input SLEEP_B,
input VPB,
input VPWR,
input VGND,
input VNB
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputisolatch (
//# {{data|Data Signals}}
input D,
output Q,
//# {{power|Power}}
input SLEEP_B
);
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputisolatch_1 (
Q,
D,
SLEEP_B,
VPWR,
VGND,
VPB,
VNB
);
output Q;
input D;
input SLEEP_B;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hd__lpflow_inputisolatch base (
.Q(Q),
.D(D),
.SLEEP_B(SLEEP_B),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_inputisolatch_1 (
Q,
D,
SLEEP_B
);
output Q;
input D;
input SLEEP_B;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hd__lpflow_inputisolatch base (
.Q(Q),
.D(D),
.SLEEP_B(SLEEP_B)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_isobufsrc (
X,
SLEEP,
A,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output X;
input SLEEP;
input A;
input VPWR;
input VGND;
input VPB;
input VNB;
// Local signals
wire not0_out;
wire and0_out_X;
wire pwrgood0_out_X;
// Name Output Other arguments
not not0 (not0_out, SLEEP);
and and0 (and0_out_X, not0_out, A);
sky130_fd_sc_hd__udp_pwrgood$l_pp$PG$S pwrgood0 (
pwrgood0_out_X,
and0_out_X,
VPWR,
VGND,
SLEEP
);
buf buf0 (X, pwrgood0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_isobufsrc (
X,
SLEEP,
A
);
// Module ports
output X;
input SLEEP;
input A;
// Module supplies
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
// Local signals
wire not0_out;
wire and0_out_X;
// Name Output Other arguments
not not0 (not0_out, SLEEP);
and and0 (and0_out_X, not0_out, A);
buf buf0 (X, and0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_isobufsrc (
X,
SLEEP,
A
);
output X;
input SLEEP;
input A;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_isobufsrc (
X,
SLEEP,
A,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output X;
input SLEEP;
input A;
input VPWR;
input VGND;
input VPB;
input VNB;
// Local signals
wire not0_out;
wire and0_out_X;
wire pwrgood0_out_X;
// Name Output Other arguments
not not0 (not0_out, SLEEP);
and and0 (and0_out_X, not0_out, A);
sky130_fd_sc_hd__udp_pwrgood$l_pp$PG$S pwrgood0 (
pwrgood0_out_X,
and0_out_X,
VPWR,
VGND,
SLEEP
);
buf buf0 (X, pwrgood0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_isobufsrc (
X,
SLEEP,
A
);
// Module ports
output X;
input SLEEP;
input A;
// Local signals
wire not0_out;
wire and0_out_X;
// Name Output Other arguments
not not0 (not0_out, SLEEP);
and and0 (and0_out_X, not0_out, A);
buf buf0 (X, and0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_isobufsrc (
X,
SLEEP,
A,
VPWR,
VGND,
VPB,
VNB
);
output X;
input SLEEP;
input A;
input VPWR;
input VGND;
input VPB;
input VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_isobufsrc (
//# {{data|Data Signals}}
input A,
output X,
//# {{power|Power}}
input SLEEP,
input VPB,
input VPWR,
input VGND,
input VNB
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_isobufsrc (
//# {{data|Data Signals}}
input A,
output X,
//# {{power|Power}}
input SLEEP
);
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_isobufsrckapwr (
X,
SLEEP,
A,
KAPWR,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output X;
input SLEEP;
input A;
input KAPWR;
input VPWR;
input VGND;
input VPB;
input VNB;
// Local signals
wire not0_out;
wire and0_out_X;
wire pwrgood0_out_X;
wire pwrgood1_out_x2;
// Name Output Other arguments
not not0 (not0_out, SLEEP);
and and0 (and0_out_X, not0_out, A);
sky130_fd_sc_hd__udp_pwrgood$l_pp$PG$S pwrgood0 (
pwrgood0_out_X,
and0_out_X,
VPWR,
VGND,
SLEEP
);
sky130_fd_sc_hd__udp_pwrgood$l_pp$PG pwrgood1 (
pwrgood1_out_x2,
pwrgood0_out_X,
KAPWR,
VGND
);
buf buf0 (X, pwrgood1_out_x2);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_isobufsrckapwr (
X,
SLEEP,
A
);
// Module ports
output X;
input SLEEP;
input A;
// Module supplies
supply1 KAPWR;
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
// Local signals
wire not0_out;
wire and0_out_X;
// Name Output Other arguments
not not0 (not0_out, SLEEP);
and and0 (and0_out_X, not0_out, A);
buf buf0 (X, and0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_isobufsrckapwr (
X,
SLEEP,
A
);
output X;
input SLEEP;
input A;
// Voltage supply signals
supply1 KAPWR;
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_isobufsrckapwr (
X,
SLEEP,
A,
KAPWR,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output X;
input SLEEP;
input A;
input KAPWR;
input VPWR;
input VGND;
input VPB;
input VNB;
// Local signals
wire not0_out;
wire and0_out_X;
wire pwrgood0_out_X;
wire pwrgood1_out_x2;
// Name Output Other arguments
not not0 (not0_out, SLEEP);
and and0 (and0_out_X, not0_out, A);
sky130_fd_sc_hd__udp_pwrgood$l_pp$PG$S pwrgood0 (
pwrgood0_out_X,
and0_out_X,
VPWR,
VGND,
SLEEP
);
sky130_fd_sc_hd__udp_pwrgood$l_pp$PG pwrgood1 (
pwrgood1_out_x2,
pwrgood0_out_X,
KAPWR,
VGND
);
buf buf0 (X, pwrgood1_out_x2);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_isobufsrckapwr (
X,
SLEEP,
A
);
// Module ports
output X;
input SLEEP;
input A;
// Local signals
wire not0_out;
wire and0_out_X;
// Name Output Other arguments
not not0 (not0_out, SLEEP);
and and0 (and0_out_X, not0_out, A);
buf buf0 (X, and0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_isobufsrckapwr (
X,
SLEEP,
A,
KAPWR,
VPWR,
VGND,
VPB,
VNB
);
output X;
input SLEEP;
input A;
input KAPWR;
input VPWR;
input VGND;
input VPB;
input VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_isobufsrckapwr (
//# {{data|Data Signals}}
input A,
output X,
//# {{power|Power}}
input SLEEP,
input KAPWR,
input VPB,
input VPWR,
input VGND,
input VNB
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_isobufsrckapwr (
//# {{data|Data Signals}}
input A,
output X,
//# {{power|Power}}
input SLEEP
);
// Voltage supply signals
supply1 KAPWR;
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_isobufsrckapwr_16 (
X,
SLEEP,
A,
KAPWR,
VPWR,
VGND,
VPB,
VNB
);
output X;
input SLEEP;
input A;
input KAPWR;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hd__lpflow_isobufsrckapwr base (
.X(X),
.SLEEP(SLEEP),
.A(A),
.KAPWR(KAPWR),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_isobufsrckapwr_16 (
X,
SLEEP,
A
);
output X;
input SLEEP;
input A;
// Voltage supply signals
supply1 KAPWR;
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hd__lpflow_isobufsrckapwr base (
.X(X),
.SLEEP(SLEEP),
.A(A)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_isobufsrc_1 (
X,
SLEEP,
A,
VPWR,
VGND,
VPB,
VNB
);
output X;
input SLEEP;
input A;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hd__lpflow_isobufsrc base (
.X(X),
.SLEEP(SLEEP),
.A(A),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_isobufsrc_1 (
X,
SLEEP,
A
);
output X;
input SLEEP;
input A;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hd__lpflow_isobufsrc base (
.X(X),
.SLEEP(SLEEP),
.A(A)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_isobufsrc_16 (
X,
SLEEP,
A,
VPWR,
VGND,
VPB,
VNB
);
output X;
input SLEEP;
input A;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hd__lpflow_isobufsrc base (
.X(X),
.SLEEP(SLEEP),
.A(A),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_isobufsrc_16 (
X,
SLEEP,
A
);
output X;
input SLEEP;
input A;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hd__lpflow_isobufsrc base (
.X(X),
.SLEEP(SLEEP),
.A(A)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_isobufsrc_2 (
X,
SLEEP,
A,
VPWR,
VGND,
VPB,
VNB
);
output X;
input SLEEP;
input A;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hd__lpflow_isobufsrc base (
.X(X),
.SLEEP(SLEEP),
.A(A),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_isobufsrc_2 (
X,
SLEEP,
A
);
output X;
input SLEEP;
input A;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hd__lpflow_isobufsrc base (
.X(X),
.SLEEP(SLEEP),
.A(A)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_isobufsrc_4 (
X,
SLEEP,
A,
VPWR,
VGND,
VPB,
VNB
);
output X;
input SLEEP;
input A;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hd__lpflow_isobufsrc base (
.X(X),
.SLEEP(SLEEP),
.A(A),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_isobufsrc_4 (
X,
SLEEP,
A
);
output X;
input SLEEP;
input A;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hd__lpflow_isobufsrc base (
.X(X),
.SLEEP(SLEEP),
.A(A)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_isobufsrc_8 (
X,
SLEEP,
A,
VPWR,
VGND,
VPB,
VNB
);
output X;
input SLEEP;
input A;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hd__lpflow_isobufsrc base (
.X(X),
.SLEEP(SLEEP),
.A(A),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_isobufsrc_8 (
X,
SLEEP,
A
);
output X;
input SLEEP;
input A;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hd__lpflow_isobufsrc base (
.X(X),
.SLEEP(SLEEP),
.A(A)
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_lsbuf_lh_hl_isowell_tap (
X,
A,
VPWRIN,
VPWR,
VGND,
VPB
);
// Module ports
output X;
input A;
input VPWRIN;
input VPWR;
input VGND;
input VPB;
// Local signals
wire pwrgood0_out_A;
wire buf0_out_X;
// Name Output Other arguments
sky130_fd_sc_hd__udp_pwrgood$l_pp$PG pwrgood0 (
pwrgood0_out_A,
A,
VPWRIN,
VGND
);
buf buf0 (buf0_out_X, pwrgood0_out_A);
sky130_fd_sc_hd__udp_pwrgood$l_pp$PG pwrgood1 (
X,
buf0_out_X,
VPWR,
VGND
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_lsbuf_lh_hl_isowell_tap (
X,
A
);
// Module ports
output X;
input A;
// Module supplies
supply1 VPWR;
supply0 VGND;
supply1 VPB;
// Name Output Other arguments
buf buf0 (X, A);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_lsbuf_lh_hl_isowell_tap (
X,
A
);
output X;
input A;
// Voltage supply signals
wire VPWRIN;
supply1 VPWR ;
supply0 VGND ;
supply1 VPB ;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_lsbuf_lh_hl_isowell_tap (
X,
A,
VPWRIN,
VPWR,
VGND,
VPB
);
// Module ports
output X;
input A;
input VPWRIN;
input VPWR;
input VGND;
input VPB;
// Local signals
wire pwrgood0_out_A;
wire buf0_out_X;
// Name Output Other arguments
sky130_fd_sc_hd__udp_pwrgood$l_pp$PG pwrgood0 (
pwrgood0_out_A,
A,
VPWRIN,
VGND
);
buf buf0 (buf0_out_X, pwrgood0_out_A);
sky130_fd_sc_hd__udp_pwrgood$l_pp$PG pwrgood1 (
X,
buf0_out_X,
VPWR,
VGND
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_lsbuf_lh_hl_isowell_tap (
X,
A
);
// Module ports
output X;
input A;
// Name Output Other arguments
buf buf0 (X, A);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_lsbuf_lh_hl_isowell_tap (
X,
A,
VPWRIN,
VPWR,
VGND,
VPB
);
output X;
input A;
input VPWRIN;
input VPWR;
input VGND;
input VPB;
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_lsbuf_lh_hl_isowell_tap (
//# {{data|Data Signals}}
input A,
output X,
//# {{power|Power}}
input VPB,
input VPWR,
input VPWRIN,
input VGND
);
endmodule
| 7.212805 |
module sky130_fd_sc_hd__lpflow_lsbuf_lh_hl_isowell_tap (
//# {{data|Data Signals}}
input A,
output X
);
// Voltage supply signals
wire VPWRIN;
supply1 VPWR ;
supply0 VGND ;
supply1 VPB ;
endmodule
| 7.212805 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.