code
stringlengths
35
6.69k
score
float64
6.5
11.5
module sky130_fd_sc_hd__fah ( COUT, SUM, A, B, CI ); // Module ports output COUT; output SUM; input A; input B; input CI; // Module supplies supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; // Local signals wire xor0_out_SUM; wire a_b; wire a_ci; wire b_ci; wire or0_out_COUT; // Name Output Other arguments xor xor0 (xor0_out_SUM, A, B, CI); buf buf0 (SUM, xor0_out_SUM); and and0 (a_b, A, B); and and1 (a_ci, A, CI); and and2 (b_ci, B, CI); or or0 (or0_out_COUT, a_b, a_ci, b_ci); buf buf1 (COUT, or0_out_COUT); endmodule
7.212805
module sky130_fd_sc_hd__fah_1 ( COUT, SUM, A, B, CI, VPWR, VGND, VPB, VNB ); output COUT; output SUM; input A; input B; input CI; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__fah base ( .COUT(COUT), .SUM(SUM), .A(A), .B(B), .CI(CI), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__fah_1 ( COUT, SUM, A, B, CI ); output COUT; output SUM; input A; input B; input CI; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__fah base ( .COUT(COUT), .SUM(SUM), .A(A), .B(B), .CI(CI) ); endmodule
7.212805
module sky130_fd_sc_hd__fahcin ( COUT, SUM, A, B, CIN, VPWR, VGND, VPB, VNB ); // Module ports output COUT; output SUM; input A; input B; input CIN; input VPWR; input VGND; input VPB; input VNB; // Local signals wire ci; wire xor0_out_SUM; wire pwrgood_pp0_out_SUM; wire a_b; wire a_ci; wire b_ci; wire or0_out_COUT; wire pwrgood_pp1_out_COUT; // Name Output Other arguments not not0 (ci, CIN); xor xor0 (xor0_out_SUM, A, B, ci); sky130_fd_sc_hd__udp_pwrgood_pp$PG pwrgood_pp0 ( pwrgood_pp0_out_SUM, xor0_out_SUM, VPWR, VGND ); buf buf0 (SUM, pwrgood_pp0_out_SUM); and and0 (a_b, A, B); and and1 (a_ci, A, ci); and and2 (b_ci, B, ci); or or0 (or0_out_COUT, a_b, a_ci, b_ci); sky130_fd_sc_hd__udp_pwrgood_pp$PG pwrgood_pp1 ( pwrgood_pp1_out_COUT, or0_out_COUT, VPWR, VGND ); buf buf1 (COUT, pwrgood_pp1_out_COUT); endmodule
7.212805
module sky130_fd_sc_hd__fahcin ( COUT, SUM, A, B, CIN ); // Module ports output COUT; output SUM; input A; input B; input CIN; // Local signals wire ci; wire xor0_out_SUM; wire a_b; wire a_ci; wire b_ci; wire or0_out_COUT; // Name Output Other arguments not not0 (ci, CIN); xor xor0 (xor0_out_SUM, A, B, ci); buf buf0 (SUM, xor0_out_SUM); and and0 (a_b, A, B); and and1 (a_ci, A, ci); and and2 (b_ci, B, ci); or or0 (or0_out_COUT, a_b, a_ci, b_ci); buf buf1 (COUT, or0_out_COUT); endmodule
7.212805
module sky130_fd_sc_hd__fahcin ( COUT, SUM, A, B, CIN ); // Module ports output COUT; output SUM; input A; input B; input CIN; // Module supplies supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; // Local signals wire ci; wire xor0_out_SUM; wire a_b; wire a_ci; wire b_ci; wire or0_out_COUT; // Name Output Other arguments not not0 (ci, CIN); xor xor0 (xor0_out_SUM, A, B, ci); buf buf0 (SUM, xor0_out_SUM); and and0 (a_b, A, B); and and1 (a_ci, A, ci); and and2 (b_ci, B, ci); or or0 (or0_out_COUT, a_b, a_ci, b_ci); buf buf1 (COUT, or0_out_COUT); endmodule
7.212805
module sky130_fd_sc_hd__fahcin_1 ( COUT, SUM, A, B, CIN, VPWR, VGND, VPB, VNB ); output COUT; output SUM; input A; input B; input CIN; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__fahcin base ( .COUT(COUT), .SUM(SUM), .A(A), .B(B), .CIN(CIN), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__fahcin_1 ( COUT, SUM, A, B, CIN ); output COUT; output SUM; input A; input B; input CIN; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__fahcin base ( .COUT(COUT), .SUM(SUM), .A(A), .B(B), .CIN(CIN) ); endmodule
7.212805
module sky130_fd_sc_hd__fahcon ( COUT_N, SUM, A, B, CI, VPWR, VGND, VPB, VNB ); // Module ports output COUT_N; output SUM; input A; input B; input CI; input VPWR; input VGND; input VPB; input VNB; // Local signals wire xor0_out_SUM; wire pwrgood_pp0_out_SUM; wire a_b; wire a_ci; wire b_ci; wire or0_out_coutn; wire pwrgood_pp1_out_coutn; // Name Output Other arguments xor xor0 (xor0_out_SUM, A, B, CI); sky130_fd_sc_hd__udp_pwrgood_pp$PG pwrgood_pp0 ( pwrgood_pp0_out_SUM, xor0_out_SUM, VPWR, VGND ); buf buf0 (SUM, pwrgood_pp0_out_SUM); nor nor0 (a_b, A, B); nor nor1 (a_ci, A, CI); nor nor2 (b_ci, B, CI); or or0 (or0_out_coutn, a_b, a_ci, b_ci); sky130_fd_sc_hd__udp_pwrgood_pp$PG pwrgood_pp1 ( pwrgood_pp1_out_coutn, or0_out_coutn, VPWR, VGND ); buf buf1 (COUT_N, pwrgood_pp1_out_coutn); endmodule
7.212805
module sky130_fd_sc_hd__fahcon ( COUT_N, SUM, A, B, CI ); // Module ports output COUT_N; output SUM; input A; input B; input CI; // Local signals wire xor0_out_SUM; wire a_b; wire a_ci; wire b_ci; wire or0_out_coutn; // Name Output Other arguments xor xor0 (xor0_out_SUM, A, B, CI); buf buf0 (SUM, xor0_out_SUM); nor nor0 (a_b, A, B); nor nor1 (a_ci, A, CI); nor nor2 (b_ci, B, CI); or or0 (or0_out_coutn, a_b, a_ci, b_ci); buf buf1 (COUT_N, or0_out_coutn); endmodule
7.212805
module sky130_fd_sc_hd__fahcon ( COUT_N, SUM, A, B, CI ); // Module ports output COUT_N; output SUM; input A; input B; input CI; // Module supplies supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; // Local signals wire xor0_out_SUM; wire a_b; wire a_ci; wire b_ci; wire or0_out_coutn; // Name Output Other arguments xor xor0 (xor0_out_SUM, A, B, CI); buf buf0 (SUM, xor0_out_SUM); nor nor0 (a_b, A, B); nor nor1 (a_ci, A, CI); nor nor2 (b_ci, B, CI); or or0 (or0_out_coutn, a_b, a_ci, b_ci); buf buf1 (COUT_N, or0_out_coutn); endmodule
7.212805
module sky130_fd_sc_hd__fahcon_1 ( COUT_N, SUM, A, B, CI, VPWR, VGND, VPB, VNB ); output COUT_N; output SUM; input A; input B; input CI; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__fahcon base ( .COUT_N(COUT_N), .SUM(SUM), .A(A), .B(B), .CI(CI), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__fahcon_1 ( COUT_N, SUM, A, B, CI ); output COUT_N; output SUM; input A; input B; input CI; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__fahcon base ( .COUT_N(COUT_N), .SUM(SUM), .A(A), .B(B), .CI(CI) ); endmodule
7.212805
module sky130_fd_sc_hd__fill ( VPWR, VGND, VPB, VNB ); // Module ports input VPWR; input VGND; input VPB; input VNB; // No contents. endmodule
7.212805
module sky130_fd_sc_hd__fill (); // Module supplies supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; // No contents. endmodule
7.212805
module sky130_fd_sc_hd__fill (); // Module supplies supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; // No contents. endmodule
7.212805
module sky130_fd_sc_hd__fill_1 ( VPWR, VGND, VPB, VNB ); input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__fill base ( .VPWR(VPWR), .VGND(VGND), .VPB (VPB), .VNB (VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__fill_1 (); // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__fill base (); endmodule
7.212805
module sky130_fd_sc_hd__fill_2 ( VPWR, VGND, VPB, VNB ); input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__fill base ( .VPWR(VPWR), .VGND(VGND), .VPB (VPB), .VNB (VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__fill_2 (); // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__fill base (); endmodule
7.212805
module sky130_fd_sc_hd__fill_4 ( VPWR, VGND, VPB, VNB ); input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__fill base ( .VPWR(VPWR), .VGND(VGND), .VPB (VPB), .VNB (VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__fill_4 (); // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__fill base (); endmodule
7.212805
module sky130_fd_sc_hd__fill_8 ( VPWR, VGND, VPB, VNB ); input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__fill base ( .VPWR(VPWR), .VGND(VGND), .VPB (VPB), .VNB (VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__fill_8 (); // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__fill base (); endmodule
7.212805
module sky130_fd_sc_hd__ha ( COUT, SUM, A, B, VPWR, VGND, VPB, VNB ); // Module ports output COUT; output SUM; input A; input B; input VPWR; input VGND; input VPB; input VNB; // Local signals wire and0_out_COUT; wire pwrgood_pp0_out_COUT; wire xor0_out_SUM; wire pwrgood_pp1_out_SUM; // Name Output Other arguments and and0 (and0_out_COUT, A, B); sky130_fd_sc_hd__udp_pwrgood_pp$PG pwrgood_pp0 ( pwrgood_pp0_out_COUT, and0_out_COUT, VPWR, VGND ); buf buf0 (COUT, pwrgood_pp0_out_COUT); xor xor0 (xor0_out_SUM, B, A); sky130_fd_sc_hd__udp_pwrgood_pp$PG pwrgood_pp1 ( pwrgood_pp1_out_SUM, xor0_out_SUM, VPWR, VGND ); buf buf1 (SUM, pwrgood_pp1_out_SUM); endmodule
7.212805
module sky130_fd_sc_hd__ha ( COUT, SUM, A, B ); // Module ports output COUT; output SUM; input A; input B; // Local signals wire and0_out_COUT; wire xor0_out_SUM; // Name Output Other arguments and and0 (and0_out_COUT, A, B); buf buf0 (COUT, and0_out_COUT); xor xor0 (xor0_out_SUM, B, A); buf buf1 (SUM, xor0_out_SUM); endmodule
7.212805
module sky130_fd_sc_hd__ha ( COUT, SUM, A, B ); // Module ports output COUT; output SUM; input A; input B; // Module supplies supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; // Local signals wire and0_out_COUT; wire xor0_out_SUM; // Name Output Other arguments and and0 (and0_out_COUT, A, B); buf buf0 (COUT, and0_out_COUT); xor xor0 (xor0_out_SUM, B, A); buf buf1 (SUM, xor0_out_SUM); endmodule
7.212805
module sky130_fd_sc_hd__ha_1 ( COUT, SUM, A, B, VPWR, VGND, VPB, VNB ); output COUT; output SUM; input A; input B; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__ha base ( .COUT(COUT), .SUM(SUM), .A(A), .B(B), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__ha_1 ( COUT, SUM, A, B ); output COUT; output SUM; input A; input B; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__ha base ( .COUT(COUT), .SUM(SUM), .A(A), .B(B) ); endmodule
7.212805
module sky130_fd_sc_hd__ha_2 ( COUT, SUM, A, B, VPWR, VGND, VPB, VNB ); output COUT; output SUM; input A; input B; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__ha base ( .COUT(COUT), .SUM(SUM), .A(A), .B(B), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__ha_2 ( COUT, SUM, A, B ); output COUT; output SUM; input A; input B; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__ha base ( .COUT(COUT), .SUM(SUM), .A(A), .B(B) ); endmodule
7.212805
module sky130_fd_sc_hd__ha_4 ( COUT, SUM, A, B, VPWR, VGND, VPB, VNB ); output COUT; output SUM; input A; input B; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__ha base ( .COUT(COUT), .SUM(SUM), .A(A), .B(B), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__ha_4 ( COUT, SUM, A, B ); output COUT; output SUM; input A; input B; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__ha base ( .COUT(COUT), .SUM(SUM), .A(A), .B(B) ); endmodule
7.212805
module sky130_fd_sc_hd__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_hd__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_hd__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_hd__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_hd__inv_1 ( Y, A, VPWR, VGND, VPB, VNB ); output Y; input A; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__inv base ( .Y(Y), .A(A), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__inv_1 ( Y, A ); output Y; input A; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__inv base ( .Y(Y), .A(A) ); endmodule
7.212805
module sky130_fd_sc_hd__inv_2 ( Y, A, VPWR, VGND, VPB, VNB ); output Y; input A; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__inv base ( .Y(Y), .A(A), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__inv_2 ( Y, A ); output Y; input A; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__inv base ( .Y(Y), .A(A) ); endmodule
7.212805
module sky130_fd_sc_hd__inv_4 ( Y, A, VPWR, VGND, VPB, VNB ); output Y; input A; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__inv base ( .Y(Y), .A(A), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__inv_4 ( Y, A ); output Y; input A; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__inv base ( .Y(Y), .A(A) ); endmodule
7.212805
module sky130_fd_sc_hd__inv_6 ( Y, A, VPWR, VGND, VPB, VNB ); output Y; input A; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__inv base ( .Y(Y), .A(A), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__inv_6 ( Y, A ); output Y; input A; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__inv base ( .Y(Y), .A(A) ); endmodule
7.212805
module sky130_fd_sc_hd__inv_8 ( Y, A, VPWR, VGND, VPB, VNB ); output Y; input A; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__inv base ( .Y(Y), .A(A), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__inv_8 ( Y, A ); output Y; input A; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__inv base ( .Y(Y), .A(A) ); endmodule
7.212805
module sky130_fd_sc_hd__inv_12 ( Y, A, VPWR, VGND, VPB, VNB ); output Y; input A; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__inv base ( .Y(Y), .A(A), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__inv_12 ( Y, A ); output Y; input A; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__inv base ( .Y(Y), .A(A) ); endmodule
7.212805
module sky130_fd_sc_hd__inv_16 ( Y, A, VPWR, VGND, VPB, VNB ); output Y; input A; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__inv base ( .Y(Y), .A(A), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__inv_16 ( Y, A ); output Y; input A; // Voltage supply signals supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__inv base ( .Y(Y), .A(A) ); endmodule
7.212805
module sky130_fd_sc_hd__lpflow_bleeder ( SHORT, VPWR, VGND, VPB, VNB ); input SHORT; inout VPWR; input VGND; input VPB; input VNB; wire gnd; pulldown (gnd); bufif1 (VPWR, gnd, SHORT); endmodule
7.212805
module sky130_fd_sc_hd__lpflow_bleeder ( SHORT ); input SHORT; endmodule
7.212805
module sky130_fd_sc_hd__lpflow_bleeder ( SHORT ); input SHORT; endmodule
7.212805
module sky130_fd_sc_hd__lpflow_bleeder_1 ( SHORT, VPWR, VGND, VPB, VNB ); input SHORT; inout VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__lpflow_bleeder base ( .SHORT(SHORT), .VPWR (VPWR), .VGND (VGND), .VPB (VPB), .VNB (VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__lpflow_bleeder_1 ( SHORT ); input SHORT; // Voltage supply signals wire VPWR; supply0 VGND; supply1 VPB ; supply0 VNB ; sky130_fd_sc_hd__lpflow_bleeder base (.SHORT(SHORT)); endmodule
7.212805
module sky130_fd_sc_hd__lpflow_clkbufkapwr ( X, A, KAPWR, VPWR, VGND, VPB, VNB ); // Module ports output X; input A; input KAPWR; input VPWR; input VGND; input VPB; input VNB; // Local signals wire buf0_out_X; wire pwrgood0_out_X; // Name Output Other arguments buf buf0 (buf0_out_X, A); sky130_fd_sc_hd__udp_pwrgood$l_pp$PG pwrgood0 ( pwrgood0_out_X, buf0_out_X, KAPWR, VGND ); buf buf1 (X, pwrgood0_out_X); endmodule
7.212805
module sky130_fd_sc_hd__lpflow_clkbufkapwr ( X, A ); // Module ports output X; input A; // Local signals wire buf0_out_X; // Name Output Other arguments buf buf0 (buf0_out_X, A); buf buf1 (X, buf0_out_X); endmodule
7.212805
module sky130_fd_sc_hd__lpflow_clkbufkapwr ( X, A ); // Module ports output X; input A; // Module supplies supply1 KAPWR; supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; // Local signals wire buf0_out_X; // Name Output Other arguments buf buf0 (buf0_out_X, A); buf buf1 (X, buf0_out_X); endmodule
7.212805
module sky130_fd_sc_hd__lpflow_clkbufkapwr_1 ( X, A, KAPWR, VPWR, VGND, VPB, VNB ); output X; input A; input KAPWR; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__lpflow_clkbufkapwr base ( .X(X), .A(A), .KAPWR(KAPWR), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__lpflow_clkbufkapwr_1 ( X, A ); output X; input A; // Voltage supply signals supply1 KAPWR; supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__lpflow_clkbufkapwr base ( .X(X), .A(A) ); endmodule
7.212805
module sky130_fd_sc_hd__lpflow_clkbufkapwr_2 ( X, A, KAPWR, VPWR, VGND, VPB, VNB ); output X; input A; input KAPWR; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__lpflow_clkbufkapwr base ( .X(X), .A(A), .KAPWR(KAPWR), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__lpflow_clkbufkapwr_2 ( X, A ); output X; input A; // Voltage supply signals supply1 KAPWR; supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__lpflow_clkbufkapwr base ( .X(X), .A(A) ); endmodule
7.212805
module sky130_fd_sc_hd__lpflow_clkbufkapwr_4 ( X, A, KAPWR, VPWR, VGND, VPB, VNB ); output X; input A; input KAPWR; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__lpflow_clkbufkapwr base ( .X(X), .A(A), .KAPWR(KAPWR), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__lpflow_clkbufkapwr_4 ( X, A ); output X; input A; // Voltage supply signals supply1 KAPWR; supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__lpflow_clkbufkapwr base ( .X(X), .A(A) ); endmodule
7.212805
module sky130_fd_sc_hd__lpflow_clkbufkapwr_8 ( X, A, KAPWR, VPWR, VGND, VPB, VNB ); output X; input A; input KAPWR; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__lpflow_clkbufkapwr base ( .X(X), .A(A), .KAPWR(KAPWR), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__lpflow_clkbufkapwr_8 ( X, A ); output X; input A; // Voltage supply signals supply1 KAPWR; supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__lpflow_clkbufkapwr base ( .X(X), .A(A) ); endmodule
7.212805
module sky130_fd_sc_hd__lpflow_clkbufkapwr_16 ( X, A, KAPWR, VPWR, VGND, VPB, VNB ); output X; input A; input KAPWR; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__lpflow_clkbufkapwr base ( .X(X), .A(A), .KAPWR(KAPWR), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__lpflow_clkbufkapwr_16 ( X, A ); output X; input A; // Voltage supply signals supply1 KAPWR; supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__lpflow_clkbufkapwr base ( .X(X), .A(A) ); endmodule
7.212805
module sky130_fd_sc_hd__lpflow_clkinvkapwr ( Y, A, KAPWR, VPWR, VGND, VPB, VNB ); // Module ports output Y; input A; input KAPWR; input VPWR; input VGND; input VPB; input VNB; // Local signals wire not0_out_Y; wire pwrgood0_out_Y; // Name Output Other arguments not not0 (not0_out_Y, A); sky130_fd_sc_hd__udp_pwrgood$l_pp$PG pwrgood0 ( pwrgood0_out_Y, not0_out_Y, KAPWR, VGND ); buf buf0 (Y, pwrgood0_out_Y); endmodule
7.212805
module sky130_fd_sc_hd__lpflow_clkinvkapwr ( 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_hd__lpflow_clkinvkapwr ( Y, A ); // Module ports output Y; input A; // Module supplies supply1 KAPWR; 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_hd__lpflow_clkinvkapwr_1 ( Y, A, KAPWR, VPWR, VGND, VPB, VNB ); output Y; input A; input KAPWR; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__lpflow_clkinvkapwr base ( .Y(Y), .A(A), .KAPWR(KAPWR), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__lpflow_clkinvkapwr_1 ( Y, A ); output Y; input A; // Voltage supply signals supply1 KAPWR; supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__lpflow_clkinvkapwr base ( .Y(Y), .A(A) ); endmodule
7.212805
module sky130_fd_sc_hd__lpflow_clkinvkapwr_2 ( Y, A, KAPWR, VPWR, VGND, VPB, VNB ); output Y; input A; input KAPWR; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__lpflow_clkinvkapwr base ( .Y(Y), .A(A), .KAPWR(KAPWR), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__lpflow_clkinvkapwr_2 ( Y, A ); output Y; input A; // Voltage supply signals supply1 KAPWR; supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__lpflow_clkinvkapwr base ( .Y(Y), .A(A) ); endmodule
7.212805
module sky130_fd_sc_hd__lpflow_clkinvkapwr_4 ( Y, A, KAPWR, VPWR, VGND, VPB, VNB ); output Y; input A; input KAPWR; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__lpflow_clkinvkapwr base ( .Y(Y), .A(A), .KAPWR(KAPWR), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__lpflow_clkinvkapwr_4 ( Y, A ); output Y; input A; // Voltage supply signals supply1 KAPWR; supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__lpflow_clkinvkapwr base ( .Y(Y), .A(A) ); endmodule
7.212805
module sky130_fd_sc_hd__lpflow_clkinvkapwr_8 ( Y, A, KAPWR, VPWR, VGND, VPB, VNB ); output Y; input A; input KAPWR; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__lpflow_clkinvkapwr base ( .Y(Y), .A(A), .KAPWR(KAPWR), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__lpflow_clkinvkapwr_8 ( Y, A ); output Y; input A; // Voltage supply signals supply1 KAPWR; supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__lpflow_clkinvkapwr base ( .Y(Y), .A(A) ); endmodule
7.212805
module sky130_fd_sc_hd__lpflow_clkinvkapwr_16 ( Y, A, KAPWR, VPWR, VGND, VPB, VNB ); output Y; input A; input KAPWR; input VPWR; input VGND; input VPB; input VNB; sky130_fd_sc_hd__lpflow_clkinvkapwr base ( .Y(Y), .A(A), .KAPWR(KAPWR), .VPWR(VPWR), .VGND(VGND), .VPB(VPB), .VNB(VNB) ); endmodule
7.212805
module sky130_fd_sc_hd__lpflow_clkinvkapwr_16 ( Y, A ); output Y; input A; // Voltage supply signals supply1 KAPWR; supply1 VPWR; supply0 VGND; supply1 VPB; supply0 VNB; sky130_fd_sc_hd__lpflow_clkinvkapwr base ( .Y(Y), .A(A) ); endmodule
7.212805
module sky130_fd_sc_hd__lpflow_decapkapwr ( VPWR, KAPWR, VGND, VPB, VNB ); // Module ports input VPWR; input KAPWR; input VGND; input VPB; input VNB; // No contents. endmodule
7.212805
module sky130_fd_sc_hd__lpflow_decapkapwr (); // No contents. endmodule
7.212805
module sky130_fd_sc_hd__lpflow_decapkapwr (); // Module supplies supply1 VPWR; supply1 KAPWR; supply0 VGND; supply1 VPB; supply0 VNB; // No contents. 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_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_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 ); // 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_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