Changes between Version 2 and Version 3 of Component/Vci Icu


Ignore:
Timestamp:
May 5, 2007, 3:29:32 PM (17 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Icu

    v2 v3  
    55to 32 independent interrupt lines '''p_irq_in[i]''' to a single
    66'''p_irq''' interrupt line.
    7 The active state is high, and the output interrupt '''p_irq''' is the logical OR of all
    8 input interrupts '''p_irq_in[i]'''.
    9 Each input interrupt '''p_irq_in[i]''' can be individually masked
    10 using a memory mapped  32 bits register .
    11 This component can return the index of the highest priority
     7The active state is high, and the output interrupt is the logical OR of all
     8input interrupts.
     9Each input interrupt can be individually masked
     10using a memory mapped  32 bits register.
     11This component can be addresse to return the index of the highest priority
    1212active interrupt '''p_irq_[i]'''.
    1313The priority scheme is fixed : The lower indexes have the highest priority.