41use ieee.std_logic_1164.
all;
54end record rlink_tba_cntl_type;
76end record rlink_tba_stat_type;
94 CNTL :
in rlink_tba_cntl_type;
96 STAT :
out rlink_tba_stat_type;
107component rbtba_aif
is
111 RESET :
in slbit := '
0';
112 RB_MREQ_aval :
in slbit;
113 RB_MREQ_re :
in slbit;
114 RB_MREQ_we :
in slbit;
115 RB_MREQ_initt :
in slbit;
116 RB_MREQ_addr :
in slv16;
117 RB_MREQ_din :
in slv16;
118 RB_SRES_ack :
out slbit;
119 RB_SRES_busy :
out slbit;
120 RB_SRES_err :
out slbit;
121 RB_SRES_dout :
out slv16;
133 CE_INT :
in slbit := '
0';
134 RESET :
in slbit :='
0';
140 RL_HOLD :
in slbit := '
0'
in CNTL rlink_tba_cntl_type
out STAT rlink_tba_stat_type
rlink_tba_cntl_type :=(( others => '0'), '0',( others => '0'),( others => '0'), '0') rlink_tba_cntl_init
rlink_tba_stat_type :=( '0', '0', '0',( others => '0'),( others => '0'), '0',( others => '0'), '0',( others => '0'), '0', '0',( others => '0')) rlink_tba_stat_init
std_logic_vector( 2 downto 0) slv3
std_logic_vector( 8 downto 0) slv9
std_logic_vector( 15 downto 0) slv16
std_logic_vector( 7 downto 0) slv8