19use ieee.std_logic_1164.
all;
20use ieee.numeric_std.
all;
64 proc_regs:
process (
CLK)
67 if rising_edge(CLK) then
75 end process proc_regs;
105 if r.escseen = '1' then
109 if r.rxval = '0' then
111 if r.escseen = '1' then
122 if r.rxval='1' and RXHOLD='0' then
133 end process proc_next;
regs_type := regs_init N_REGS
regs_type := regs_init R_REGS
regs_type :=( '1', '0',( others => '0'), '0', '0') regs_init
std_logic_vector( 7 downto 0) slv8