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