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