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