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