blob: 989e0c5bd0aa96578bf47427ffee2bdfb2d3abc5 [file] [log] [blame]
// Created by ihdl
module INV_X4 (A, ZN);
input A;
output ZN;
not(ZN, A);
specify
(A => ZN) = (0.1, 0.1);
endspecify
endmodule