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