config.ini revision 3104
1[root]
2type=Root
3children=system
4checkpoint=
5clock=2000000000
6max_tick=0
7output_file=cout
8progress_interval=0
9
10[debug]
11break_cycles=
12
13[exetrace]
14intel_format=false
15pc_symbol=true
16print_cpseq=false
17print_cycle=true
18print_data=true
19print_effaddr=true
20print_fetchseq=false
21print_iregs=false
22print_opclass=true
23print_thread=true
24speculative=true
25trace_system=client
26
27[serialize]
28count=10
29cycle=0
30dir=cpt.%012d
31period=0
32
33[stats]
34descriptions=true
35dump_cycle=0
36dump_period=0
37dump_reset=false
38ignore_events=
39mysql_db=
40mysql_host=
41mysql_password=
42mysql_user=
43project_name=test
44simulation_name=test
45simulation_sample=0
46text_compat=true
47text_file=m5stats.txt
48
49[system]
50type=LinuxAlphaSystem
51children=bridge cpu0 cpu1 disk0 disk2 intrctrl iobus membus physmem sim_console simple_disk tsunami
52boot_cpu_frequency=1
53boot_osflags=root=/dev/hda1 console=ttyS0
54console=/dist/m5/system/binaries/console
55init_param=0
56kernel=/dist/m5/system/binaries/vmlinux
57mem_mode=atomic
58pal=/dist/m5/system/binaries/ts_osfpal
59physmem=system.physmem
60readfile=tests/halt.sh
61system_rev=1024
62system_type=34
63
64[system.bridge]
65type=Bridge
66delay=0
67queue_size_a=16
68queue_size_b=16
69write_ack=false
70side_a=system.iobus.port[0]
71side_b=system.membus.port[0]
72
73[system.cpu0]
74type=AtomicSimpleCPU
75children=dtb itb
76clock=1
77cpu_id=-1
78defer_registration=false
79dtb=system.cpu0.dtb
80function_trace=false
81function_trace_start=0
82itb=system.cpu0.itb
83max_insts_all_threads=0
84max_insts_any_thread=0
85max_loads_all_threads=0
86max_loads_any_thread=0
87mem=system.physmem
88profile=0
89simulate_stalls=false
90system=system
91width=1
92dcache_port=system.membus.port[3]
93icache_port=system.membus.port[2]
94
95[system.cpu0.dtb]
96type=AlphaDTB
97size=64
98
99[system.cpu0.itb]
100type=AlphaITB
101size=48
102
103[system.cpu1]
104type=AtomicSimpleCPU
105children=dtb itb
106clock=1
107cpu_id=-1
108defer_registration=false
109dtb=system.cpu1.dtb
110function_trace=false
111function_trace_start=0
112itb=system.cpu1.itb
113max_insts_all_threads=0
114max_insts_any_thread=0
115max_loads_all_threads=0
116max_loads_any_thread=0
117mem=system.physmem
118profile=0
119simulate_stalls=false
120system=system
121width=1
122dcache_port=system.membus.port[5]
123icache_port=system.membus.port[4]
124
125[system.cpu1.dtb]
126type=AlphaDTB
127size=64
128
129[system.cpu1.itb]
130type=AlphaITB
131size=48
132
133[system.disk0]
134type=IdeDisk
135children=image
136delay=2000
137driveID=master
138image=system.disk0.image
139
140[system.disk0.image]
141type=CowDiskImage
142children=child
143child=system.disk0.image.child
144read_only=false
145table_size=65536
146
147[system.disk0.image.child]
148type=RawDiskImage
149image_file=/dist/m5/system/disks/linux-latest.img
150read_only=true
151
152[system.disk2]
153type=IdeDisk
154children=image
155delay=2000
156driveID=master
157image=system.disk2.image
158
159[system.disk2.image]
160type=CowDiskImage
161children=child
162child=system.disk2.image.child
163read_only=false
164table_size=65536
165
166[system.disk2.image.child]
167type=RawDiskImage
168image_file=/dist/m5/system/disks/linux-bigswap2.img
169read_only=true
170
171[system.intrctrl]
172type=IntrControl
173cpu=system.cpu0
174
175[system.iobus]
176type=Bus
177bus_id=0
178default=system.tsunami.pciconfig.pio
179port=system.bridge.side_a system.tsunami.cchip.pio system.tsunami.pchip.pio system.tsunami.fake_sm_chip.pio system.tsunami.fake_uart1.pio system.tsunami.fake_uart2.pio system.tsunami.fake_uart3.pio system.tsunami.fake_uart4.pio system.tsunami.fake_ppc.pio system.tsunami.fake_OROM.pio system.tsunami.fake_pnp_addr.pio system.tsunami.fake_pnp_write.pio system.tsunami.fake_pnp_read0.pio system.tsunami.fake_pnp_read1.pio system.tsunami.fake_pnp_read2.pio system.tsunami.fake_pnp_read3.pio system.tsunami.fake_pnp_read4.pio system.tsunami.fake_pnp_read5.pio system.tsunami.fake_pnp_read6.pio system.tsunami.fake_pnp_read7.pio system.tsunami.fake_ata0.pio system.tsunami.fake_ata1.pio system.tsunami.fb.pio system.tsunami.io.pio system.tsunami.uart.pio system.tsunami.console.pio system.tsunami.ide.pio system.tsunami.ide.dma system.tsunami.ide.config system.tsunami.ethernet.pio system.tsunami.ethernet.dma system.tsunami.ethernet.config
180
181[system.membus]
182type=Bus
183bus_id=1
184port=system.bridge.side_b system.physmem.port system.cpu0.icache_port system.cpu0.dcache_port system.cpu1.icache_port system.cpu1.dcache_port
185
186[system.physmem]
187type=PhysicalMemory
188file=
189latency=1
190range=0:134217727
191port=system.membus.port[1]
192
193[system.sim_console]
194type=SimConsole
195children=listener
196append_name=true
197intr_control=system.intrctrl
198listener=system.sim_console.listener
199number=0
200output=console
201
202[system.sim_console.listener]
203type=ConsoleListener
204port=3456
205
206[system.simple_disk]
207type=SimpleDisk
208children=disk
209disk=system.simple_disk.disk
210system=system
211
212[system.simple_disk.disk]
213type=RawDiskImage
214image_file=/dist/m5/system/disks/linux-latest.img
215read_only=true
216
217[system.tsunami]
218type=Tsunami
219children=cchip console etherint ethernet fake_OROM fake_ata0 fake_ata1 fake_pnp_addr fake_pnp_read0 fake_pnp_read1 fake_pnp_read2 fake_pnp_read3 fake_pnp_read4 fake_pnp_read5 fake_pnp_read6 fake_pnp_read7 fake_pnp_write fake_ppc fake_sm_chip fake_uart1 fake_uart2 fake_uart3 fake_uart4 fb ide io pchip pciconfig uart
220intrctrl=system.intrctrl
221system=system
222
223[system.tsunami.cchip]
224type=TsunamiCChip
225pio_addr=8803072344064
226pio_latency=2
227platform=system.tsunami
228system=system
229tsunami=system.tsunami
230pio=system.iobus.port[1]
231
232[system.tsunami.console]
233type=AlphaConsole
234cpu=system.cpu0
235disk=system.simple_disk
236pio_addr=8804682956800
237pio_latency=2
238platform=system.tsunami
239sim_console=system.sim_console
240system=system
241pio=system.iobus.port[25]
242
243[system.tsunami.etherint]
244type=NSGigEInt
245device=system.tsunami.ethernet
246peer=Null
247
248[system.tsunami.ethernet]
249type=NSGigE
250children=configdata
251clock=0
252config_latency=40
253configdata=system.tsunami.ethernet.configdata
254dma_data_free=false
255dma_desc_free=false
256dma_no_allocate=true
257dma_read_delay=0
258dma_read_factor=0
259dma_write_delay=0
260dma_write_factor=0
261hardware_address=00:90:00:00:00:01
262intr_delay=20000
263pci_bus=0
264pci_dev=1
265pci_func=0
266pio_latency=2
267platform=system.tsunami
268rss=false
269rx_delay=2000
270rx_fifo_size=524288
271rx_filter=true
272rx_thread=false
273system=system
274tx_delay=2000
275tx_fifo_size=524288
276tx_thread=false
277config=system.iobus.port[31]
278dma=system.iobus.port[30]
279pio=system.iobus.port[29]
280
281[system.tsunami.ethernet.configdata]
282type=PciConfigData
283BAR0=1
284BAR0Size=256
285BAR1=0
286BAR1Size=4096
287BAR2=0
288BAR2Size=0
289BAR3=0
290BAR3Size=0
291BAR4=0
292BAR4Size=0
293BAR5=0
294BAR5Size=0
295BIST=0
296CacheLineSize=0
297CardbusCIS=0
298ClassCode=2
299Command=0
300DeviceID=34
301ExpansionROM=0
302HeaderType=0
303InterruptLine=30
304InterruptPin=1
305LatencyTimer=0
306MaximumLatency=52
307MinimumGrant=176
308ProgIF=0
309Revision=0
310Status=656
311SubClassCode=0
312SubsystemID=0
313SubsystemVendorID=0
314VendorID=4107
315
316[system.tsunami.fake_OROM]
317type=IsaFake
318pio_addr=8796093677568
319pio_latency=2
320pio_size=393216
321platform=system.tsunami
322system=system
323pio=system.iobus.port[9]
324
325[system.tsunami.fake_ata0]
326type=IsaFake
327pio_addr=8804615848432
328pio_latency=2
329pio_size=8
330platform=system.tsunami
331system=system
332pio=system.iobus.port[20]
333
334[system.tsunami.fake_ata1]
335type=IsaFake
336pio_addr=8804615848304
337pio_latency=2
338pio_size=8
339platform=system.tsunami
340system=system
341pio=system.iobus.port[21]
342
343[system.tsunami.fake_pnp_addr]
344type=IsaFake
345pio_addr=8804615848569
346pio_latency=2
347pio_size=8
348platform=system.tsunami
349system=system
350pio=system.iobus.port[10]
351
352[system.tsunami.fake_pnp_read0]
353type=IsaFake
354pio_addr=8804615848451
355pio_latency=2
356pio_size=8
357platform=system.tsunami
358system=system
359pio=system.iobus.port[12]
360
361[system.tsunami.fake_pnp_read1]
362type=IsaFake
363pio_addr=8804615848515
364pio_latency=2
365pio_size=8
366platform=system.tsunami
367system=system
368pio=system.iobus.port[13]
369
370[system.tsunami.fake_pnp_read2]
371type=IsaFake
372pio_addr=8804615848579
373pio_latency=2
374pio_size=8
375platform=system.tsunami
376system=system
377pio=system.iobus.port[14]
378
379[system.tsunami.fake_pnp_read3]
380type=IsaFake
381pio_addr=8804615848643
382pio_latency=2
383pio_size=8
384platform=system.tsunami
385system=system
386pio=system.iobus.port[15]
387
388[system.tsunami.fake_pnp_read4]
389type=IsaFake
390pio_addr=8804615848707
391pio_latency=2
392pio_size=8
393platform=system.tsunami
394system=system
395pio=system.iobus.port[16]
396
397[system.tsunami.fake_pnp_read5]
398type=IsaFake
399pio_addr=8804615848771
400pio_latency=2
401pio_size=8
402platform=system.tsunami
403system=system
404pio=system.iobus.port[17]
405
406[system.tsunami.fake_pnp_read6]
407type=IsaFake
408pio_addr=8804615848835
409pio_latency=2
410pio_size=8
411platform=system.tsunami
412system=system
413pio=system.iobus.port[18]
414
415[system.tsunami.fake_pnp_read7]
416type=IsaFake
417pio_addr=8804615848899
418pio_latency=2
419pio_size=8
420platform=system.tsunami
421system=system
422pio=system.iobus.port[19]
423
424[system.tsunami.fake_pnp_write]
425type=IsaFake
426pio_addr=8804615850617
427pio_latency=2
428pio_size=8
429platform=system.tsunami
430system=system
431pio=system.iobus.port[11]
432
433[system.tsunami.fake_ppc]
434type=IsaFake
435pio_addr=8804615848892
436pio_latency=2
437pio_size=8
438platform=system.tsunami
439system=system
440pio=system.iobus.port[8]
441
442[system.tsunami.fake_sm_chip]
443type=IsaFake
444pio_addr=8804615848816
445pio_latency=2
446pio_size=8
447platform=system.tsunami
448system=system
449pio=system.iobus.port[3]
450
451[system.tsunami.fake_uart1]
452type=IsaFake
453pio_addr=8804615848696
454pio_latency=2
455pio_size=8
456platform=system.tsunami
457system=system
458pio=system.iobus.port[4]
459
460[system.tsunami.fake_uart2]
461type=IsaFake
462pio_addr=8804615848936
463pio_latency=2
464pio_size=8
465platform=system.tsunami
466system=system
467pio=system.iobus.port[5]
468
469[system.tsunami.fake_uart3]
470type=IsaFake
471pio_addr=8804615848680
472pio_latency=2
473pio_size=8
474platform=system.tsunami
475system=system
476pio=system.iobus.port[6]
477
478[system.tsunami.fake_uart4]
479type=IsaFake
480pio_addr=8804615848944
481pio_latency=2
482pio_size=8
483platform=system.tsunami
484system=system
485pio=system.iobus.port[7]
486
487[system.tsunami.fb]
488type=BadDevice
489devicename=FrameBuffer
490pio_addr=8804615848912
491pio_latency=2
492platform=system.tsunami
493system=system
494pio=system.iobus.port[22]
495
496[system.tsunami.ide]
497type=IdeController
498children=configdata
499config_latency=40
500configdata=system.tsunami.ide.configdata
501disks=system.disk0 system.disk2
502pci_bus=0
503pci_dev=0
504pci_func=0
505pio_latency=2
506platform=system.tsunami
507system=system
508config=system.iobus.port[28]
509dma=system.iobus.port[27]
510pio=system.iobus.port[26]
511
512[system.tsunami.ide.configdata]
513type=PciConfigData
514BAR0=1
515BAR0Size=8
516BAR1=1
517BAR1Size=4
518BAR2=1
519BAR2Size=8
520BAR3=1
521BAR3Size=4
522BAR4=1
523BAR4Size=16
524BAR5=1
525BAR5Size=0
526BIST=0
527CacheLineSize=0
528CardbusCIS=0
529ClassCode=1
530Command=0
531DeviceID=28945
532ExpansionROM=0
533HeaderType=0
534InterruptLine=31
535InterruptPin=1
536LatencyTimer=0
537MaximumLatency=0
538MinimumGrant=0
539ProgIF=133
540Revision=0
541Status=640
542SubClassCode=1
543SubsystemID=0
544SubsystemVendorID=0
545VendorID=32902
546
547[system.tsunami.io]
548type=TsunamiIO
549frequency=1953125
550pio_addr=8804615847936
551pio_latency=2
552platform=system.tsunami
553system=system
554time=1136073600
555tsunami=system.tsunami
556pio=system.iobus.port[23]
557
558[system.tsunami.pchip]
559type=TsunamiPChip
560pio_addr=8802535473152
561pio_latency=2
562platform=system.tsunami
563system=system
564tsunami=system.tsunami
565pio=system.iobus.port[2]
566
567[system.tsunami.pciconfig]
568type=PciConfigAll
569bus=0
570pio_latency=1
571platform=system.tsunami
572size=16777216
573system=system
574pio=system.iobus.default
575
576[system.tsunami.uart]
577type=Uart8250
578pio_addr=8804615848952
579pio_latency=2
580platform=system.tsunami
581sim_console=system.sim_console
582system=system
583pio=system.iobus.port[24]
584
585[trace]
586bufsize=0
587dump_on_exit=false
588file=cout
589flags=
590ignore=
591start=0
592
593