summaryrefslogtreecommitdiff
path: root/tests/long/fs/80.solaris-boot/ref/sparc/solaris/t1000-simple-atomic/config.json
blob: d3a1b4f03daf8e7e97f5fb5c292305e12f015211 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
{
    "name": null, 
    "sim_quantum": 0, 
    "system": {
        "kernel": "", 
        "mmap_using_noreserve": false, 
        "kernel_addr_check": true, 
        "rom": {
            "range": "1099243192320:1099251580927", 
            "latency": 60, 
            "name": "rom", 
            "p_state_clk_gate_min": 2, 
            "eventq_index": 0, 
            "p_state_clk_gate_bins": 20, 
            "default_p_state": "UNDEFINED", 
            "clk_domain": "system.clk_domain", 
            "power_model": null, 
            "latency_var": 0, 
            "bandwidth": "0.000000", 
            "conf_table_reported": true, 
            "cxx_class": "SimpleMemory", 
            "p_state_clk_gate_max": 2000000000, 
            "path": "system.rom", 
            "null": false, 
            "type": "SimpleMemory", 
            "port": {
                "peer": "system.membus.master[3]", 
                "role": "SLAVE"
            }, 
            "in_addr_map": true
        }, 
        "bridge": {
            "ranges": [
                "133412421632:133412421639", 
                "134217728000:554050781183", 
                "644245094400:652835028991", 
                "725849473024:1095485095935", 
                "1099255955456:1099255955463"
            ], 
            "slave": {
                "peer": "system.membus.master[2]", 
                "role": "SLAVE"
            }, 
            "name": "bridge", 
            "p_state_clk_gate_min": 2, 
            "p_state_clk_gate_bins": 20, 
            "cxx_class": "Bridge", 
            "req_size": 16, 
            "clk_domain": "system.clk_domain", 
            "power_model": null, 
            "delay": 100, 
            "eventq_index": 0, 
            "master": {
                "peer": "system.iobus.slave[0]", 
                "role": "MASTER"
            }, 
            "default_p_state": "UNDEFINED", 
            "p_state_clk_gate_max": 2000000000, 
            "path": "system.bridge", 
            "resp_size": 16, 
            "type": "Bridge"
        }, 
        "iobus": {
            "forward_latency": 1, 
            "slave": {
                "peer": [
                    "system.bridge.master"
                ], 
                "role": "SLAVE"
            }, 
            "name": "iobus", 
            "p_state_clk_gate_min": 2, 
            "p_state_clk_gate_bins": 20, 
            "cxx_class": "NoncoherentXBar", 
            "clk_domain": "system.clk_domain", 
            "power_model": null, 
            "width": 16, 
            "eventq_index": 0, 
            "master": {
                "peer": [
                    "system.t1000.fake_clk.pio", 
                    "system.t1000.fake_membnks.pio", 
                    "system.t1000.fake_l2_1.pio", 
                    "system.t1000.fake_l2_2.pio", 
                    "system.t1000.fake_l2_3.pio", 
                    "system.t1000.fake_l2_4.pio", 
                    "system.t1000.fake_l2esr_1.pio", 
                    "system.t1000.fake_l2esr_2.pio", 
                    "system.t1000.fake_l2esr_3.pio", 
                    "system.t1000.fake_l2esr_4.pio", 
                    "system.t1000.fake_ssi.pio", 
                    "system.t1000.fake_jbi.pio", 
                    "system.t1000.puart0.pio", 
                    "system.t1000.hvuart.pio", 
                    "system.disk0.pio"
                ], 
                "role": "MASTER"
            }, 
            "response_latency": 2, 
            "default_p_state": "UNDEFINED", 
            "p_state_clk_gate_max": 2000000000, 
            "path": "system.iobus", 
            "type": "NoncoherentXBar", 
            "use_default_range": false, 
            "frontend_latency": 2
        }, 
        "t1000": {
            "htod": {
                "name": "htod", 
                "p_state_clk_gate_min": 2, 
                "pio": {
                    "peer": "system.membus.master[1]", 
                    "role": "SLAVE"
                }, 
                "p_state_clk_gate_bins": 20, 
                "cxx_class": "DumbTOD", 
                "pio_latency": 200, 
                "clk_domain": "system.clk_domain", 
                "power_model": null, 
                "system": "system", 
                "eventq_index": 0, 
                "time": "Thu Jan  1 00:00:00 2009", 
                "default_p_state": "UNDEFINED", 
                "p_state_clk_gate_max": 2000000000, 
                "path": "system.t1000.htod", 
                "pio_addr": 1099255906296, 
                "type": "DumbTOD"
            }, 
            "puart0": {
                "name": "puart0", 
                "p_state_clk_gate_min": 2, 
                "pio": {
                    "peer": "system.iobus.master[12]", 
                    "role": "SLAVE"
                }, 
                "p_state_clk_gate_bins": 20, 
                "cxx_class": "Uart8250", 
                "pio_latency": 200, 
                "clk_domain": "system.clk_domain", 
                "power_model": null, 
                "system": "system", 
                "terminal": "system.t1000.pterm", 
                "platform": "system.t1000", 
                "eventq_index": 0, 
                "default_p_state": "UNDEFINED", 
                "p_state_clk_gate_max": 2000000000, 
                "path": "system.t1000.puart0", 
                "pio_addr": 133412421632, 
                "type": "Uart8250"
            }, 
            "fake_membnks": {
                "pio": {
                    "peer": "system.iobus.master[1]", 
                    "role": "SLAVE"
                }, 
                "ret_data64": 0, 
                "fake_mem": false, 
                "clk_domain": "system.clk_domain", 
                "cxx_class": "IsaFake", 
                "pio_addr": 648540061696, 
                "update_data": false, 
                "warn_access": "", 
                "pio_latency": 200, 
                "system": "system", 
                "eventq_index": 0, 
                "default_p_state": "UNDEFINED", 
                "p_state_clk_gate_max": 2000000000, 
                "type": "IsaFake", 
                "p_state_clk_gate_min": 2, 
                "power_model": null, 
                "ret_data32": 4294967295, 
                "path": "system.t1000.fake_membnks", 
                "ret_data16": 65535, 
                "ret_data8": 255, 
                "name": "fake_membnks", 
                "ret_bad_addr": false, 
                "pio_size": 16384, 
                "p_state_clk_gate_bins": 20
            }, 
            "cxx_class": "T1000", 
            "fake_jbi": {
                "pio": {
                    "peer": "system.iobus.master[11]", 
                    "role": "SLAVE"
                }, 
                "ret_data64": 18446744073709551615, 
                "fake_mem": false, 
                "clk_domain": "system.clk_domain", 
                "cxx_class": "IsaFake", 
                "pio_addr": 549755813888, 
                "update_data": false, 
                "warn_access": "", 
                "pio_latency": 200, 
                "system": "system", 
                "eventq_index": 0, 
                "default_p_state": "UNDEFINED", 
                "p_state_clk_gate_max": 2000000000, 
                "type": "IsaFake", 
                "p_state_clk_gate_min": 2, 
                "power_model": null, 
                "ret_data32": 4294967295, 
                "path": "system.t1000.fake_jbi", 
                "ret_data16": 65535, 
                "ret_data8": 255, 
                "name": "fake_jbi", 
                "ret_bad_addr": false, 
                "pio_size": 4294967296, 
                "p_state_clk_gate_bins": 20
            }, 
            "intrctrl": "system.intrctrl", 
            "fake_l2esr_2": {
                "pio": {
                    "peer": "system.iobus.master[7]", 
                    "role": "SLAVE"
                }, 
                "ret_data64": 0, 
                "fake_mem": false, 
                "clk_domain": "system.clk_domain", 
                "cxx_class": "IsaFake", 
                "pio_addr": 734439407680, 
                "update_data": true, 
                "warn_access": "", 
                "pio_latency": 200, 
                "system": "system", 
                "eventq_index": 0, 
                "default_p_state": "UNDEFINED", 
                "p_state_clk_gate_max": 2000000000, 
                "type": "IsaFake", 
                "p_state_clk_gate_min": 2, 
                "power_model": null, 
                "ret_data32": 4294967295, 
                "path": "system.t1000.fake_l2esr_2", 
                "ret_data16": 65535, 
                "ret_data8": 255, 
                "name": "fake_l2esr_2", 
                "ret_bad_addr": false, 
                "pio_size": 8, 
                "p_state_clk_gate_bins": 20
            }, 
            "system": "system", 
            "eventq_index": 0, 
            "hterm": {
                "name": "hterm", 
                "output": true, 
                "number": 0, 
                "intr_control": "system.intrctrl", 
                "eventq_index": 0, 
                "cxx_class": "Terminal", 
                "path": "system.t1000.hterm", 
                "type": "Terminal", 
                "port": 3456
            }, 
            "type": "T1000", 
            "fake_l2_4": {
                "pio": {
                    "peer": "system.iobus.master[5]", 
                    "role": "SLAVE"
                }, 
                "ret_data64": 1, 
                "fake_mem": false, 
                "clk_domain": "system.clk_domain", 
                "cxx_class": "IsaFake", 
                "pio_addr": 725849473216, 
                "update_data": true, 
                "warn_access": "", 
                "pio_latency": 200, 
                "system": "system", 
                "eventq_index": 0, 
                "default_p_state": "UNDEFINED", 
                "p_state_clk_gate_max": 2000000000, 
                "type": "IsaFake", 
                "p_state_clk_gate_min": 2, 
                "power_model": null, 
                "ret_data32": 4294967295, 
                "path": "system.t1000.fake_l2_4", 
                "ret_data16": 65535, 
                "ret_data8": 255, 
                "name": "fake_l2_4", 
                "ret_bad_addr": false, 
                "pio_size": 8, 
                "p_state_clk_gate_bins": 20
            }, 
            "fake_l2_1": {
                "pio": {
                    "peer": "system.iobus.master[2]", 
                    "role": "SLAVE"
                }, 
                "ret_data64": 1, 
                "fake_mem": false, 
                "clk_domain": "system.clk_domain", 
                "cxx_class": "IsaFake", 
                "pio_addr": 725849473024, 
                "update_data": true, 
                "warn_access": "", 
                "pio_latency": 200, 
                "system": "system", 
                "eventq_index": 0, 
                "default_p_state": "UNDEFINED", 
                "p_state_clk_gate_max": 2000000000, 
                "type": "IsaFake", 
                "p_state_clk_gate_min": 2, 
                "power_model": null, 
                "ret_data32": 4294967295, 
                "path": "system.t1000.fake_l2_1", 
                "ret_data16": 65535, 
                "ret_data8": 255, 
                "name": "fake_l2_1", 
                "ret_bad_addr": false, 
                "pio_size": 8, 
                "p_state_clk_gate_bins": 20
            }, 
            "fake_l2_2": {
                "pio": {
                    "peer": "system.iobus.master[3]", 
                    "role": "SLAVE"
                }, 
                "ret_data64": 1, 
                "fake_mem": false, 
                "clk_domain": "system.clk_domain", 
                "cxx_class": "IsaFake", 
                "pio_addr": 725849473088, 
                "update_data": true, 
                "warn_access": "", 
                "pio_latency": 200, 
                "system": "system", 
                "eventq_index": 0, 
                "default_p_state": "UNDEFINED", 
                "p_state_clk_gate_max": 2000000000, 
                "type": "IsaFake", 
                "p_state_clk_gate_min": 2, 
                "power_model": null, 
                "ret_data32": 4294967295, 
                "path": "system.t1000.fake_l2_2", 
                "ret_data16": 65535, 
                "ret_data8": 255, 
                "name": "fake_l2_2", 
                "ret_bad_addr": false, 
                "pio_size": 8, 
                "p_state_clk_gate_bins": 20
            }, 
            "fake_l2_3": {
                "pio": {
                    "peer": "system.iobus.master[4]", 
                    "role": "SLAVE"
                }, 
                "ret_data64": 1, 
                "fake_mem": false, 
                "clk_domain": "system.clk_domain", 
                "cxx_class": "IsaFake", 
                "pio_addr": 725849473152, 
                "update_data": true, 
                "warn_access": "", 
                "pio_latency": 200, 
                "system": "system", 
                "eventq_index": 0, 
                "default_p_state": "UNDEFINED", 
                "p_state_clk_gate_max": 2000000000, 
                "type": "IsaFake", 
                "p_state_clk_gate_min": 2, 
                "power_model": null, 
                "ret_data32": 4294967295, 
                "path": "system.t1000.fake_l2_3", 
                "ret_data16": 65535, 
                "ret_data8": 255, 
                "name": "fake_l2_3", 
                "ret_bad_addr": false, 
                "pio_size": 8, 
                "p_state_clk_gate_bins": 20
            }, 
            "pterm": {
                "name": "pterm", 
                "output": true, 
                "number": 0, 
                "intr_control": "system.intrctrl", 
                "eventq_index": 0, 
                "cxx_class": "Terminal", 
                "path": "system.t1000.pterm", 
                "type": "Terminal", 
                "port": 3456
            }, 
            "path": "system.t1000", 
            "iob": {
                "name": "iob", 
                "p_state_clk_gate_min": 2, 
                "pio": {
                    "peer": "system.membus.master[0]", 
                    "role": "SLAVE"
                }, 
                "p_state_clk_gate_bins": 20, 
                "cxx_class": "Iob", 
                "pio_latency": 2, 
                "clk_domain": "system.clk_domain", 
                "power_model": null, 
                "system": "system", 
                "platform": "system.t1000", 
                "eventq_index": 0, 
                "default_p_state": "UNDEFINED", 
                "p_state_clk_gate_max": 2000000000, 
                "path": "system.t1000.iob", 
                "type": "Iob"
            }, 
            "hvuart": {
                "name": "hvuart", 
                "p_state_clk_gate_min": 2, 
                "pio": {
                    "peer": "system.iobus.master[13]", 
                    "role": "SLAVE"
                }, 
                "p_state_clk_gate_bins": 20, 
                "cxx_class": "Uart8250", 
                "pio_latency": 200, 
                "clk_domain": "system.clk_domain", 
                "power_model": null, 
                "system": "system", 
                "terminal": "system.t1000.hterm", 
                "platform": "system.t1000", 
                "eventq_index": 0, 
                "default_p_state": "UNDEFINED", 
                "p_state_clk_gate_max": 2000000000, 
                "path": "system.t1000.hvuart", 
                "pio_addr": 1099255955456, 
                "type": "Uart8250"
            }, 
            "name": "t1000", 
            "fake_l2esr_3": {
                "pio": {
                    "peer": "system.iobus.master[8]", 
                    "role": "SLAVE"
                }, 
                "ret_data64": 0, 
                "fake_mem": false, 
                "clk_domain": "system.clk_domain", 
                "cxx_class": "IsaFake", 
                "pio_addr": 734439407744, 
                "update_data": true, 
                "warn_access": "", 
                "pio_latency": 200, 
                "system": "system", 
                "eventq_index": 0, 
                "default_p_state": "UNDEFINED", 
                "p_state_clk_gate_max": 2000000000, 
                "type": "IsaFake", 
                "p_state_clk_gate_min": 2, 
                "power_model": null, 
                "ret_data32": 4294967295, 
                "path": "system.t1000.fake_l2esr_3", 
                "ret_data16": 65535, 
                "ret_data8": 255, 
                "name": "fake_l2esr_3", 
                "ret_bad_addr": false, 
                "pio_size": 8, 
                "p_state_clk_gate_bins": 20
            }, 
            "fake_ssi": {
                "pio": {
                    "peer": "system.iobus.master[10]", 
                    "role": "SLAVE"
                }, 
                "ret_data64": 18446744073709551615, 
                "fake_mem": false, 
                "clk_domain": "system.clk_domain", 
                "cxx_class": "IsaFake", 
                "pio_addr": 1095216660480, 
                "update_data": false, 
                "warn_access": "", 
                "pio_latency": 200, 
                "system": "system", 
                "eventq_index": 0, 
                "default_p_state": "UNDEFINED", 
                "p_state_clk_gate_max": 2000000000, 
                "type": "IsaFake", 
                "p_state_clk_gate_min": 2, 
                "power_model": null, 
                "ret_data32": 4294967295, 
                "path": "system.t1000.fake_ssi", 
                "ret_data16": 65535, 
                "ret_data8": 255, 
                "name": "fake_ssi", 
                "ret_bad_addr": false, 
                "pio_size": 268435456, 
                "p_state_clk_gate_bins": 20
            }, 
            "fake_l2esr_1": {
                "pio": {
                    "peer": "system.iobus.master[6]", 
                    "role": "SLAVE"
                }, 
                "ret_data64": 0, 
                "fake_mem": false, 
                "clk_domain": "system.clk_domain", 
                "cxx_class": "IsaFake", 
                "pio_addr": 734439407616, 
                "update_data": true, 
                "warn_access": "", 
                "pio_latency": 200, 
                "system": "system", 
                "eventq_index": 0, 
                "default_p_state": "UNDEFINED", 
                "p_state_clk_gate_max": 2000000000, 
                "type": "IsaFake", 
                "p_state_clk_gate_min": 2, 
                "power_model": null, 
                "ret_data32": 4294967295, 
                "path": "system.t1000.fake_l2esr_1", 
                "ret_data16": 65535, 
                "ret_data8": 255, 
                "name": "fake_l2esr_1", 
                "ret_bad_addr": false, 
                "pio_size": 8, 
                "p_state_clk_gate_bins": 20
            }, 
            "fake_l2esr_4": {
                "pio": {
                    "peer": "system.iobus.master[9]", 
                    "role": "SLAVE"
                }, 
                "ret_data64": 0, 
                "fake_mem": false, 
                "clk_domain": "system.clk_domain", 
                "cxx_class": "IsaFake", 
                "pio_addr": 734439407808, 
                "update_data": true, 
                "warn_access": "", 
                "pio_latency": 200, 
                "system": "system", 
                "eventq_index": 0, 
                "default_p_state": "UNDEFINED", 
                "p_state_clk_gate_max": 2000000000, 
                "type": "IsaFake", 
                "p_state_clk_gate_min": 2, 
                "power_model": null, 
                "ret_data32": 4294967295, 
                "path": "system.t1000.fake_l2esr_4", 
                "ret_data16": 65535, 
                "ret_data8": 255, 
                "name": "fake_l2esr_4", 
                "ret_bad_addr": false, 
                "pio_size": 8, 
                "p_state_clk_gate_bins": 20
            }, 
            "fake_clk": {
                "pio": {
                    "peer": "system.iobus.master[0]", 
                    "role": "SLAVE"
                }, 
                "ret_data64": 18446744073709551615, 
                "fake_mem": false, 
                "clk_domain": "system.clk_domain", 
                "cxx_class": "IsaFake", 
                "pio_addr": 644245094400, 
                "update_data": false, 
                "warn_access": "", 
                "pio_latency": 200, 
                "system": "system", 
                "eventq_index": 0, 
                "default_p_state": "UNDEFINED", 
                "p_state_clk_gate_max": 2000000000, 
                "type": "IsaFake", 
                "p_state_clk_gate_min": 2, 
                "power_model": null, 
                "ret_data32": 4294967295, 
                "path": "system.t1000.fake_clk", 
                "ret_data16": 65535, 
                "ret_data8": 255, 
                "name": "fake_clk", 
                "ret_bad_addr": false, 
                "pio_size": 4294967296, 
                "p_state_clk_gate_bins": 20
            }
        }, 
        "partition_desc_addr": 133445976064, 
        "symbolfile": "", 
        "readfile": "/usr/local/google/home/gabeblack/gem5/gem5-public/tests/testing/../halt.sh", 
        "thermal_model": null, 
        "hypervisor_addr": 1099243257856, 
        "mem_ranges": [
            "1048576:68157439", 
            "2147483648:2415919103"
        ], 
        "cxx_class": "SparcSystem", 
        "work_begin_cpu_id_exit": -1, 
        "load_offset": 0, 
        "reset_bin": "/usr/local/google/home/gabeblack/gem5/dist/m5/system/binaries/reset_new.bin", 
        "work_end_ckpt_count": 0, 
        "work_begin_exit_count": 0, 
        "openboot_addr": 1099243716608, 
        "p_state_clk_gate_min": 2, 
        "nvram_addr": 133429198848, 
        "memories": [
            "system.hypervisor_desc", 
            "system.nvram", 
            "system.partition_desc", 
            "system.physmem0", 
            "system.physmem1", 
            "system.rom"
        ], 
        "work_begin_ckpt_count": 0, 
        "partition_desc": {
            "range": "133445976064:133445984255", 
            "latency": 60, 
            "name": "partition_desc", 
            "p_state_clk_gate_min": 2, 
            "eventq_index": 0, 
            "p_state_clk_gate_bins": 20, 
            "default_p_state": "UNDEFINED", 
            "clk_domain": "system.clk_domain", 
            "power_model": null, 
            "latency_var": 0, 
            "bandwidth": "0.000000", 
            "conf_table_reported": true, 
            "cxx_class": "SimpleMemory", 
            "p_state_clk_gate_max": 2000000000, 
            "path": "system.partition_desc", 
            "null": false, 
            "type": "SimpleMemory", 
            "port": {
                "peer": "system.membus.master[6]", 
                "role": "SLAVE"
            }, 
            "in_addr_map": true
        }, 
        "clk_domain": {
            "name": "clk_domain", 
            "clock": [
                2
            ], 
            "init_perf_level": 0, 
            "voltage_domain": "system.voltage_domain", 
            "eventq_index": 0, 
            "cxx_class": "SrcClockDomain", 
            "path": "system.clk_domain", 
            "type": "SrcClockDomain", 
            "domain_id": -1
        }, 
        "hypervisor_desc": {
            "range": "133446500352:133446508543", 
            "latency": 60, 
            "name": "hypervisor_desc", 
            "p_state_clk_gate_min": 2, 
            "eventq_index": 0, 
            "p_state_clk_gate_bins": 20, 
            "default_p_state": "UNDEFINED", 
            "clk_domain": "system.clk_domain", 
            "power_model": null, 
            "latency_var": 0, 
            "bandwidth": "0.000000", 
            "conf_table_reported": true, 
            "cxx_class": "SimpleMemory", 
            "p_state_clk_gate_max": 2000000000, 
            "path": "system.hypervisor_desc", 
            "null": false, 
            "type": "SimpleMemory", 
            "port": {
                "peer": "system.membus.master[5]", 
                "role": "SLAVE"
            }, 
            "in_addr_map": true
        }, 
        "membus": {
            "point_of_coherency": true, 
            "system": "system", 
            "response_latency": 2, 
            "cxx_class": "CoherentXBar", 
            "badaddr_responder": {
                "pio": {
                    "peer": "system.membus.default", 
                    "role": "SLAVE"
                }, 
                "ret_data64": 18446744073709551615, 
                "fake_mem": false, 
                "clk_domain": "system.clk_domain", 
                "cxx_class": "IsaFake", 
                "pio_addr": 0, 
                "update_data": false, 
                "warn_access": "", 
                "pio_latency": 200, 
                "system": "system", 
                "eventq_index": 0, 
                "default_p_state": "UNDEFINED", 
                "p_state_clk_gate_max": 2000000000, 
                "type": "IsaFake", 
                "p_state_clk_gate_min": 2, 
                "power_model": null, 
                "ret_data32": 4294967295, 
                "path": "system.membus.badaddr_responder", 
                "ret_data16": 65535, 
                "ret_data8": 255, 
                "name": "badaddr_responder", 
                "ret_bad_addr": true, 
                "pio_size": 8, 
                "p_state_clk_gate_bins": 20
            }, 
            "forward_latency": 4, 
            "clk_domain": "system.clk_domain", 
            "width": 16, 
            "eventq_index": 0, 
            "default_p_state": "UNDEFINED", 
            "p_state_clk_gate_max": 2000000000, 
            "master": {
                "peer": [
                    "system.t1000.iob.pio", 
                    "system.t1000.htod.pio", 
                    "system.bridge.slave", 
                    "system.rom.port", 
                    "system.nvram.port", 
                    "system.hypervisor_desc.port", 
                    "system.partition_desc.port", 
                    "system.physmem0.port", 
                    "system.physmem1.port"
                ], 
                "role": "MASTER"
            }, 
            "type": "CoherentXBar", 
            "frontend_latency": 3, 
            "slave": {
                "peer": [
                    "system.system_port", 
                    "system.cpu.icache_port", 
                    "system.cpu.dcache_port"
                ], 
                "role": "SLAVE"
            }, 
            "p_state_clk_gate_min": 2, 
            "snoop_filter": null, 
            "power_model": null, 
            "path": "system.membus", 
            "snoop_response_latency": 4, 
            "name": "membus", 
            "default": {
                "peer": "system.membus.badaddr_responder.pio", 
                "role": "MASTER"
            }, 
            "p_state_clk_gate_bins": 20, 
            "use_default_range": false
        }, 
        "nvram": {
            "range": "133429198848:133429207039", 
            "latency": 60, 
            "name": "nvram", 
            "p_state_clk_gate_min": 2, 
            "eventq_index": 0, 
            "p_state_clk_gate_bins": 20, 
            "default_p_state": "UNDEFINED", 
            "clk_domain": "system.clk_domain", 
            "power_model": null, 
            "latency_var": 0, 
            "bandwidth": "0.000000", 
            "conf_table_reported": true, 
            "cxx_class": "SimpleMemory", 
            "p_state_clk_gate_max": 2000000000, 
            "path": "system.nvram", 
            "null": false, 
            "type": "SimpleMemory", 
            "port": {
                "peer": "system.membus.master[4]", 
                "role": "SLAVE"
            }, 
            "in_addr_map": true
        }, 
        "eventq_index": 0, 
        "default_p_state": "UNDEFINED", 
        "p_state_clk_gate_max": 2000000000, 
        "dvfs_handler": {
            "enable": false, 
            "name": "dvfs_handler", 
            "sys_clk_domain": "system.clk_domain", 
            "transition_latency": 200000, 
            "eventq_index": 0, 
            "cxx_class": "DVFSHandler", 
            "domains": [], 
            "path": "system.dvfs_handler", 
            "type": "DVFSHandler"
        }, 
        "work_end_exit_count": 0, 
        "hypervisor_desc_bin": "/usr/local/google/home/gabeblack/gem5/dist/m5/system/binaries/1up-hv.bin", 
        "openboot_bin": "/usr/local/google/home/gabeblack/gem5/dist/m5/system/binaries/openboot_new.bin", 
        "voltage_domain": {
            "name": "voltage_domain", 
            "eventq_index": 0, 
            "voltage": [
                "1.0"
            ], 
            "cxx_class": "VoltageDomain", 
            "path": "system.voltage_domain", 
            "type": "VoltageDomain"
        }, 
        "cache_line_size": 64, 
        "boot_osflags": "a", 
        "system_port": {
            "peer": "system.membus.slave[0]", 
            "role": "MASTER"
        }, 
        "physmem": [
            {
                "range": "1048576:68157439", 
                "latency": 60, 
                "name": "physmem0", 
                "p_state_clk_gate_min": 2, 
                "eventq_index": 0, 
                "p_state_clk_gate_bins": 20, 
                "default_p_state": "UNDEFINED", 
                "clk_domain": "system.clk_domain", 
                "power_model": null, 
                "latency_var": 0, 
                "bandwidth": "0.000000", 
                "conf_table_reported": true, 
                "cxx_class": "SimpleMemory", 
                "p_state_clk_gate_max": 2000000000, 
                "path": "system.physmem0", 
                "null": false, 
                "type": "SimpleMemory", 
                "port": {
                    "peer": "system.membus.master[7]", 
                    "role": "SLAVE"
                }, 
                "in_addr_map": true
            }, 
            {
                "range": "2147483648:2415919103", 
                "latency": 60, 
                "name": "physmem1", 
                "p_state_clk_gate_min": 2, 
                "eventq_index": 0, 
                "p_state_clk_gate_bins": 20, 
                "default_p_state": "UNDEFINED", 
                "clk_domain": "system.clk_domain", 
                "power_model": null, 
                "latency_var": 0, 
                "bandwidth": "0.000000", 
                "conf_table_reported": true, 
                "cxx_class": "SimpleMemory", 
                "p_state_clk_gate_max": 2000000000, 
                "path": "system.physmem1", 
                "null": false, 
                "type": "SimpleMemory", 
                "port": {
                    "peer": "system.membus.master[8]", 
                    "role": "SLAVE"
                }, 
                "in_addr_map": true
            }
        ], 
        "power_model": null, 
        "work_cpus_ckpt_count": 0, 
        "thermal_components": [], 
        "path": "system", 
        "hypervisor_bin": "/usr/local/google/home/gabeblack/gem5/dist/m5/system/binaries/q_new.bin", 
        "cpu_clk_domain": {
            "name": "cpu_clk_domain", 
            "clock": [
                2
            ], 
            "init_perf_level": 0, 
            "voltage_domain": "system.voltage_domain", 
            "eventq_index": 0, 
            "cxx_class": "SrcClockDomain", 
            "path": "system.cpu_clk_domain", 
            "type": "SrcClockDomain", 
            "domain_id": -1
        }, 
        "nvram_bin": "/usr/local/google/home/gabeblack/gem5/dist/m5/system/binaries/nvram1", 
        "mem_mode": "atomic", 
        "name": "system", 
        "init_param": 0, 
        "type": "SparcSystem", 
        "partition_desc_bin": "/usr/local/google/home/gabeblack/gem5/dist/m5/system/binaries/1up-md.bin", 
        "load_addr_mask": 1099511627775, 
        "cpu": {
            "do_statistics_insts": true, 
            "numThreads": 1, 
            "itb": {
                "name": "itb", 
                "eventq_index": 0, 
                "cxx_class": "SparcISA::TLB", 
                "path": "system.cpu.itb", 
                "type": "SparcTLB", 
                "size": 64
            }, 
            "simulate_data_stalls": false, 
            "function_trace": false, 
            "do_checkpoint_insts": true, 
            "cxx_class": "AtomicSimpleCPU", 
            "max_loads_all_threads": 0, 
            "system": "system", 
            "clk_domain": "system.cpu_clk_domain", 
            "function_trace_start": 0, 
            "cpu_id": 0, 
            "width": 1, 
            "checker": null, 
            "eventq_index": 0, 
            "default_p_state": "UNDEFINED", 
            "p_state_clk_gate_max": 2000000000, 
            "do_quiesce": true, 
            "type": "AtomicSimpleCPU", 
            "fastmem": false, 
            "profile": 0, 
            "icache_port": {
                "peer": "system.membus.slave[1]", 
                "role": "MASTER"
            }, 
            "p_state_clk_gate_bins": 20, 
            "p_state_clk_gate_min": 2, 
            "interrupts": [
                {
                    "eventq_index": 0, 
                    "path": "system.cpu.interrupts", 
                    "type": "SparcInterrupts", 
                    "name": "interrupts", 
                    "cxx_class": "SparcISA::Interrupts"
                }
            ], 
            "dcache_port": {
                "peer": "system.membus.slave[2]", 
                "role": "MASTER"
            }, 
            "socket_id": 0, 
            "power_model": null, 
            "max_insts_all_threads": 0, 
            "path": "system.cpu", 
            "max_loads_any_thread": 0, 
            "switched_out": false, 
            "workload": [], 
            "name": "cpu", 
            "dtb": {
                "name": "dtb", 
                "eventq_index": 0, 
                "cxx_class": "SparcISA::TLB", 
                "path": "system.cpu.dtb", 
                "type": "SparcTLB", 
                "size": 64
            }, 
            "simpoint_start_insts": [], 
            "max_insts_any_thread": 0, 
            "simulate_inst_stalls": false, 
            "progress_interval": 0, 
            "branchPred": null, 
            "isa": [
                {
                    "eventq_index": 0, 
                    "path": "system.cpu.isa", 
                    "type": "SparcISA", 
                    "name": "isa", 
                    "cxx_class": "SparcISA::ISA"
                }
            ], 
            "tracer": {
                "eventq_index": 0, 
                "path": "system.cpu.tracer", 
                "type": "ExeTracer", 
                "name": "tracer", 
                "cxx_class": "Trace::ExeTracer"
            }
        }, 
        "intrctrl": {
            "name": "intrctrl", 
            "sys": "system", 
            "eventq_index": 0, 
            "cxx_class": "IntrControl", 
            "path": "system.intrctrl", 
            "type": "IntrControl"
        }, 
        "disk0": {
            "name": "disk0", 
            "p_state_clk_gate_min": 2, 
            "pio": {
                "peer": "system.iobus.master[14]", 
                "role": "SLAVE"
            }, 
            "p_state_clk_gate_bins": 20, 
            "image": {
                "read_only": false, 
                "name": "image", 
                "cxx_class": "CowDiskImage", 
                "eventq_index": 0, 
                "child": {
                    "read_only": true, 
                    "name": "child", 
                    "eventq_index": 0, 
                    "cxx_class": "RawDiskImage", 
                    "path": "system.disk0.image.child", 
                    "image_file": "/usr/local/google/home/gabeblack/gem5/dist/m5/system/disks/disk.s10hw2", 
                    "type": "RawDiskImage"
                }, 
                "path": "system.disk0.image", 
                "image_file": "", 
                "type": "CowDiskImage", 
                "table_size": 65536
            }, 
            "cxx_class": "MmDisk", 
            "pio_latency": 200, 
            "clk_domain": "system.clk_domain", 
            "power_model": null, 
            "system": "system", 
            "eventq_index": 0, 
            "default_p_state": "UNDEFINED", 
            "p_state_clk_gate_max": 2000000000, 
            "path": "system.disk0", 
            "pio_addr": 134217728000, 
            "type": "MmDisk"
        }, 
        "multi_thread": false, 
        "reset_addr": 1099243192320, 
        "p_state_clk_gate_bins": 20, 
        "hypervisor_desc_addr": 133446500352, 
        "num_work_ids": 16, 
        "work_item_id": -1, 
        "exit_on_work_items": false
    }, 
    "time_sync_period": 200000000, 
    "eventq_index": 0, 
    "time_sync_spin_threshold": 200000, 
    "cxx_class": "Root", 
    "path": "root", 
    "time_sync_enable": false, 
    "type": "Root", 
    "full_system": true
}