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