blob: 86650800077c0aa1d2d6fccd771a1d6de9bf162a [file] [log] [blame]
// Created by ihdl
module HEADER_OE_X2 (SLEEP, SLEEPOUT);
input SLEEP;
output SLEEPOUT;
buf(SLEEPOUT, SLEEP);
specify
(SLEEP => SLEEPOUT) = (0.1, 0.1);
endspecify
endmodule