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