ENTITY int_hand IS PORT( int_clk : IN std_logic ; int_rst : IN std_logic ; last_cycle : IN std_logic ; call_addr : OUT std_logic_vector( 15 DOWNTO 0 ) ; force_lcall : OUT std_logic ); -- Declarations END int_hand ;