Changeset 215 for soft/giet_vm/mappings
- Timestamp:
- Sep 17, 2012, 10:47:46 AM (12 years ago)
- Location:
- soft/giet_vm/mappings
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/mappings/1c_4p_four.xml
r214 r215 1 1 <?xml version="1.0"?> 2 2 3 <mapping_info signature = "0xdeadbeef" name = "1c_4p_four" cluster s= "1" vspaces = "4" >3 <mapping_info signature = "0xdeadbeef" name = "1c_4p_four" cluster_x = "1" cluster_y = "1" vspaces = "4" > 4 4 5 5 *** This section describes an instance of the "caba_vgsb_xicu_mmu" generic architecture … … 71 71 <periph type = "TTY" psegname = "PSEG_TTY" channels = "8" /> 72 72 <periph type = "DMA" psegname = "PSEG_DMA" channels = "1" /> 73 <periph type = "TIM" psegname = "PSEG_TIM" channels = "4" /> 74 <periph type = "XICU" psegname = "PSEG_ICU" channels = "5" /> 73 75 <periph type = "FBF" psegname = "PSEG_FBF" /> 74 76 -
soft/giet_vm/mappings/4c_1p_four.xml
r214 r215 1 1 <?xml version="1.0"?> 2 2 3 <mapping_info signature = "0xdeadbeef" name = "C4_P1_FOUR" cluster s = "4" vspaces = "4" >3 <mapping_info signature = "0xdeadbeef" name = "C4_P1_FOUR" cluster_x = "2" cluster_y = "2" vspaces = "4" > 4 4 5 5 <clusterset> … … 8 8 9 9 <pseg name = "PSEG_RAM" type = "RAM" base = "0x00000000" length = "0x00C00000" /> 10 <pseg name = "PSEG_ ICU" type = "PERI" base = "0x00F00000" length = "0x00001000" />10 <pseg name = "PSEG_XICU" type = "PERI" base = "0x00F00000" length = "0x00002000" /> 11 11 <pseg name = "PSEG_DMA" type = "PERI" base = "0x00F30000" length = "0x00008000" /> 12 12 … … 17 17 18 18 <periph type = "DMA" psegname = "PSEG_DMA" channels = "1" /> 19 <periph type = "XICU" psegname = "PSEG_XICU" channels = "2" /> 19 20 20 21 </cluster> … … 22 23 23 24 <pseg name = "PSEG_RAM" type = "RAM" base = "0x40000000" length = "0x00C00000" /> 24 <pseg name = "PSEG_ ICU" type = "PERI" base = "0x40F00000" length = "0x00001000" />25 <pseg name = "PSEG_XICU" type = "PERI" base = "0x40F00000" length = "0x00002000" /> 25 26 <pseg name = "PSEG_DMA" type = "PERI" base = "0x40F30000" length = "0x00008000" /> 26 27 … … 31 32 32 33 <periph type = "DMA" psegname = "PSEG_DMA" channels = "1" /> 34 <periph type = "XICU" psegname = "PSEG_XICU" channels = "2" /> 33 35 34 36 </cluster> … … 36 38 37 39 <pseg name = "PSEG_RAM" type = "RAM" base = "0x80000000" length = "0x00C00000" /> 38 <pseg name = "PSEG_ ICU" type = "PERI" base = "0x80F00000" length = "0x00001000" />40 <pseg name = "PSEG_XICU" type = "PERI" base = "0x80F00000" length = "0x00002000" /> 39 41 <pseg name = "PSEG_DMA" type = "PERI" base = "0x80F30000" length = "0x00008000" /> 40 42 … … 69 71 70 72 <periph type = "DMA" psegname = "PSEG_DMA" channels = "1" /> 73 <periph type = "XICU" psegname = "PSEG_XICU" channels = "18" /> 71 74 <periph type = "IOC" psegname = "PSEG_IOC" channels = "1" /> 72 75 <periph type = "TTY" psegname = "PSEG_TTY" channels = "8" /> … … 78 81 79 82 <pseg name = "PSEG_RAM" type = "RAM" base = "0xC0000000" length = "0x00C00000" /> 80 <pseg name = "PSEG_ ICU" type = "PERI" base = "0xC0F00000" length = "0x00001000" />83 <pseg name = "PSEG_XICU" type = "PERI" base = "0xC0F00000" length = "0x00001000" /> 81 84 <pseg name = "PSEG_DMA" type = "PERI" base = "0xC0F30000" length = "0x00008000" /> 82 85 … … 87 90 88 91 <periph type = "DMA" psegname = "PSEG_DMA" channels = "1" /> 92 <periph type = "XICU" psegname = "PSEG_XICU" channels = "2" /> 89 93 </cluster> 90 94 </clusterset> … … 135 139 *** On peut aussi définir un vseg factorisé en introduisant le CLUSTER_SIZE... 136 140 137 <vseg name = "seg_icu_0" vbase = "0x00F00000" mode = "__W_" clusterid = "0" psegname = "PSEG_ ICU" >141 <vseg name = "seg_icu_0" vbase = "0x00F00000" mode = "__W_" clusterid = "0" psegname = "PSEG_XICU" > 138 142 <vobj name = "icu_0" type = "PERI" length = "0x00001000" /> 139 143 </vseg> 140 <vseg name = "seg_icu_1" vbase = "0x40F00000" mode = "__W_" clusterid = "1" psegname = "PSEG_ ICU" >144 <vseg name = "seg_icu_1" vbase = "0x40F00000" mode = "__W_" clusterid = "1" psegname = "PSEG_XICU" > 141 145 <vobj name = "icu_1" type = "PERI" length = "0x00001000" /> 142 146 </vseg> 143 <vseg name = "seg_icu_2" vbase = "0x80F00000" mode = "__W_" clusterid = "2" psegname = "PSEG_ ICU" >147 <vseg name = "seg_icu_2" vbase = "0x80F00000" mode = "__W_" clusterid = "2" psegname = "PSEG_XICU" > 144 148 <vobj name = "icu_2" type = "PERI" length = "0x00001000" /> 145 149 </vseg> 146 <vseg name = "seg_icu_3" vbase = "0xC0F00000" mode = "__W_" clusterid = "3" psegname = "PSEG_ ICU" >150 <vseg name = "seg_icu_3" vbase = "0xC0F00000" mode = "__W_" clusterid = "3" psegname = "PSEG_XICU" > 147 151 <vobj name = "icu_3" type = "PERI" length = "0x00001000" /> 148 152 </vseg> -
soft/giet_vm/mappings/exemple.xml
r214 r215 3 3 <mapping_info signature = "0xdeadbeef" 4 4 name = "1C_4P_FOUR" 5 clusters = "1" 6 vspaces = "4" > 5 vspaces = "4" 6 cluster_x = "1" 7 cluster_y = "1" > 7 8 8 9 <clusterset> … … 212 213 channels = "8" /> 213 214 215 <periph type = "ICU" 216 psegname = "PSEG_ICU" 217 channels = "8" /> 218 214 219 <periph type = "FBF" 215 220 psegname = "PSEG_FBF" />
Note: See TracChangeset
for help on using the changeset viewer.