Changeset 235
- Timestamp:
- Mar 15, 2013, 6:23:24 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/mappings/1c_4p_four.xml
r232 r235 22 22 *** Peripherals unused in the hardware architecture 23 23 24 <pseg name = "PSEG_TIM" type = "PERI" base = "0x00F40000" length = "0x00001000" />25 24 <pseg name = "PSEG_GCD" type = "PERI" base = "0x00F50000" length = "0x00001000" /> 26 25 <pseg name = "PSEG_COP" type = "PERI" base = "0x00F60000" length = "0x00001000" /> … … 28 27 29 28 <proc index = "0" > 30 <irq type = " HARD"icuid = "0" isr = "ISR_SWITCH" />29 <irq type = "PTI" icuid = "0" isr = "ISR_SWITCH" /> 31 30 <irq type = "HARD" icuid = "8" isr = "ISR_DMA" channel = "0" /> 32 31 <irq type = "HARD" icuid = "9" isr = "ISR_DMA" channel = "1" /> … … 56 55 57 56 <proc index = "1" > 58 <irq type = " HARD"icuid = "1" isr = "ISR_SWITCH" />57 <irq type = "PTI" icuid = "1" isr = "ISR_SWITCH" /> 59 58 </proc> 60 59 61 60 <proc index = "2" > 62 <irq type = " HARD"icuid = "2" isr = "ISR_SWITCH" />61 <irq type = "PTI" icuid = "2" isr = "ISR_SWITCH" /> 63 62 </proc> 64 63 65 64 <proc index = "3" > 66 <irq type = " HARD"icuid = "3" isr = "ISR_SWITCH" />65 <irq type = "PTI" icuid = "3" isr = "ISR_SWITCH" /> 67 66 </proc> 68 67 … … 71 70 <periph type = "TTY" psegname = "PSEG_TTY" channels = "8" /> 72 71 <periph type = "DMA" psegname = "PSEG_DMA" channels = "1" /> 73 <periph type = "TIM" psegname = "PSEG_TIM" channels = "4" />74 72 <periph type = "XICU" psegname = "PSEG_ICU" channels = "5" /> 75 73 <periph type = "FBF" psegname = "PSEG_FBF" /> … … 126 124 <vseg name = "seg_dma" vbase = "0x00F30000" mode = "__W_" clusterid = "0" psegname = "PSEG_DMA" ident = "1" > 127 125 <vobj name = "dma" type = "PERI" length = "0x00008000" /> 128 </vseg>129 <vseg name = "seg_tim" vbase = "0x00F40000" mode = "__W_" clusterid = "0" psegname = "PSEG_TIM" ident = "1" >130 <vobj name = "tim" type = "PERI" length = "0x00001000" />131 126 </vseg> 132 127 <vseg name = "seg_gcd" vbase = "0x00F50000" mode = "__W_" clusterid = "0" psegname = "PSEG_GCD" ident = "1" >
Note: See TracChangeset
for help on using the changeset viewer.