-- Author: M. Gomez -- Date : 10/30/1999 -- Rev No: 1.1 -- File : rdReg.vhdl -- Following is the rdReg entity declaration and -- architectural definition -- USE work.arm7_pkg.ALL; USE work.arm7_time_pkg.ALL; ENTITY rdReg IS GENERIC (Tp : time); PORT ( b_bus : OUT data_t; inst_bus : OUT inst_bus_t; rdReg_ctrl_rtn : OUT rdReg_ctrl_rtn_t; data : IN data_t; rdReg_ctrl : IN rdReg_ctrl_t; nReset : IN io; sysClk : IN io); END ENTITY rdReg;