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