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