Sign in
foss-eda-tools
/
third_party
/
opencircuitdesign.com
/
open_pdks
/
refs/heads/master
/
.
/
sky130
/
openlane
/
sky130_fd_sc_ms
/
mux4_map.v
blob: 6134c9096777474d94d4b80b68b91493957b3ebc [
file
] [
log
] [
blame
]
module
\$_MUX4_
(
output Y
,
input A
,
input B
,
input C
,
input D
,
input S
,
input T
);
sky130_fd_sc_ms__mux4_1 _TECHMAP_MUX4
(
.
X
(
Y
),
.
A0
(
A
),
.
A1
(
B
),
.
A2
(
C
),
.
A3
(
D
),
.
S0
(
S
),
.
S1
(
T
)
);
endmodule