-- Author: M. Gomez
-- Date : 10/30/1999
-- Rev No: 1.1
-- File : wdReg.vhdl
-- Following is the wdReg entity declaration and
-- architectural definition
--
USE work.arm7_pkg.ALL;
USE work.arm7_time_pkg.ALL;
ENTITY wdReg IS
GENERIC (Tp : time);
PORT (
dout : OUT data_t;
nEnOut : OUT io;
wdReg_ctrl_rtn : OUT wdReg_ctrl_rtn_t;
b_bus : IN adrs_t;
dbe : IN io;
wdReg_ctrl : IN wdReg_ctrl_t;
nReset : IN io;
sysClk : IN io);
END ENTITY wdReg;