-- Author: M. Gomez
-- Date : 10/30/1999
-- Rev No: 1.1
-- File : clkBuf.vhdl
-- Following is the clkBuf entity declaration and
-- architectural definition
--
USE work.arm7_pkg.ALL;
USE work.arm7_time_pkg.ALL;
ENTITY clkBuf IS
GENERIC (Tp : time);
PORT (
sysClk : OUT io;
mClk : IN io;
nWait : IN io);
END ENTITY clkBuf;