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