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