blob: 12d7afb81539bd4732eb4f4fa2687ec509915fe7 [file] [log] [blame]
// Created by ihdl
module AON_INV_X2 (A, Z);
input A;
output Z;
not(Z, A);
specify
(A => Z) = (0.1, 0.1);
endspecify
endmodule