OpenCores
URL https://opencores.org/ocsvn/t48/t48/trunk

Subversion Repositories t48

[/] [t48/] [tags/] [rel_1_0/] [rtl/] [vhdl/] [int.vhd] - Diff between revs 179 and 187

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 179 Rev 187
Line 1... Line 1...
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
--
--
-- The Interrupt Controller.
-- The Interrupt Controller.
-- It collects the interrupt sources and notifies the decoder.
-- It collects the interrupt sources and notifies the decoder.
--
--
-- $Id: int.vhd,v 1.4 2005-06-11 10:08:43 arniml Exp $
-- $Id: int.vhd,v 1.5 2005-09-13 21:00:16 arniml Exp $
--
--
-- Copyright (c) 2004, Arnim Laeuger (arniml@opencores.org)
-- Copyright (c) 2004, Arnim Laeuger (arniml@opencores.org)
--
--
-- All rights reserved
-- All rights reserved
--
--
Line 225... Line 225...
  -----------------------------------------------------------------------------
  -----------------------------------------------------------------------------
  tf_o              <= to_stdLogic(timer_flag_q);
  tf_o              <= to_stdLogic(timer_flag_q);
  ext_int_o         <= int_type_q = ext_int_c;
  ext_int_o         <= int_type_q = ext_int_c;
  tim_int_o         <= int_type_q = tim_int_c;
  tim_int_o         <= int_type_q = tim_int_c;
  int_pending_o     <= int_state_q = PENDING;
  int_pending_o     <= int_state_q = PENDING;
  int_in_progress_o <= int_in_progress_q;
  int_in_progress_o <= int_in_progress_q and int_state_q /= IDLE;
 
 
end rtl;
end rtl;
 
 
 
 
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-- File History:
-- File History:
--
--
-- $Log: not supported by cvs2svn $
-- $Log: not supported by cvs2svn $
 
-- Revision 1.4  2005/06/11 10:08:43  arniml
 
-- introduce prefix 't48_' for all packages, entities and configurations
 
--
-- Revision 1.3  2004/07/11 16:51:33  arniml
-- Revision 1.3  2004/07/11 16:51:33  arniml
-- cleanup copyright notice
-- cleanup copyright notice
--
--
-- Revision 1.2  2004/06/30 21:18:28  arniml
-- Revision 1.2  2004/06/30 21:18:28  arniml
-- Fix bug report:
-- Fix bug report:

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.