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