-- Author: M. Gomez
-- Date : 10/29/1999
-- Rev No: 1.1
-- File : adrsReg.vhdl
-- Following is the adrsReg entity declaration and
-- architectural definition
--
USE work.arm7_pkg.ALL;
USE work.arm7_time_pkg.ALL;
ENTITY adrsReg IS
GENERIC (Tp : time);
PORT (
adrs : OUT adrs_t;
adrsReg_ctrl_rtn : IN adrsReg_ctrl_rtn_t;
inc_bus : IN adrs_t;
pc_bus : IN adrs_t;
adrsReg_ctrl : IN adrsReg_ctrl_t;
nReset : IN io;
sysClk : IN io);
END ENTITY adrsReg;