code stringlengths 35 6.69k | score float64 6.5 11.5 |
|---|---|
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
);
// 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_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)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
(A + => X) = (0: 0: 0, 0: 0: 0);
endspecify
`endif
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)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
(A + => X) = (0: 0: 0, 0: 0: 0);
endspecify
`endif
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
);
// 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_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)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
(A + => X) = (0: 0: 0, 0: 0: 0);
endspecify
`endif
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)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
(A + => X) = (0: 0: 0, 0: 0: 0);
endspecify
`endif
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
);
// 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_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)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
(A + => X) = (0: 0: 0, 0: 0: 0);
endspecify
`endif
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)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
(A + => X) = (0: 0: 0, 0: 0: 0);
endspecify
`endif
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
);
// 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_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)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
(A + => X) = (0: 0: 0, 0: 0: 0);
endspecify
`endif
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)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
(A + => X) = (0: 0: 0, 0: 0: 0);
endspecify
`endif
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
);
// 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_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)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
(SLEEP_B + => X) = (0: 0: 0, 0: 0: 0);
(A + => X) = (0: 0: 0, 0: 0: 0);
endspecify
`endif
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)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
(SLEEP_B + => X) = (0: 0: 0, 0: 0: 0);
(A + => X) = (0: 0: 0, 0: 0: 0);
endspecify
`endif
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
);
// 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_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)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
(SLEEP_B + => X) = (0: 0: 0, 0: 0: 0);
(A + => X) = (0: 0: 0, 0: 0: 0);
endspecify
`endif
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)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
(SLEEP_B + => X) = (0: 0: 0, 0: 0: 0);
(A + => X) = (0: 0: 0, 0: 0: 0);
endspecify
`endif
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
);
// 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_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_symmetric base (
.X(X),
.A(A),
.VPWR(VPWR),
.VGND(VGND),
.LVPWR(LVPWR),
.VPB(VPB),
.VNB(VNB)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
(A + => X) = (0: 0: 0, 0: 0: 0);
endspecify
`endif
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__lsbuflv2hv_symmetric_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_symmetric base (
.X(X),
.A(A)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
(A + => X) = (0: 0: 0, 0: 0: 0);
endspecify
`endif
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__mux2 (
X,
A0,
A1,
S,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output X;
input A0;
input A1;
input S;
input VPWR;
input VGND;
input VPB;
input VNB;
// Local signals
wire mux_2to10_out_X;
wire pwrgood_pp0_out_X;
// Name Output Other arguments
sky130_fd_sc_hvl__udp_mux_2to1 mux_2to10 (
mux_2to10_out_X,
A0,
A1,
S
);
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 (
pwrgood_pp0_out_X,
mux_2to10_out_X,
VPWR,
VGND
);
buf buf0 (X, pwrgood_pp0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__mux2 (
X,
A0,
A1,
S
);
// Module ports
output X;
input A0;
input A1;
input S;
// Local signals
wire mux_2to10_out_X;
// Name Output Other arguments
sky130_fd_sc_hvl__udp_mux_2to1 mux_2to10 (
mux_2to10_out_X,
A0,
A1,
S
);
buf buf0 (X, mux_2to10_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__mux2 (
X,
A0,
A1,
S
);
// Module ports
output X;
input A0;
input A1;
input S;
// Module supplies
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
// Local signals
wire mux_2to10_out_X;
// Name Output Other arguments
sky130_fd_sc_hvl__udp_mux_2to1 mux_2to10 (
mux_2to10_out_X,
A0,
A1,
S
);
buf buf0 (X, mux_2to10_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__mux2_1 (
X,
A0,
A1,
S,
VPWR,
VGND,
VPB,
VNB
);
output X;
input A0;
input A1;
input S;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hvl__mux2 base (
.X(X),
.A0(A0),
.A1(A1),
.S(S),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
if ((!A1 & !S)) (A0 + => X) = (0: 0: 0, 0: 0: 0);
if ((A1 & !S)) (A0 + => X) = (0: 0: 0, 0: 0: 0);
if ((!A0 & S)) (A1 + => X) = (0: 0: 0, 0: 0: 0);
if ((A0 & S)) (A1 + => X) = (0: 0: 0, 0: 0: 0);
if ((!A0 & A1)) (S + => X) = (0: 0: 0, 0: 0: 0);
if ((A0 & !A1)) (S - => X) = (0: 0: 0, 0: 0: 0);
endspecify
`endif
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__mux2_1 (
X,
A0,
A1,
S
);
output X;
input A0;
input A1;
input S;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hvl__mux2 base (
.X (X),
.A0(A0),
.A1(A1),
.S (S)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
if ((!A1 & !S)) (A0 + => X) = (0: 0: 0, 0: 0: 0);
if ((A1 & !S)) (A0 + => X) = (0: 0: 0, 0: 0: 0);
if ((!A0 & S)) (A1 + => X) = (0: 0: 0, 0: 0: 0);
if ((A0 & S)) (A1 + => X) = (0: 0: 0, 0: 0: 0);
if ((!A0 & A1)) (S + => X) = (0: 0: 0, 0: 0: 0);
if ((A0 & !A1)) (S - => X) = (0: 0: 0, 0: 0: 0);
endspecify
`endif
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__mux4 (
X,
A0,
A1,
A2,
A3,
S0,
S1,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output X;
input A0;
input A1;
input A2;
input A3;
input S0;
input S1;
input VPWR;
input VGND;
input VPB;
input VNB;
// Local signals
wire mux_4to20_out_X;
wire pwrgood_pp0_out_X;
// Name Output Other arguments
sky130_fd_sc_hvl__udp_mux_4to2 mux_4to20 (
mux_4to20_out_X,
A0,
A1,
A2,
A3,
S0,
S1
);
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 (
pwrgood_pp0_out_X,
mux_4to20_out_X,
VPWR,
VGND
);
buf buf0 (X, pwrgood_pp0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__mux4 (
X,
A0,
A1,
A2,
A3,
S0,
S1
);
// Module ports
output X;
input A0;
input A1;
input A2;
input A3;
input S0;
input S1;
// Local signals
wire mux_4to20_out_X;
// Name Output Other arguments
sky130_fd_sc_hvl__udp_mux_4to2 mux_4to20 (
mux_4to20_out_X,
A0,
A1,
A2,
A3,
S0,
S1
);
buf buf0 (X, mux_4to20_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__mux4 (
X,
A0,
A1,
A2,
A3,
S0,
S1
);
// Module ports
output X;
input A0;
input A1;
input A2;
input A3;
input S0;
input S1;
// Module supplies
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
// Local signals
wire mux_4to20_out_X;
// Name Output Other arguments
sky130_fd_sc_hvl__udp_mux_4to2 mux_4to20 (
mux_4to20_out_X,
A0,
A1,
A2,
A3,
S0,
S1
);
buf buf0 (X, mux_4to20_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__nand2 (
Y,
A,
B,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output Y;
input A;
input B;
input VPWR;
input VGND;
input VPB;
input VNB;
// Local signals
wire nand0_out_Y;
wire pwrgood_pp0_out_Y;
// Name Output Other arguments
nand nand0 (nand0_out_Y, B, A);
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 (
pwrgood_pp0_out_Y,
nand0_out_Y,
VPWR,
VGND
);
buf buf0 (Y, pwrgood_pp0_out_Y);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__nand2 (
Y,
A,
B
);
// Module ports
output Y;
input A;
input B;
// Local signals
wire nand0_out_Y;
// Name Output Other arguments
nand nand0 (nand0_out_Y, B, A);
buf buf0 (Y, nand0_out_Y);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__nand2 (
Y,
A,
B
);
// Module ports
output Y;
input A;
input B;
// Module supplies
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
// Local signals
wire nand0_out_Y;
// Name Output Other arguments
nand nand0 (nand0_out_Y, B, A);
buf buf0 (Y, nand0_out_Y);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__nand2_1 (
Y,
A,
B,
VPWR,
VGND,
VPB,
VNB
);
output Y;
input A;
input B;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hvl__nand2 base (
.Y(Y),
.A(A),
.B(B),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
if ((B)) (A - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
ifnone (A - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
if ((A)) (B - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
ifnone (B - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
endspecify
`endif
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__nand2_1 (
Y,
A,
B
);
output Y;
input A;
input B;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hvl__nand2 base (
.Y(Y),
.A(A),
.B(B)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
if ((B)) (A - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
ifnone (A - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
if ((A)) (B - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
ifnone (B - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
endspecify
`endif
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__nand3 (
Y,
A,
B,
C,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output Y;
input A;
input B;
input C;
input VPWR;
input VGND;
input VPB;
input VNB;
// Local signals
wire nand0_out_Y;
wire pwrgood_pp0_out_Y;
// Name Output Other arguments
nand nand0 (nand0_out_Y, B, A, C);
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 (
pwrgood_pp0_out_Y,
nand0_out_Y,
VPWR,
VGND
);
buf buf0 (Y, pwrgood_pp0_out_Y);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__nand3 (
Y,
A,
B,
C
);
// Module ports
output Y;
input A;
input B;
input C;
// Local signals
wire nand0_out_Y;
// Name Output Other arguments
nand nand0 (nand0_out_Y, B, A, C);
buf buf0 (Y, nand0_out_Y);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__nand3 (
Y,
A,
B,
C
);
// Module ports
output Y;
input A;
input B;
input C;
// Module supplies
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
// Local signals
wire nand0_out_Y;
// Name Output Other arguments
nand nand0 (nand0_out_Y, B, A, C);
buf buf0 (Y, nand0_out_Y);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__nand3_1 (
Y,
A,
B,
C,
VPWR,
VGND,
VPB,
VNB
);
output Y;
input A;
input B;
input C;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hvl__nand3 base (
.Y(Y),
.A(A),
.B(B),
.C(C),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
if ((B & C)) (A - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
ifnone (A - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
if ((A & C)) (B - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
ifnone (B - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
if ((A & B)) (C - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
ifnone (C - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
endspecify
`endif
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__nand3_1 (
Y,
A,
B,
C
);
output Y;
input A;
input B;
input C;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hvl__nand3 base (
.Y(Y),
.A(A),
.B(B),
.C(C)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
if ((B & C)) (A - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
ifnone (A - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
if ((A & C)) (B - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
ifnone (B - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
if ((A & B)) (C - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
ifnone (C - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
endspecify
`endif
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__nor2 (
Y,
A,
B,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output Y;
input A;
input B;
input VPWR;
input VGND;
input VPB;
input VNB;
// Local signals
wire nor0_out_Y;
wire pwrgood_pp0_out_Y;
// Name Output Other arguments
nor nor0 (nor0_out_Y, A, B);
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 (
pwrgood_pp0_out_Y,
nor0_out_Y,
VPWR,
VGND
);
buf buf0 (Y, pwrgood_pp0_out_Y);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__nor2 (
Y,
A,
B
);
// Module ports
output Y;
input A;
input B;
// Local signals
wire nor0_out_Y;
// Name Output Other arguments
nor nor0 (nor0_out_Y, A, B);
buf buf0 (Y, nor0_out_Y);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__nor2 (
Y,
A,
B
);
// Module ports
output Y;
input A;
input B;
// Module supplies
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
// Local signals
wire nor0_out_Y;
// Name Output Other arguments
nor nor0 (nor0_out_Y, A, B);
buf buf0 (Y, nor0_out_Y);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__nor2_1 (
Y,
A,
B,
VPWR,
VGND,
VPB,
VNB
);
output Y;
input A;
input B;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hvl__nor2 base (
.Y(Y),
.A(A),
.B(B),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
if ((!B)) (A - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
ifnone (A - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
if ((!A)) (B - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
ifnone (B - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
endspecify
`endif
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__nor2_1 (
Y,
A,
B
);
output Y;
input A;
input B;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hvl__nor2 base (
.Y(Y),
.A(A),
.B(B)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
if ((!B)) (A - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
ifnone (A - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
if ((!A)) (B - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
ifnone (B - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
endspecify
`endif
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__nor3 (
Y,
A,
B,
C,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output Y;
input A;
input B;
input C;
input VPWR;
input VGND;
input VPB;
input VNB;
// Local signals
wire nor0_out_Y;
wire pwrgood_pp0_out_Y;
// Name Output Other arguments
nor nor0 (nor0_out_Y, C, A, B);
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 (
pwrgood_pp0_out_Y,
nor0_out_Y,
VPWR,
VGND
);
buf buf0 (Y, pwrgood_pp0_out_Y);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__nor3 (
Y,
A,
B,
C
);
// Module ports
output Y;
input A;
input B;
input C;
// Local signals
wire nor0_out_Y;
// Name Output Other arguments
nor nor0 (nor0_out_Y, C, A, B);
buf buf0 (Y, nor0_out_Y);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__nor3 (
Y,
A,
B,
C
);
// Module ports
output Y;
input A;
input B;
input C;
// Module supplies
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
// Local signals
wire nor0_out_Y;
// Name Output Other arguments
nor nor0 (nor0_out_Y, C, A, B);
buf buf0 (Y, nor0_out_Y);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__nor3_1 (
Y,
A,
B,
C,
VPWR,
VGND,
VPB,
VNB
);
output Y;
input A;
input B;
input C;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hvl__nor3 base (
.Y(Y),
.A(A),
.B(B),
.C(C),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
if ((!B & !C)) (A - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
ifnone (A - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
if ((!A & !C)) (B - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
ifnone (B - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
if ((!A & !B)) (C - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
ifnone (C - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
endspecify
`endif
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__nor3_1 (
Y,
A,
B,
C
);
output Y;
input A;
input B;
input C;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hvl__nor3 base (
.Y(Y),
.A(A),
.B(B),
.C(C)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
if ((!B & !C)) (A - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
ifnone (A - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
if ((!A & !C)) (B - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
ifnone (B - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
if ((!A & !B)) (C - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
ifnone (C - => Y) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
endspecify
`endif
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__o21a (
X,
A1,
A2,
B1,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output X;
input A1;
input A2;
input B1;
input VPWR;
input VGND;
input VPB;
input VNB;
// Local signals
wire or0_out;
wire and0_out_X;
wire pwrgood_pp0_out_X;
// Name Output Other arguments
or or0 (or0_out, A2, A1);
and and0 (and0_out_X, or0_out, B1);
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 (
pwrgood_pp0_out_X,
and0_out_X,
VPWR,
VGND
);
buf buf0 (X, pwrgood_pp0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__o21a (
X,
A1,
A2,
B1
);
// Module ports
output X;
input A1;
input A2;
input B1;
// Local signals
wire or0_out;
wire and0_out_X;
// Name Output Other arguments
or or0 (or0_out, A2, A1);
and and0 (and0_out_X, or0_out, B1);
buf buf0 (X, and0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__o21a (
X,
A1,
A2,
B1
);
// Module ports
output X;
input A1;
input A2;
input B1;
// Module supplies
supply1 VPWR;
supply0 VGND;
supply1 VPB ;
supply0 VNB ;
// Local signals
wire or0_out ;
wire and0_out_X;
// Name Output Other arguments
or or0 (or0_out, A2, A1);
and and0 (and0_out_X, or0_out, B1);
buf buf0 (X, and0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__o21a_1 (
X,
A1,
A2,
B1,
VPWR,
VGND,
VPB,
VNB
);
output X;
input A1;
input A2;
input B1;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hvl__o21a base (
.X(X),
.A1(A1),
.A2(A2),
.B1(B1),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
(A1 + => X) = (0: 0: 0, 0: 0: 0);
(A2 + => X) = (0: 0: 0, 0: 0: 0);
if ((!A1 & A2)) (B1 + => X) = (0: 0: 0, 0: 0: 0);
if ((A1 & !A2)) (B1 + => X) = (0: 0: 0, 0: 0: 0);
if ((A1 & A2)) (B1 + => X) = (0: 0: 0, 0: 0: 0);
endspecify
`endif
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__o21a_1 (
X,
A1,
A2,
B1
);
output X;
input A1;
input A2;
input B1;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hvl__o21a base (
.X (X),
.A1(A1),
.A2(A2),
.B1(B1)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
(A1 + => X) = (0: 0: 0, 0: 0: 0);
(A2 + => X) = (0: 0: 0, 0: 0: 0);
if ((!A1 & A2)) (B1 + => X) = (0: 0: 0, 0: 0: 0);
if ((A1 & !A2)) (B1 + => X) = (0: 0: 0, 0: 0: 0);
if ((A1 & A2)) (B1 + => X) = (0: 0: 0, 0: 0: 0);
endspecify
`endif
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__o21ai (
Y,
A1,
A2,
B1,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output Y;
input A1;
input A2;
input B1;
input VPWR;
input VGND;
input VPB;
input VNB;
// Local signals
wire or0_out;
wire nand0_out_Y;
wire pwrgood_pp0_out_Y;
// Name Output Other arguments
or or0 (or0_out, A2, A1);
nand nand0 (nand0_out_Y, B1, or0_out);
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 (
pwrgood_pp0_out_Y,
nand0_out_Y,
VPWR,
VGND
);
buf buf0 (Y, pwrgood_pp0_out_Y);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__o21ai (
Y,
A1,
A2,
B1
);
// Module ports
output Y;
input A1;
input A2;
input B1;
// Local signals
wire or0_out;
wire nand0_out_Y;
// Name Output Other arguments
or or0 (or0_out, A2, A1);
nand nand0 (nand0_out_Y, B1, or0_out);
buf buf0 (Y, nand0_out_Y);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__o21ai (
Y,
A1,
A2,
B1
);
// Module ports
output Y;
input A1;
input A2;
input B1;
// Module supplies
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
// Local signals
wire or0_out;
wire nand0_out_Y;
// Name Output Other arguments
or or0 (or0_out, A2, A1);
nand nand0 (nand0_out_Y, B1, or0_out);
buf buf0 (Y, nand0_out_Y);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__o21ai_1 (
Y,
A1,
A2,
B1,
VPWR,
VGND,
VPB,
VNB
);
output Y;
input A1;
input A2;
input B1;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hvl__o21ai base (
.Y(Y),
.A1(A1),
.A2(A2),
.B1(B1),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
(A1 - => Y) = (0: 0: 0, 0: 0: 0);
(A2 - => Y) = (0: 0: 0, 0: 0: 0);
if ((!A1 & A2)) (B1 - => Y) = (0: 0: 0, 0: 0: 0);
if ((A1 & !A2)) (B1 - => Y) = (0: 0: 0, 0: 0: 0);
if ((A1 & A2)) (B1 - => Y) = (0: 0: 0, 0: 0: 0);
endspecify
`endif
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__o21ai_1 (
Y,
A1,
A2,
B1
);
output Y;
input A1;
input A2;
input B1;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hvl__o21ai base (
.Y (Y),
.A1(A1),
.A2(A2),
.B1(B1)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
(A1 - => Y) = (0: 0: 0, 0: 0: 0);
(A2 - => Y) = (0: 0: 0, 0: 0: 0);
if ((!A1 & A2)) (B1 - => Y) = (0: 0: 0, 0: 0: 0);
if ((A1 & !A2)) (B1 - => Y) = (0: 0: 0, 0: 0: 0);
if ((A1 & A2)) (B1 - => Y) = (0: 0: 0, 0: 0: 0);
endspecify
`endif
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__o22a (
X,
A1,
A2,
B1,
B2,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output X;
input A1;
input A2;
input B1;
input B2;
input VPWR;
input VGND;
input VPB;
input VNB;
// Local signals
wire or0_out;
wire or1_out;
wire and0_out_X;
wire pwrgood_pp0_out_X;
// Name Output Other arguments
or or0 (or0_out, A2, A1);
or or1 (or1_out, B2, B1);
and and0 (and0_out_X, or0_out, or1_out);
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 (
pwrgood_pp0_out_X,
and0_out_X,
VPWR,
VGND
);
buf buf0 (X, pwrgood_pp0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__o22a (
X,
A1,
A2,
B1,
B2
);
// Module ports
output X;
input A1;
input A2;
input B1;
input B2;
// Local signals
wire or0_out;
wire or1_out;
wire and0_out_X;
// Name Output Other arguments
or or0 (or0_out, A2, A1);
or or1 (or1_out, B2, B1);
and and0 (and0_out_X, or0_out, or1_out);
buf buf0 (X, and0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__o22a (
X,
A1,
A2,
B1,
B2
);
// Module ports
output X;
input A1;
input A2;
input B1;
input B2;
// Module supplies
supply1 VPWR;
supply0 VGND;
supply1 VPB ;
supply0 VNB ;
// Local signals
wire or0_out ;
wire or1_out ;
wire and0_out_X;
// Name Output Other arguments
or or0 (or0_out, A2, A1);
or or1 (or1_out, B2, B1);
and and0 (and0_out_X, or0_out, or1_out);
buf buf0 (X, and0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__o22a_1 (
X,
A1,
A2,
B1,
B2,
VPWR,
VGND,
VPB,
VNB
);
output X;
input A1;
input A2;
input B1;
input B2;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hvl__o22a base (
.X(X),
.A1(A1),
.A2(A2),
.B1(B1),
.B2(B2),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
if ((!A2 & !B1 & B2)) (A1 + => X) = (0: 0: 0, 0: 0: 0);
if ((!A2 & B1 & !B2)) (A1 + => X) = (0: 0: 0, 0: 0: 0);
if ((!A2 & B1 & B2)) (A1 + => X) = (0: 0: 0, 0: 0: 0);
if ((!A1 & !B1 & B2)) (A2 + => X) = (0: 0: 0, 0: 0: 0);
if ((!A1 & B1 & !B2)) (A2 + => X) = (0: 0: 0, 0: 0: 0);
if ((!A1 & B1 & B2)) (A2 + => X) = (0: 0: 0, 0: 0: 0);
if ((!A1 & A2 & !B2)) (B1 + => X) = (0: 0: 0, 0: 0: 0);
if ((A1 & !A2 & !B2)) (B1 + => X) = (0: 0: 0, 0: 0: 0);
if ((A1 & A2 & !B2)) (B1 + => X) = (0: 0: 0, 0: 0: 0);
if ((!A1 & A2 & !B1)) (B2 + => X) = (0: 0: 0, 0: 0: 0);
if ((A1 & !A2 & !B1)) (B2 + => X) = (0: 0: 0, 0: 0: 0);
if ((A1 & A2 & !B1)) (B2 + => X) = (0: 0: 0, 0: 0: 0);
endspecify
`endif
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__o22a_1 (
X,
A1,
A2,
B1,
B2
);
output X;
input A1;
input A2;
input B1;
input B2;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hvl__o22a base (
.X (X),
.A1(A1),
.A2(A2),
.B1(B1),
.B2(B2)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
if ((!A2 & !B1 & B2)) (A1 + => X) = (0: 0: 0, 0: 0: 0);
if ((!A2 & B1 & !B2)) (A1 + => X) = (0: 0: 0, 0: 0: 0);
if ((!A2 & B1 & B2)) (A1 + => X) = (0: 0: 0, 0: 0: 0);
if ((!A1 & !B1 & B2)) (A2 + => X) = (0: 0: 0, 0: 0: 0);
if ((!A1 & B1 & !B2)) (A2 + => X) = (0: 0: 0, 0: 0: 0);
if ((!A1 & B1 & B2)) (A2 + => X) = (0: 0: 0, 0: 0: 0);
if ((!A1 & A2 & !B2)) (B1 + => X) = (0: 0: 0, 0: 0: 0);
if ((A1 & !A2 & !B2)) (B1 + => X) = (0: 0: 0, 0: 0: 0);
if ((A1 & A2 & !B2)) (B1 + => X) = (0: 0: 0, 0: 0: 0);
if ((!A1 & A2 & !B1)) (B2 + => X) = (0: 0: 0, 0: 0: 0);
if ((A1 & !A2 & !B1)) (B2 + => X) = (0: 0: 0, 0: 0: 0);
if ((A1 & A2 & !B1)) (B2 + => X) = (0: 0: 0, 0: 0: 0);
endspecify
`endif
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__o22ai (
Y,
A1,
A2,
B1,
B2,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output Y;
input A1;
input A2;
input B1;
input B2;
input VPWR;
input VGND;
input VPB;
input VNB;
// Local signals
wire nor0_out;
wire nor1_out;
wire or0_out_Y;
wire pwrgood_pp0_out_Y;
// Name Output Other arguments
nor nor0 (nor0_out, B1, B2);
nor nor1 (nor1_out, A1, A2);
or or0 (or0_out_Y, nor1_out, nor0_out);
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 (
pwrgood_pp0_out_Y,
or0_out_Y,
VPWR,
VGND
);
buf buf0 (Y, pwrgood_pp0_out_Y);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__o22ai (
Y,
A1,
A2,
B1,
B2
);
// Module ports
output Y;
input A1;
input A2;
input B1;
input B2;
// Local signals
wire nor0_out;
wire nor1_out;
wire or0_out_Y;
// Name Output Other arguments
nor nor0 (nor0_out, B1, B2);
nor nor1 (nor1_out, A1, A2);
or or0 (or0_out_Y, nor1_out, nor0_out);
buf buf0 (Y, or0_out_Y);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__o22ai (
Y,
A1,
A2,
B1,
B2
);
// Module ports
output Y;
input A1;
input A2;
input B1;
input B2;
// Module supplies
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
// Local signals
wire nor0_out;
wire nor1_out;
wire or0_out_Y;
// Name Output Other arguments
nor nor0 (nor0_out, B1, B2);
nor nor1 (nor1_out, A1, A2);
or or0 (or0_out_Y, nor1_out, nor0_out);
buf buf0 (Y, or0_out_Y);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__o22ai_1 (
Y,
A1,
A2,
B1,
B2,
VPWR,
VGND,
VPB,
VNB
);
output Y;
input A1;
input A2;
input B1;
input B2;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hvl__o22ai base (
.Y(Y),
.A1(A1),
.A2(A2),
.B1(B1),
.B2(B2),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
if ((!A2 & !B1 & B2)) (A1 - => Y) = (0: 0: 0, 0: 0: 0);
if ((!A2 & B1 & !B2)) (A1 - => Y) = (0: 0: 0, 0: 0: 0);
if ((!A2 & B1 & B2)) (A1 - => Y) = (0: 0: 0, 0: 0: 0);
if ((!A1 & !B1 & B2)) (A2 - => Y) = (0: 0: 0, 0: 0: 0);
if ((!A1 & B1 & !B2)) (A2 - => Y) = (0: 0: 0, 0: 0: 0);
if ((!A1 & B1 & B2)) (A2 - => Y) = (0: 0: 0, 0: 0: 0);
if ((!A1 & A2 & !B2)) (B1 - => Y) = (0: 0: 0, 0: 0: 0);
if ((A1 & !A2 & !B2)) (B1 - => Y) = (0: 0: 0, 0: 0: 0);
if ((A1 & A2 & !B2)) (B1 - => Y) = (0: 0: 0, 0: 0: 0);
if ((!A1 & A2 & !B1)) (B2 - => Y) = (0: 0: 0, 0: 0: 0);
if ((A1 & !A2 & !B1)) (B2 - => Y) = (0: 0: 0, 0: 0: 0);
if ((A1 & A2 & !B1)) (B2 - => Y) = (0: 0: 0, 0: 0: 0);
endspecify
`endif
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__o22ai_1 (
Y,
A1,
A2,
B1,
B2
);
output Y;
input A1;
input A2;
input B1;
input B2;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hvl__o22ai base (
.Y (Y),
.A1(A1),
.A2(A2),
.B1(B1),
.B2(B2)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
if ((!A2 & !B1 & B2)) (A1 - => Y) = (0: 0: 0, 0: 0: 0);
if ((!A2 & B1 & !B2)) (A1 - => Y) = (0: 0: 0, 0: 0: 0);
if ((!A2 & B1 & B2)) (A1 - => Y) = (0: 0: 0, 0: 0: 0);
if ((!A1 & !B1 & B2)) (A2 - => Y) = (0: 0: 0, 0: 0: 0);
if ((!A1 & B1 & !B2)) (A2 - => Y) = (0: 0: 0, 0: 0: 0);
if ((!A1 & B1 & B2)) (A2 - => Y) = (0: 0: 0, 0: 0: 0);
if ((!A1 & A2 & !B2)) (B1 - => Y) = (0: 0: 0, 0: 0: 0);
if ((A1 & !A2 & !B2)) (B1 - => Y) = (0: 0: 0, 0: 0: 0);
if ((A1 & A2 & !B2)) (B1 - => Y) = (0: 0: 0, 0: 0: 0);
if ((!A1 & A2 & !B1)) (B2 - => Y) = (0: 0: 0, 0: 0: 0);
if ((A1 & !A2 & !B1)) (B2 - => Y) = (0: 0: 0, 0: 0: 0);
if ((A1 & A2 & !B1)) (B2 - => Y) = (0: 0: 0, 0: 0: 0);
endspecify
`endif
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__or2 (
X,
A,
B,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output X;
input A;
input B;
input VPWR;
input VGND;
input VPB;
input VNB;
// Local signals
wire or0_out_X;
wire pwrgood_pp0_out_X;
// Name Output Other arguments
or or0 (or0_out_X, B, A);
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 (
pwrgood_pp0_out_X,
or0_out_X,
VPWR,
VGND
);
buf buf0 (X, pwrgood_pp0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__or2 (
X,
A,
B
);
// Module ports
output X;
input A;
input B;
// Local signals
wire or0_out_X;
// Name Output Other arguments
or or0 (or0_out_X, B, A);
buf buf0 (X, or0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__or2 (
X,
A,
B
);
// Module ports
output X;
input A;
input B;
// Module supplies
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
// Local signals
wire or0_out_X;
// Name Output Other arguments
or or0 (or0_out_X, B, A);
buf buf0 (X, or0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__or2_1 (
X,
A,
B,
VPWR,
VGND,
VPB,
VNB
);
output X;
input A;
input B;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hvl__or2 base (
.X(X),
.A(A),
.B(B),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
if ((!B)) (A + => X) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
ifnone (A + => X) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
if ((!A)) (B + => X) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
ifnone (B + => X) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
endspecify
`endif
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__or2_1 (
X,
A,
B
);
output X;
input A;
input B;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hvl__or2 base (
.X(X),
.A(A),
.B(B)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
if ((!B)) (A + => X) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
ifnone (A + => X) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
if ((!A)) (B + => X) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
ifnone (B + => X) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
endspecify
`endif
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__or3 (
X,
A,
B,
C,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output X;
input A;
input B;
input C;
input VPWR;
input VGND;
input VPB;
input VNB;
// Local signals
wire or0_out_X;
wire pwrgood_pp0_out_X;
// Name Output Other arguments
or or0 (or0_out_X, B, A, C);
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 (
pwrgood_pp0_out_X,
or0_out_X,
VPWR,
VGND
);
buf buf0 (X, pwrgood_pp0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__or3 (
X,
A,
B,
C
);
// Module ports
output X;
input A;
input B;
input C;
// Local signals
wire or0_out_X;
// Name Output Other arguments
or or0 (or0_out_X, B, A, C);
buf buf0 (X, or0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__or3 (
X,
A,
B,
C
);
// Module ports
output X;
input A;
input B;
input C;
// Module supplies
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
// Local signals
wire or0_out_X;
// Name Output Other arguments
or or0 (or0_out_X, B, A, C);
buf buf0 (X, or0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__or3_1 (
X,
A,
B,
C,
VPWR,
VGND,
VPB,
VNB
);
output X;
input A;
input B;
input C;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hvl__or3 base (
.X(X),
.A(A),
.B(B),
.C(C),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
if ((!B & !C)) (A + => X) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
ifnone (A + => X) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
if ((!A & !C)) (B + => X) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
ifnone (B + => X) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
if ((!A & !B)) (C + => X) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
ifnone (C + => X) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
endspecify
`endif
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__or3_1 (
X,
A,
B,
C
);
output X;
input A;
input B;
input C;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hvl__or3 base (
.X(X),
.A(A),
.B(B),
.C(C)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
if ((!B & !C)) (A + => X) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
ifnone (A + => X) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
if ((!A & !C)) (B + => X) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
ifnone (B + => X) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
if ((!A & !B)) (C + => X) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
ifnone (C + => X) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
endspecify
`endif
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__probe_p (
X,
A,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output X;
input A;
input VPWR;
input VGND;
input VPB;
input VNB;
// Local signals
wire buf0_out_X;
wire pwrgood_pp0_out_X;
// Name Output Other arguments
buf buf0 (buf0_out_X, A);
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 (
pwrgood_pp0_out_X,
buf0_out_X,
VPWR,
VGND
);
buf buf1 (X, pwrgood_pp0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__probe_p (
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_hvl__probe_p (
X,
A
);
// Module ports
output X;
input A;
// Module supplies
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_hvl__probe_p_8 (
X,
A,
VPWR,
VGND,
VPB,
VNB
);
output X;
input A;
input VPWR;
input VGND;
input VPB;
input VNB;
sky130_fd_sc_hvl__probe_p base (
.X(X),
.A(A),
.VPWR(VPWR),
.VGND(VGND),
.VPB(VPB),
.VNB(VNB)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
(A + => X) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
endspecify
`endif
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__probe_p_8 (
X,
A
);
output X;
input A;
// Voltage supply signals
supply1 VPWR;
supply0 VGND;
supply1 VPB;
supply0 VNB;
sky130_fd_sc_hvl__probe_p base (
.X(X),
.A(A)
);
`ifdef FUNCTIONAL
/*
* Copyright 2020 The SkyWater PDK Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
specify
(A + => X) = (0: 0: 0, 0: 0: 0); // delays are tris,tfall
endspecify
`endif
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__probec_p (
X,
A,
VPWR,
VGND,
VPB,
VNB
);
// Module ports
output X;
input A;
input VPWR;
input VGND;
input VPB;
input VNB;
// Local signals
wire buf0_out_X;
wire pwrgood_pp0_out_X;
// Name Output Other arguments
buf buf0 (buf0_out_X, A);
sky130_fd_sc_hvl__udp_pwrgood_pp$PG pwrgood_pp0 (
pwrgood_pp0_out_X,
buf0_out_X,
VPWR,
VGND
);
buf buf1 (X, pwrgood_pp0_out_X);
endmodule
| 7.212805 |
module sky130_fd_sc_hvl__probec_p (
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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.