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