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