Sign in
foss-eda-tools
/
third_party
/
freepdk45
/
356e90646f5ef26ea09b1ed8ce4796871403a0c7
/
.
/
Back_End
/
virtuoso
/
NangateOpenCellLibrary
/
INV_X16
/
functional
/
verilog.v
blob: e03100273fe94af329989e6db0dce2c9c4004dfd [
file
] [
log
] [
blame
]
// Created by ihdl
module
INV_X16
(
A
,
ZN
);
input A
;
output ZN
;
not
(
ZN
,
A
);
specify
(
A
=>
ZN
)
=
(
0.1
,
0.1
);
endspecify
endmodule