source: soft/giet_vm/mappings/4c_1p_iob.xml @ 252

Last change on this file since 252 was 252, checked in by alain, 11 years ago

Small change in the software addressable registers mapping in vci_mem_cache.

File size: 20.1 KB
Line 
1<?xml version="1.0"?>
2
3<mapping_info signature    = "0xdeadbeef" 
4              name         = "4c_1p_iob" 
5              cluster_x    = "2" 
6              cluster_y    = "2" 
7              vspaces      = "4">
8
9*** This first section describes an instance of the "tsar_generic_iob" architecture
10*** with 4 clusters, 1 processor per cluster and 40 bits physical address.
11
12    <clusterset>
13
14        <cluster index = "0" >
15            <pseg name = "PSEG_RAM"  type = "RAM"  base = "0x0000000000" length = "0x0010000000" />
16            <pseg name = "PSEG_XICU" type = "PERI" base = "0x00B0000000" length = "0x0000002000" />
17            <pseg name = "PSEG_DMA"  type = "PERI" base = "0x00B1000000" length = "0x0000008000" />
18            <pseg name = "PSEG_MMC"  type = "PERI" base = "0x00B2000000" length = "0x0000001000" />
19
20*** Boot ROM and non replicated peripherals
21
22            <pseg name = "PSEG_IOC"  type = "PERI" base = "0x00B3000000" length = "0x0000001000" /> 
23            <pseg name = "PSEG_TTY"  type = "PERI" base = "0x00B4000000" length = "0x0000001000" /> 
24            <pseg name = "PSEG_NIC"  type = "PERI" base = "0x00B5000000" length = "0x0000080000" />
25            <pseg name = "PSEG_CMA"  type = "PERI" base = "0x00B6000000" length = "0x0000008000" />
26            <pseg name = "PSEG_FBF"  type = "PERI" base = "0x00B7000000" length = "0x0000004000" /> 
27            <pseg name = "PSEG_IOB"  type = "PERI" base = "0x00BE000000" length = "0x0000100000" />
28            <pseg name = "PSEG_ROM"  type = "ROM"  base = "0x00BFC00000" length = "0x0000100000" />
29
30            <proc index  = "0" >
31                <irq type = "HARD" icuid = "0"  isr = "ISR_SWITCH" /> 
32                <irq type = "HARD" icuid = "4"  isr = "ISR_DMA" channel = "0" /> 
33                <irq type = "HARD" icuid = "16" isr = "ISR_TTY" channel = "0" /> 
34                <irq type = "HARD" icuid = "17" isr = "ISR_TTY" channel = "1" /> 
35                <irq type = "HARD" icuid = "18" isr = "ISR_TTY" channel = "2" /> 
36                <irq type = "HARD" icuid = "19" isr = "ISR_TTY" channel = "3" /> 
37                <irq type = "HARD" icuid = "20" isr = "ISR_TTY" channel = "4" /> 
38                <irq type = "HARD" icuid = "21" isr = "ISR_TTY" channel = "5" /> 
39                <irq type = "HARD" icuid = "22" isr = "ISR_TTY" channel = "6" /> 
40                <irq type = "HARD" icuid = "23" isr = "ISR_TTY" channel = "7" /> 
41                <irq type = "HARD" icuid = "24" isr = "ISR_TTY" channel = "8" /> 
42                <irq type = "HARD" icuid = "25" isr = "ISR_TTY" channel = "9" />
43                <irq type = "HARD" icuid = "26" isr = "ISR_TTY" channel = "10" /> 
44                <irq type = "HARD" icuid = "27" isr = "ISR_TTY" channel = "11" /> 
45                <irq type = "HARD" icuid = "28" isr = "ISR_TTY" channel = "12" /> 
46                <irq type = "HARD" icuid = "29" isr = "ISR_TTY" channel = "13" /> 
47                <irq type = "HARD" icuid = "30" isr = "ISR_TTY" channel = "14" /> 
48                <irq type = "HARD" icuid = "31" isr = "ISR_IOC" /> 
49            </proc> 
50
51            <periph type = "DMA"  psegname = "PSEG_DMA"  channels = "4"  /> 
52            <periph type = "XICU" psegname = "PSEG_XICU" channels = "18" />
53            <periph type = "MMC"  psegname = "PSEG_MMC" channels = "1"  />
54            <periph type = "IOC"  psegname = "PSEG_IOC"  channels = "1"  /> 
55            <periph type = "TTY"  psegname = "PSEG_TTY"  channels = "8"  /> 
56            <periph type = "NIC"  psegname = "PSEG_NIC"  channels = "2"  />
57            <periph type = "CMA"  psegname = "PSEG_CMA"  channels = "4"  />
58            <periph type = "FBF"  psegname = "PSEG_FBF"  channels = "1"  />
59            <periph type = "IOB"  psegname = "PSEG_IOB"  channels = "1"  />
60
61        </cluster>
62
63        <cluster index = "1" >
64            <pseg name = "PSEG_RAM"  type = "RAM"  base = "0x4000000000" length = "0x0010000000" />
65            <pseg name = "PSEG_XICU" type = "PERI" base = "0x40B0000000" length = "0x0000002000" />
66            <pseg name = "PSEG_DMA"  type = "PERI" base = "0x40B1000000" length = "0x0000008000" />
67            <pseg name = "PSEG_MMC"  type = "PERI" base = "0x40B2000000" length = "0x0000001000" />
68
69            <proc index = "0" >
70                <irq type = "HARD" icuid = "0"  isr = "ISR_SWITCH" />
71                <irq type = "HARD" icuid = "4"  isr = "ISR_DMA" channel = "0" />
72            </proc>
73
74            <periph type = "DMA"  psegname = "PSEG_DMA"  channels = "4" />
75            <periph type = "XICU" psegname = "PSEG_XICU" channels = "2" />
76            <periph type = "MMC"  psegname = "PSEG_MMC"  channels = "1" />
77        </cluster>
78
79        <cluster index = "2" >
80            <pseg name = "PSEG_RAM"  type = "RAM"  base = "0x8000000000" length = "0x0010000000" />
81            <pseg name = "PSEG_XICU" type = "PERI" base = "0x80B0000000" length = "0x0000002000" />
82            <pseg name = "PSEG_DMA"  type = "PERI" base = "0x80B1000000" length = "0x0000008000" />
83            <pseg name = "PSEG_MMC"  type = "PERI" base = "0x80B2000000" length = "0x0000001000" />
84
85            <proc index = "0" >
86                <irq type = "HARD" icuid = "0" isr = "ISR_SWITCH" />
87                <irq type = "HARD" icuid = "4" isr = "ISR_DMA" channel = "0" />
88            </proc>
89
90            <periph type = "DMA"  psegname = "PSEG_DMA"  channels = "4" />
91            <periph type = "XICU" psegname = "PSEG_XICU" channels = "2" />
92            <periph type = "MMC"  psegname = "PSEG_MMC"  channels = "1" />
93        </cluster>
94
95        <cluster index = "3" >
96            <pseg name = "PSEG_RAM"  type = "RAM"  base = "0xC000000000" length = "0x0010000000" />
97            <pseg name = "PSEG_XICU" type = "PERI" base = "0xC0B0000000" length = "0x0000002000" />
98            <pseg name = "PSEG_DMA"  type = "PERI" base = "0xC0B1000000" length = "0x0000008000" />
99            <pseg name = "PSEG_MMC"  type = "PERI" base = "0xC0B2000000" length = "0x0000001000" />
100
101            <proc index = "0" >
102                <irq type = "HARD" icuid = "0" isr = "ISR_SWITCH" />
103                <irq type = "HARD" icuid = "4" isr = "ISR_DMA" channel = "0" />
104            </proc>
105
106            <periph type = "DMA"  psegname = "PSEG_DMA"  channels = "4" />
107            <periph type = "XICU" psegname = "PSEG_XICU" channels = "2" />
108            <periph type = "MMC"  psegname = "PSEG_MMC"  channels = "1" />
109        </cluster>
110    </clusterset>
111
112    <globalset> 
113
114*** segments used by the boot code / A[31:28] = 0xB / Identity mapping
115
116        <vseg name = "seg_boot_code"      vbase = "0xBFC00000" mode = "CXW_" clusterid = "0" psegname = "PSEG_ROM" ident = "1" >
117            <vobj name = "boot_code"      type = "ELF" length = "0x00008000" binpath    = "build/boot/boot.elf" />
118        </vseg>
119        <vseg name = "seg_boot_data"      vbase = "0x00000000" mode = "C_W_" clusterid = "0" psegname = "PSEG_RAM" ident = "1" >
120            <vobj name = "boot_data"      type = "ELF" length = "0x00001000" binpath    = "build/boot/boot.elf" />
121        </vseg>
122        <vseg name = "seg_boot_stack"     vbase = "0x00001000" mode = "C_W_" clusterid = "0" psegname = "PSEG_RAM" ident = "1" >
123            <vobj name = "boot_stack"     type = "BUFFER" length = "0x00003000" />
124        </vseg>
125        <vseg name = "seg_boot_mapping"   vbase = "0x00004000" mode = "C_W_" clusterid = "0" psegname = "PSEG_RAM" ident = "1" >
126            <vobj name = "boot_mapping"   type = "BLOB" length  = "0x00004000" binpath  = "map.bin" />
127        </vseg>
128
129*** Non replicated peripherals / A[31:28] = 0xB / Identity mapping
130
131        <vseg name = "seg_iob"            vbase = "0xBE000000" mode = "__W_" clusterid = "0" psegname = "PSEG_IOB" ident = "1" >
132            <vobj name = "iob"            type = "PERI" length  = "0x00001000" /> 
133        </vseg>
134        <vseg name = "seg_ioc"            vbase = "0xB3000000" mode = "__W_" clusterid = "0" psegname = "PSEG_IOC" ident = "1" >
135            <vobj name = "ioc"            type = "PERI" length  = "0x00001000" /> 
136        </vseg>
137        <vseg name = "seg_tty"            vbase = "0xB4000000" mode = "__W_" clusterid = "0" psegname = "PSEG_TTY" ident = "1" >
138                        <vobj name = "tty"            type = "PERI" length  = "0x00001000" />
139        </vseg>
140        <vseg name = "seg_nic"            vbase = "0xB5000000" mode = "__W_" clusterid = "0" psegname = "PSEG_NIC" ident = "1" >
141            <vobj name = "nic"            type = "PERI" length  = "0x00080000" /> 
142        </vseg>
143        <vseg name = "seg_cma"            vbase = "0xB6000000" mode = "__W_" clusterid = "0" psegname = "PSEG_CMA" ident = "1" >
144            <vobj name = "cma"            type = "PERI" length  = "0x00008000" /> 
145        </vseg>
146        <vseg name = "seg_fbf"            vbase = "0xB7000000" mode = "__W_" clusterid = "0" psegname = "PSEG_FBF" ident = "1" >
147            <vobj name = "fbf"            type = "PERI" length  = "0x00004000" /> 
148        </vseg>
149
150*** segments used by the kernel / A[31:28] = 0x8
151 
152        <vseg name = "seg_kernel_code"    vbase = "0x80000000" mode = "CX__" clusterid = "0" psegname = "PSEG_RAM" > 
153            <vobj name = "kernel_code"    type = "ELF" length = "0x00010000" binpath = "build/sys/sys.elf" />
154        </vseg>
155        <vseg name = "seg_kernel_data"    vbase = "0x80020000" mode = "C_W_" clusterid = "0" psegname = "PSEG_RAM" > 
156            <vobj name = "kernel_data"    type = "ELF" length = "0x00040000" binpath = "build/sys/sys.elf" />
157                </vseg>
158        <vseg name = "seg_kernel_uncdata" vbase = "0x80080000" mode = "__W_" clusterid = "0" psegname = "PSEG_RAM" > 
159            <vobj name = "kernel_uncdata" type = "ELF" length = "0x00010000" binpath = "build/sys/sys.elf" />
160        </vseg>
161        <vseg name = "seg_kernel_init"    vbase = "0x80090000" mode = "CX__" clusterid = "0" psegname = "PSEG_RAM" > 
162            <vobj name  = "kernel_init"   type = "ELF" length = "0x00010000" binpath    = "build/sys/sys.elf" />
163        </vseg>
164
165*** segments for replicated ICUS / A[31:28] = 0xE / Increment = 0x100000             
166
167        <vseg name = "seg_icu_0"          vbase = "0xE0000000" mode = "__W_" clusterid = "0" psegname = "PSEG_XICU" > 
168            <vobj name = "icu_0"          type = "PERI" length  = "0x00001000" /> 
169        </vseg>
170        <vseg name = "seg_icu_1"          vbase = "0xE0100000" mode = "__W_" clusterid = "1" psegname = "PSEG_XICU" > 
171            <vobj name = "icu_1"          type = "PERI" length  = "0x00001000" /> 
172        </vseg>
173        <vseg name = "seg_icu_2"          vbase = "0xE0200000" mode = "__W_" clusterid = "2" psegname = "PSEG_XICU" > 
174            <vobj name = "icu_2"          type = "PERI" length  = "0x00001000" /> 
175        </vseg>
176        <vseg name = "seg_icu_3"          vbase = "0xE0300000" mode = "__W_" clusterid = "3" psegname = "PSEG_XICU" > 
177            <vobj name = "icu_3"          type = "PERI" length  = "0x00001000" /> 
178        </vseg>
179
180*** segments for replicated DMAs / A[31:28] = 0xD / Increment = 0x100000
181
182        <vseg name = "seg_dma_0"          vbase = "0xD0000000" mode = "__W_" clusterid = "0" psegname = "PSEG_DMA" >
183            <vobj name = "dma_0"          type = "PERI" length  = "0x00008000" />
184        </vseg>
185        <vseg name = "seg_dma_1"          vbase = "0xD0100000" mode = "__W_" clusterid = "1" psegname = "PSEG_DMA" >
186            <vobj name = "dma_1"          type = "PERI" length  = "0x00008000" />
187        </vseg>
188        <vseg name = "seg_dma_2"          vbase = "0xD0200000" mode = "__W_" clusterid = "2" psegname = "PSEG_DMA" >
189            <vobj name = "dma_2"          type = "PERI" length  = "0x00008000" />
190        </vseg>
191        <vseg name = "seg_dma_3"          vbase = "0xD0300000" mode = "__W_" clusterid = "3" psegname = "PSEG_DMA" >
192            <vobj name = "dma_3"          type = "PERI" length  = "0x00008000" />
193        </vseg>
194
195*** segments for replicated MMC / A[31:28] = 0xC / Increment = 0x100000
196
197        <vseg name = "seg_memc_0"         vbase = "0xC0000000" mode = "__W_" clusterid = "0" psegname = "PSEG_MMC" >
198            <vobj name = "memc_0"         type = "PERI" length  = "0x00001000" />
199        </vseg>
200        <vseg name = "seg_memc_1"         vbase = "0xC0100000" mode = "__W_" clusterid = "1" psegname = "PSEG_MMC" >
201            <vobj name = "memc_1"         type = "PERI" length  = "0x00001000" />
202        </vseg>
203        <vseg name = "seg_memc_2"         vbase = "0xC0200000" mode = "__W_" clusterid = "2" psegname = "PSEG_MMC" >
204            <vobj name = "memc_2"         type = "PERI" length  = "0x00001000" />
205        </vseg>
206        <vseg name = "seg_memc_3"         vbase = "0xC0300000" mode = "__W_" clusterid = "3" psegname = "PSEG_MMC" >
207            <vobj name = "memc_3"         type = "PERI" length  = "0x00001000" />
208        </vseg>
209
210*** segments for replicated schedulers / A[31:28] = 0xF / Increment = 0x100000
211
212        <vseg name = "seg_sched_0"        vbase = "0xF0000000" mode = "C_W_" clusterid = "0" psegname = "PSEG_RAM" >
213            <vobj name = "sched_0"        type = "SCHED" length  = "0x00008000" />
214        </vseg>
215        <vseg name = "seg_sched_1"        vbase = "0xF0100000" mode = "C_W_" clusterid = "1" psegname = "PSEG_RAM" >
216            <vobj name = "sched_1"        type = "SCHED" length  = "0x00008000" />
217        </vseg>
218        <vseg name = "seg_sched_2"        vbase = "0xF0200000" mode = "C_W_" clusterid = "2" psegname = "PSEG_RAM" >
219            <vobj name = "sched_2"        type = "SCHED" length  = "0x00008000" />
220        </vseg>
221        <vseg name = "seg_sched_3"        vbase = "0xF0300000" mode = "C_W_" clusterid = "3" psegname = "PSEG_RAM" >
222            <vobj name = "sched_3"        type = "SCHED" length  = "0x00008000" />
223        </vseg>
224***
225    </globalset> 
226
227    <vspaceset>
228        <vspace name = "router" startname = "router_data" > 
229            <vseg name = "seg_data"        vbase = "0x00800000" mode = "__WU" clusterid = "0" psegname = "PSEG_RAM" >
230                <vobj name = "router_data" type = "ELF" length = "0x00010000" binpath = "build/router/router.elf" />
231            </vseg>
232            <vseg name = "seg_code"        vbase = "0x00400000" mode = "CX_U" clusterid = "0" psegname = "PSEG_RAM" > 
233                <vobj name = "router_code" type = "ELF" length = "0x00010000" binpath = "build/router/router.elf" /> 
234            </vseg>
235            <vseg name = "seg_ptab"        vbase = "0x00300000" mode = "C___" clusterid = "0" psegname = "PSEG_RAM" > 
236                <vobj name = "ptab"        type = "PTAB" length  = "0x00020000" align   = "13" />
237            </vseg>
238            <vseg name = "seg_stack_prod"  vbase = "0x00010000" mode = "C_WU" clusterid = "0" psegname = "PSEG_RAM" >
239                <vobj name = "stack_prod"  type = "BUFFER" length = "0x00010000" /> 
240                <vobj name = "heap_prod"   type = "BUFFER" length = "0x00010000" /> 
241            </vseg>
242            <vseg name = "seg_stack_cons"  vbase = "0x00030000" mode = "C_WU" clusterid = "1" psegname = "PSEG_RAM" > 
243                <vobj name = "stack_cons"  type = "BUFFER" length = "0x00010000" />
244                <vobj name = "heap_cons"   type = "BUFFER" length = "0x00010000" /> 
245            </vseg>
246            <vseg name = "seg_stack_routA" vbase = "0x00050000" mode = "C_WU" clusterid = "2" psegname = "PSEG_RAM" > 
247                <vobj name = "stack_routA" type = "BUFFER" length = "0x00010000" />
248                <vobj name = "heap_routA"  type = "BUFFER" length = "0x00010000" /> 
249            </vseg>
250            <vseg name = "seg_stack_routB" vbase = "0x00070000" mode = "C_WU" clusterid = "3" psegname = "PSEG_RAM" > 
251                <vobj name = "stack_routB" type = "BUFFER" length = "0x00010000" />
252                <vobj name = "heap_routB"  type = "BUFFER" length = "0x00010000" /> 
253            </vseg>
254            <vseg name = "seg_mwmrs"       vbase = "0x00090000" mode = "__WU" clusterid = "0" psegname = "PSEG_RAM" > 
255                <vobj name = "mwmr_in"     type = "MWMR" length = "0x00000020" init = "1" />
256                <vobj name = "mwmr_out"    type = "MWMR" length = "0x00000020" init = "1" />
257                    </vseg>
258
259            <task name = "producer" clusterid = "0" proclocid = "0" stackname = "stack_prod"  heapname = "heap_prod"  startid = "0" usetty = "1" />
260            <task name = "consumer" clusterid = "1" proclocid = "0" stackname = "stack_cons"  heapname = "heap_cons"  startid = "1" usetty = "1" />
261            <task name = "router_A" clusterid = "2" proclocid = "0" stackname = "stack_routA" heapname = "heap_routA" startid = "2" usetty = "1" />
262            <task name = "router_B" clusterid = "3" proclocid = "0" stackname = "stack_routB" heapname = "heap_routB" startid = "2" usetty = "1" />
263        </vspace>
264
265        <vspace name = "hello" startname = "hello_data" >
266            <vseg name = "seg_data"        vbase = "0x00800000" mode = "C_WU" clusterid = "1" psegname = "PSEG_RAM" >
267                <vobj name = "hello_data"  type = "ELF" length = "0x00010000" binpath = "build/hello/hello.elf" />
268            </vseg>
269            <vseg name = "seg_code"        vbase = "0x00400000" mode = "CX_U" clusterid = "1" psegname = "PSEG_RAM" > 
270                <vobj name = "hello_code"  type = "ELF" length = "0x00010000" binpath = "build/hello/hello.elf" />
271            </vseg>
272            <vseg name = "seg_ptab"        vbase = "0x00300000" mode = "C___" clusterid = "1" psegname = "PSEG_RAM" >
273                <vobj name = "ptab"        type = "PTAB" length = "0x00020000" align = "13" /> 
274            </vseg>
275            <vseg name = "seg_stack"       vbase = "0x00010000" mode = "C_WU" clusterid = "1" psegname = "PSEG_RAM" >
276                <vobj name = "stack"       type = "BUFFER" length = "0x00010000" />
277                <vobj name = "heap"        type = "BUFFER" length = "0x00010000" />
278            </vseg>
279
280            <task name = "main_hello" clusterid = "1" proclocid = "0" stackname = "stack" heapname = "heap" startid = "0" usetty = "1" />
281        </vspace>
282
283        <vspace name = "pgcd" startname = "pgcd_data" >
284            <vseg name = "seg_data"        vbase = "0x00800000" mode = "C_WU" clusterid = "2" psegname = "PSEG_RAM" >
285                <vobj name      = "pgcd_data"  type     = "ELF" length = "0x00010000" binpath = "build/pgcd/pgcd.elf" />
286            </vseg>
287            <vseg name = "seg_code"        vbase = "0x00400000" mode = "CX_U" clusterid = "2" psegname = "PSEG_RAM" >
288                <vobj name = "pgcd_code"   type = "ELF" length = "0x00010000" binpath = "build/pgcd/pgcd.elf" />
289            </vseg>
290            <vseg name = "seg_ptab"        vbase = "0x00300000" mode = "C___" clusterid = "2" psegname = "PSEG_RAM" >
291                <vobj name = "ptab"        type = "PTAB" length = "0x00020000" align = "13" />
292            </vseg>
293            <vseg name = "seg_stack"       vbase = "0x00010000" mode = "C_WU" clusterid = "2" psegname = "PSEG_RAM" >
294                <vobj name = "stack"       type = "BUFFER" length = "0x00010000" /> 
295                <vobj name = "heap"        type = "BUFFER" length = "0x00010000" /> 
296            </vseg>
297
298            <task name = "main_pgcd" clusterid = "2" proclocid = "0" stackname = "stack" heapname = "heap" startid = "0" usetty = "1" />
299        </vspace>
300
301        <vspace name = "display" startname = "disp_data" >
302            <vseg name = "seg_data"        vbase = "0x00800000" mode = "C_WU" clusterid = "3" psegname = "PSEG_RAM" >
303                <vobj name = "disp_data"   type = "ELF" length = "0x00010000" binpath = "build/display/display.elf" />
304                        </vseg>
305            <vseg name = "seg_code"        vbase = "0x00400000" mode = "CX_U" clusterid = "3" psegname = "PSEG_RAM" >
306                <vobj name = "disp_code"   type = "ELF" length = "0x00010000" binpath = "build/display/display.elf" />
307            </vseg>
308            <vseg name = "seg_ptab"        vbase = "0x00300000" mode = "C___" clusterid = "3" psegname = "PSEG_RAM" >
309                <vobj name = "ptab"        type = "PTAB" length  = "0x00020000" align   = "13" />
310            </vseg>
311            <vseg name = "seg_stack"       vbase = "0x00010000" mode = "C_WU" clusterid = "3" psegname = "PSEG_RAM" >
312                <vobj name = "stack"       type = "BUFFER" length = "0x00010000" />
313                <vobj name = "heap"        type = "BUFFER" length = "0x00010000" />
314            </vseg>
315
316            <task name = "main_display" clusterid = "3" proclocid = "0" stackname = "stack" heapname = "heap" startid = "0" usetty = "1" usedma = "1" />
317        </vspace>
318    </vspaceset>
319</mapping_info>
Note: See TracBrowser for help on using the repository browser.