blob: 2d3a794def17125880374798d35c9db46a4e62dc [file] [log] [blame]
// Created by ihdl
module AON_BUF_X2 (A, Z);
input A;
output Z;
buf(Z, A);
specify
(A => Z) = (0.1, 0.1);
endspecify
endmodule