Changes between Version 6 and Version 7 of Component/Vci Xicu
- Timestamp:
- Oct 30, 2010, 10:23:50 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Xicu
v6 v7 6 6 7 7 This VCI target is a memory mapped peripheral implementing 8 a vectorized interrupt controller, a timer controller, and an Inter-processor interrupt controller. 9 10 This controller is an interrupt hub, concentrating 3 types of interrupts: 8 a vectorized interrupt controller, a timer controller, and an Inter-processor interrupt controller: It is an interrupt hub, concentrating 3 types of interrupts: 11 9 * up to 32 internal programmable timer interrupts (PTI), 12 10 * up to 32 external hardware interrupt lines (HWI), … … 15 13 mask individual interrupt sources. 16 14 Priority between interrupt source types is left to the handling operating system. Priority 17 of interrupts inside an interrupt source type is from the lowest Idx(highest priority) to18 the highest Idx(lower priority).15 of interrupts inside an interrupt source type is from the lowest index(highest priority) to 16 the highest index (lower priority). 19 17 20 18 === 1.1) Constructor Parameters === … … 24 22 The following parameters allow the system designer to get just the needed hardware. 25 23 26 * pti count (in range 0..32): number of programmable timers27 * hwi count (in range 0..32): number of external hardware interrupt lines28 * wti count (in range 0..32): number of write-triggered interrupt sources29 * irqcount (in range1..32): number of output interrupt lines24 * pti count (in range 0..32): number of programmable timers 25 * hwi count (in range 0..32): number of external hardware interrupt lines 26 * wti count (in range 0..32): number of write-triggered interrupt sources 27 * irqcount (in range 1..32): number of output interrupt lines 30 28 31 29 === 1.2) Programmers's View === … … 60 58 ||R || WTI_ACTIVE || 01110 || OUT_INDEX || 61 59 ||R || PRIO || 01111 || OUT_INDEX || 62 || || Reserved || 1 ****|| ||60 || || Reserved || 1---- || || 63 61 64 62 Complete specification is in [attachment:xicu-1.0.pdf].