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