summaryrefslogtreecommitdiff
path: root/tests/quick/fs/10.linux-boot/ref/arm/linux/realview-simple-atomic-checkpoint/config.json
blob: b4e2b05ca5df71dc0b5afc77e1c3d24bdd160068 (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
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
{
    "name": null, 
    "sim_quantum": 0, 
    "system": {
        "have_virtualization": false, 
        "mmap_using_noreserve": false, 
        "kernel_addr_check": true, 
        "highest_el_is_64": false, 
        "kernel": "/arm/projectscratch/randd/systems/dist/binaries/vmlinux.aarch32.ll_20131205.0-gem5", 
        "iobus": {
            "forward_latency": 1, 
            "slave": {
                "peer": [
                    "system.bridge.master", 
                    "system.realview.clcd.dma", 
                    "system.realview.cf_ctrl.dma", 
                    "system.realview.ide.dma", 
                    "system.realview.ethernet.dma"
                ], 
                "role": "SLAVE"
            }, 
            "name": "iobus", 
            "p_state_clk_gate_min": 1000, 
            "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.realview.uart.pio", 
                    "system.realview.realview_io.pio", 
                    "system.realview.pci_host.pio", 
                    "system.realview.timer0.pio", 
                    "system.realview.timer1.pio", 
                    "system.realview.clcd.pio", 
                    "system.realview.hdlcd.pio", 
                    "system.realview.kmi0.pio", 
                    "system.realview.kmi1.pio", 
                    "system.realview.cf_ctrl.pio", 
                    "system.realview.rtc.pio", 
                    "system.realview.vram.port", 
                    "system.realview.l2x0_fake.pio", 
                    "system.realview.uart1_fake.pio", 
                    "system.realview.uart2_fake.pio", 
                    "system.realview.uart3_fake.pio", 
                    "system.realview.sp810_fake.pio", 
                    "system.realview.watchdog_fake.pio", 
                    "system.realview.aaci_fake.pio", 
                    "system.realview.lan_fake.pio", 
                    "system.realview.usb_fake.pio", 
                    "system.realview.mmc_fake.pio", 
                    "system.realview.energy_ctrl.pio", 
                    "system.realview.ide.pio", 
                    "system.realview.ethernet.pio", 
                    "system.iocache.cpu_side"
                ], 
                "role": "MASTER"
            }, 
            "response_latency": 2, 
            "default_p_state": "UNDEFINED", 
            "p_state_clk_gate_max": 1000000000000, 
            "path": "system.iobus", 
            "type": "NoncoherentXBar", 
            "use_default_range": false, 
            "frontend_latency": 2
        }, 
        "symbolfile": "", 
        "readfile": "/work/curdun01/gem5-external.hg/tests/testing/../halt.sh", 
        "have_large_asid_64": false, 
        "thermal_model": null, 
        "phys_addr_range_64": 40, 
        "work_begin_exit_count": 0, 
        "have_lpae": true, 
        "cxx_class": "LinuxArmSystem", 
        "work_begin_cpu_id_exit": -1, 
        "load_offset": 2147483648, 
        "vncserver": {
            "name": "vncserver", 
            "number": 0, 
            "frame_capture": false, 
            "eventq_index": 0, 
            "cxx_class": "VncServer", 
            "path": "system.vncserver", 
            "type": "VncServer", 
            "port": 5900
        }, 
        "multi_proc": true, 
        "bridge": {
            "ranges": [
                "788529152:805306367", 
                "721420288:725614591", 
                "805306368:1073741823", 
                "1073741824:1610612735", 
                "402653184:469762047", 
                "469762048:536870911"
            ], 
            "slave": {
                "peer": "system.membus.master[0]", 
                "role": "SLAVE"
            }, 
            "name": "bridge", 
            "p_state_clk_gate_min": 1000, 
            "p_state_clk_gate_bins": 20, 
            "cxx_class": "Bridge", 
            "req_size": 16, 
            "clk_domain": "system.clk_domain", 
            "power_model": null, 
            "delay": 50000, 
            "eventq_index": 0, 
            "master": {
                "peer": "system.iobus.slave[0]", 
                "role": "MASTER"
            }, 
            "default_p_state": "UNDEFINED", 
            "p_state_clk_gate_max": 1000000000000, 
            "path": "system.bridge", 
            "resp_size": 16, 
            "type": "Bridge"
        }, 
        "early_kernel_symbols": false, 
        "panic_on_oops": true, 
        "dtb_filename": "/arm/projectscratch/randd/systems/dist/binaries/vexpress.aarch32.ll_20131205.0-gem5.1cpu.dtb", 
        "panic_on_panic": true, 
        "enable_context_switch_stats_dump": false, 
        "work_begin_ckpt_count": 0, 
        "clk_domain": {
            "name": "clk_domain", 
            "clock": [
                1000
            ], 
            "init_perf_level": 0, 
            "voltage_domain": "system.voltage_domain", 
            "eventq_index": 0, 
            "cxx_class": "SrcClockDomain", 
            "path": "system.clk_domain", 
            "type": "SrcClockDomain", 
            "domain_id": -1
        }, 
        "mem_ranges": [
            "2147483648:2415919103"
        ], 
        "realview": {
            "hdlcd": {
                "pio": {
                    "peer": "system.iobus.master[6]", 
                    "role": "SLAVE"
                }, 
                "system": "system", 
                "cxx_class": "HDLcd", 
                "enable_capture": true, 
                "pio_addr": 721420288, 
                "pixel_chunk": 32, 
                "pio_latency": 10000, 
                "clk_domain": "system.clk_domain", 
                "int_num": 117, 
                "gic": "system.realview.gic", 
                "default_p_state": "UNDEFINED", 
                "p_state_clk_gate_max": 1000000000000, 
                "eventq_index": 0, 
                "pxl_clk": "system.realview.dcc.osc_pxl", 
                "type": "HDLcd", 
                "vnc": "system.vncserver", 
                "p_state_clk_gate_min": 1000, 
                "power_model": null, 
                "workaround_dma_line_count": true, 
                "pixel_buffer_size": 2048, 
                "path": "system.realview.hdlcd", 
                "workaround_swap_rb": true, 
                "dma": {
                    "peer": "system.membus.slave[0]", 
                    "role": "MASTER"
                }, 
                "name": "hdlcd", 
                "p_state_clk_gate_bins": 20, 
                "amba_id": 1314816
            }, 
            "mmc_fake": {
                "p_state_clk_gate_bins": 20, 
                "name": "mmc_fake", 
                "p_state_clk_gate_min": 1000, 
                "pio": {
                    "peer": "system.iobus.master[21]", 
                    "role": "SLAVE"
                }, 
                "amba_id": 0, 
                "ignore_access": false, 
                "default_p_state": "UNDEFINED", 
                "pio_latency": 100000, 
                "clk_domain": "system.clk_domain", 
                "power_model": null, 
                "system": "system", 
                "eventq_index": 0, 
                "cxx_class": "AmbaFake", 
                "p_state_clk_gate_max": 1000000000000, 
                "path": "system.realview.mmc_fake", 
                "pio_addr": 470089728, 
                "type": "AmbaFake"
            }, 
            "rtc": {
                "p_state_clk_gate_min": 1000, 
                "p_state_clk_gate_bins": 20, 
                "name": "rtc", 
                "int_delay": 100000, 
                "pio": {
                    "peer": "system.iobus.master[10]", 
                    "role": "SLAVE"
                }, 
                "amba_id": 3412017, 
                "default_p_state": "UNDEFINED", 
                "pio_latency": 100000, 
                "clk_domain": "system.clk_domain", 
                "power_model": null, 
                "system": "system", 
                "gic": "system.realview.gic", 
                "int_num": 36, 
                "eventq_index": 0, 
                "time": "Thu Jan  1 00:00:00 2009", 
                "cxx_class": "PL031", 
                "p_state_clk_gate_max": 1000000000000, 
                "path": "system.realview.rtc", 
                "pio_addr": 471269376, 
                "type": "PL031"
            }, 
            "watchdog_fake": {
                "p_state_clk_gate_bins": 20, 
                "name": "watchdog_fake", 
                "p_state_clk_gate_min": 1000, 
                "pio": {
                    "peer": "system.iobus.master[17]", 
                    "role": "SLAVE"
                }, 
                "amba_id": 0, 
                "ignore_access": false, 
                "default_p_state": "UNDEFINED", 
                "pio_latency": 100000, 
                "clk_domain": "system.clk_domain", 
                "power_model": null, 
                "system": "system", 
                "eventq_index": 0, 
                "cxx_class": "AmbaFake", 
                "p_state_clk_gate_max": 1000000000000, 
                "path": "system.realview.watchdog_fake", 
                "pio_addr": 470745088, 
                "type": "AmbaFake"
            }, 
            "vgic": {
                "system": "system", 
                "name": "vgic", 
                "p_state_clk_gate_min": 1000, 
                "pio": {
                    "peer": "system.membus.master[3]", 
                    "role": "SLAVE"
                }, 
                "p_state_clk_gate_bins": 20, 
                "cxx_class": "VGic", 
                "clk_domain": "system.clk_domain", 
                "power_model": null, 
                "hv_addr": 738213888, 
                "gic": "system.realview.gic", 
                "platform": "system.realview", 
                "vcpu_addr": 738222080, 
                "eventq_index": 0, 
                "ppint": 25, 
                "default_p_state": "UNDEFINED", 
                "p_state_clk_gate_max": 1000000000000, 
                "path": "system.realview.vgic", 
                "type": "VGic", 
                "pio_delay": 10000
            }, 
            "cxx_class": "RealView", 
            "uart3_fake": {
                "p_state_clk_gate_bins": 20, 
                "name": "uart3_fake", 
                "p_state_clk_gate_min": 1000, 
                "pio": {
                    "peer": "system.iobus.master[15]", 
                    "role": "SLAVE"
                }, 
                "amba_id": 0, 
                "ignore_access": false, 
                "default_p_state": "UNDEFINED", 
                "pio_latency": 100000, 
                "clk_domain": "system.clk_domain", 
                "power_model": null, 
                "system": "system", 
                "eventq_index": 0, 
                "cxx_class": "AmbaFake", 
                "p_state_clk_gate_max": 1000000000000, 
                "path": "system.realview.uart3_fake", 
                "pio_addr": 470548480, 
                "type": "AmbaFake"
            }, 
            "realview_io": {
                "proc_id1": 335544320, 
                "name": "realview_io", 
                "p_state_clk_gate_min": 1000, 
                "pio": {
                    "peer": "system.iobus.master[1]", 
                    "role": "SLAVE"
                }, 
                "p_state_clk_gate_bins": 20, 
                "cxx_class": "RealViewCtrl", 
                "pio_latency": 100000, 
                "clk_domain": "system.clk_domain", 
                "power_model": null, 
                "system": "system", 
                "proc_id0": 335544320, 
                "eventq_index": 0, 
                "default_p_state": "UNDEFINED", 
                "p_state_clk_gate_max": 1000000000000, 
                "path": "system.realview.realview_io", 
                "idreg": 35979264, 
                "type": "RealViewCtrl", 
                "pio_addr": 469827584
            }, 
            "l2x0_fake": {
                "pio": {
                    "peer": "system.iobus.master[12]", 
                    "role": "SLAVE"
                }, 
                "ret_data64": 18446744073709551615, 
                "fake_mem": false, 
                "clk_domain": "system.clk_domain", 
                "cxx_class": "IsaFake", 
                "pio_addr": 739246080, 
                "update_data": false, 
                "warn_access": "", 
                "pio_latency": 100000, 
                "system": "system", 
                "eventq_index": 0, 
                "default_p_state": "UNDEFINED", 
                "p_state_clk_gate_max": 1000000000000, 
                "type": "IsaFake", 
                "p_state_clk_gate_min": 1000, 
                "power_model": null, 
                "ret_data32": 4294967295, 
                "path": "system.realview.l2x0_fake", 
                "ret_data16": 65535, 
                "ret_data8": 255, 
                "name": "l2x0_fake", 
                "ret_bad_addr": false, 
                "pio_size": 4095, 
                "p_state_clk_gate_bins": 20
            }, 
            "uart1_fake": {
                "p_state_clk_gate_bins": 20, 
                "name": "uart1_fake", 
                "p_state_clk_gate_min": 1000, 
                "pio": {
                    "peer": "system.iobus.master[13]", 
                    "role": "SLAVE"
                }, 
                "amba_id": 0, 
                "ignore_access": false, 
                "default_p_state": "UNDEFINED", 
                "pio_latency": 100000, 
                "clk_domain": "system.clk_domain", 
                "power_model": null, 
                "system": "system", 
                "eventq_index": 0, 
                "cxx_class": "AmbaFake", 
                "p_state_clk_gate_max": 1000000000000, 
                "path": "system.realview.uart1_fake", 
                "pio_addr": 470417408, 
                "type": "AmbaFake"
            }, 
            "usb_fake": {
                "pio": {
                    "peer": "system.iobus.master[20]", 
                    "role": "SLAVE"
                }, 
                "ret_data64": 18446744073709551615, 
                "fake_mem": false, 
                "clk_domain": "system.clk_domain", 
                "cxx_class": "IsaFake", 
                "pio_addr": 452984832, 
                "update_data": false, 
                "warn_access": "", 
                "pio_latency": 100000, 
                "system": "system", 
                "eventq_index": 0, 
                "default_p_state": "UNDEFINED", 
                "p_state_clk_gate_max": 1000000000000, 
                "type": "IsaFake", 
                "p_state_clk_gate_min": 1000, 
                "power_model": null, 
                "ret_data32": 4294967295, 
                "path": "system.realview.usb_fake", 
                "ret_data16": 65535, 
                "ret_data8": 255, 
                "name": "usb_fake", 
                "ret_bad_addr": false, 
                "pio_size": 131071, 
                "p_state_clk_gate_bins": 20
            }, 
            "system": "system", 
            "local_cpu_timer": {
                "int_num_watchdog": 30, 
                "name": "local_cpu_timer", 
                "p_state_clk_gate_min": 1000, 
                "pio": {
                    "peer": "system.membus.master[4]", 
                    "role": "SLAVE"
                }, 
                "p_state_clk_gate_bins": 20, 
                "cxx_class": "CpuLocalTimer", 
                "pio_latency": 100000, 
                "clk_domain": "system.clk_domain", 
                "power_model": null, 
                "system": "system", 
                "gic": "system.realview.gic", 
                "int_num_timer": 29, 
                "eventq_index": 0, 
                "default_p_state": "UNDEFINED", 
                "p_state_clk_gate_max": 1000000000000, 
                "path": "system.realview.local_cpu_timer", 
                "pio_addr": 738721792, 
                "type": "CpuLocalTimer"
            }, 
            "generic_timer": {
                "int_virt": 27, 
                "name": "generic_timer", 
                "int_phys": 29, 
                "cxx_class": "GenericTimer", 
                "system": "system", 
                "eventq_index": 0, 
                "gic": "system.realview.gic", 
                "path": "system.realview.generic_timer", 
                "type": "GenericTimer"
            }, 
            "gic": {
                "gem5_extensions": true, 
                "it_lines": 128, 
                "dist_pio_delay": 10000, 
                "name": "gic", 
                "p_state_clk_gate_min": 1000, 
                "dist_addr": 738201600, 
                "p_state_clk_gate_bins": 20, 
                "cpu_pio_delay": 10000, 
                "default_p_state": "UNDEFINED", 
                "clk_domain": "system.clk_domain", 
                "power_model": null, 
                "system": "system", 
                "cpu_addr": 738205696, 
                "platform": "system.realview", 
                "int_latency": 10000, 
                "eventq_index": 0, 
                "cxx_class": "Pl390", 
                "p_state_clk_gate_max": 1000000000000, 
                "path": "system.realview.gic", 
                "pio": {
                    "peer": "system.membus.master[2]", 
                    "role": "SLAVE"
                }, 
                "type": "Pl390"
            }, 
            "timer1": {
                "p_state_clk_gate_bins": 20, 
                "name": "timer1", 
                "p_state_clk_gate_min": 1000, 
                "pio": {
                    "peer": "system.iobus.master[4]", 
                    "role": "SLAVE"
                }, 
                "amba_id": 1316868, 
                "default_p_state": "UNDEFINED", 
                "pio_latency": 100000, 
                "clk_domain": "system.clk_domain", 
                "power_model": null, 
                "system": "system", 
                "clock0": 1000000, 
                "clock1": 1000000, 
                "gic": "system.realview.gic", 
                "eventq_index": 0, 
                "cxx_class": "Sp804", 
                "p_state_clk_gate_max": 1000000000000, 
                "path": "system.realview.timer1", 
                "int_num0": 35, 
                "int_num1": 35, 
                "type": "Sp804", 
                "pio_addr": 470941696
            }, 
            "timer0": {
                "p_state_clk_gate_bins": 20, 
                "name": "timer0", 
                "p_state_clk_gate_min": 1000, 
                "pio": {
                    "peer": "system.iobus.master[3]", 
                    "role": "SLAVE"
                }, 
                "amba_id": 1316868, 
                "default_p_state": "UNDEFINED", 
                "pio_latency": 100000, 
                "clk_domain": "system.clk_domain", 
                "power_model": null, 
                "system": "system", 
                "clock0": 1000000, 
                "clock1": 1000000, 
                "gic": "system.realview.gic", 
                "eventq_index": 0, 
                "cxx_class": "Sp804", 
                "p_state_clk_gate_max": 1000000000000, 
                "path": "system.realview.timer0", 
                "int_num0": 34, 
                "int_num1": 34, 
                "type": "Sp804", 
                "pio_addr": 470876160
            }, 
            "uart2_fake": {
                "p_state_clk_gate_bins": 20, 
                "name": "uart2_fake", 
                "p_state_clk_gate_min": 1000, 
                "pio": {
                    "peer": "system.iobus.master[14]", 
                    "role": "SLAVE"
                }, 
                "amba_id": 0, 
                "ignore_access": false, 
                "default_p_state": "UNDEFINED", 
                "pio_latency": 100000, 
                "clk_domain": "system.clk_domain", 
                "power_model": null, 
                "system": "system", 
                "eventq_index": 0, 
                "cxx_class": "AmbaFake", 
                "p_state_clk_gate_max": 1000000000000, 
                "path": "system.realview.uart2_fake", 
                "pio_addr": 470482944, 
                "type": "AmbaFake"
            }, 
            "eventq_index": 0, 
            "energy_ctrl": {
                "name": "energy_ctrl", 
                "p_state_clk_gate_min": 1000, 
                "pio": {
                    "peer": "system.iobus.master[22]", 
                    "role": "SLAVE"
                }, 
                "p_state_clk_gate_bins": 20, 
                "cxx_class": "EnergyCtrl", 
                "pio_latency": 100000, 
                "clk_domain": "system.clk_domain", 
                "power_model": null, 
                "system": "system", 
                "eventq_index": 0, 
                "default_p_state": "UNDEFINED", 
                "p_state_clk_gate_max": 1000000000000, 
                "path": "system.realview.energy_ctrl", 
                "dvfs_handler": "system.dvfs_handler", 
                "type": "EnergyCtrl", 
                "pio_addr": 470286336
            }, 
            "type": "RealView", 
            "pci_host": {
                "p_state_clk_gate_min": 1000, 
                "default_p_state": "UNDEFINED", 
                "conf_size": 268435456, 
                "name": "pci_host", 
                "conf_device_bits": 16, 
                "pio": {
                    "peer": "system.iobus.master[2]", 
                    "role": "SLAVE"
                }, 
                "p_state_clk_gate_bins": 20, 
                "conf_base": 805306368, 
                "clk_domain": "system.clk_domain", 
                "power_model": null, 
                "system": "system", 
                "pci_dma_base": 0, 
                "platform": "system.realview", 
                "eventq_index": 0, 
                "cxx_class": "GenericPciHost", 
                "p_state_clk_gate_max": 1000000000000, 
                "path": "system.realview.pci_host", 
                "pci_pio_base": 0, 
                "type": "GenericPciHost", 
                "pci_mem_base": 0
            }, 
            "lan_fake": {
                "pio": {
                    "peer": "system.iobus.master[19]", 
                    "role": "SLAVE"
                }, 
                "ret_data64": 18446744073709551615, 
                "fake_mem": false, 
                "clk_domain": "system.clk_domain", 
                "cxx_class": "IsaFake", 
                "pio_addr": 436207616, 
                "update_data": false, 
                "warn_access": "", 
                "pio_latency": 100000, 
                "system": "system", 
                "eventq_index": 0, 
                "default_p_state": "UNDEFINED", 
                "p_state_clk_gate_max": 1000000000000, 
                "type": "IsaFake", 
                "p_state_clk_gate_min": 1000, 
                "power_model": null, 
                "ret_data32": 4294967295, 
                "path": "system.realview.lan_fake", 
                "ret_data16": 65535, 
                "ret_data8": 255, 
                "name": "lan_fake", 
                "ret_bad_addr": false, 
                "pio_size": 65535, 
                "p_state_clk_gate_bins": 20
            }, 
            "aaci_fake": {
                "p_state_clk_gate_bins": 20, 
                "name": "aaci_fake", 
                "p_state_clk_gate_min": 1000, 
                "pio": {
                    "peer": "system.iobus.master[18]", 
                    "role": "SLAVE"
                }, 
                "amba_id": 0, 
                "ignore_access": false, 
                "default_p_state": "UNDEFINED", 
                "pio_latency": 100000, 
                "clk_domain": "system.clk_domain", 
                "power_model": null, 
                "system": "system", 
                "eventq_index": 0, 
                "cxx_class": "AmbaFake", 
                "p_state_clk_gate_max": 1000000000000, 
                "path": "system.realview.aaci_fake", 
                "pio_addr": 470024192, 
                "type": "AmbaFake"
            }, 
            "mcc": {
                "osc_peripheral": {
                    "position": 0, 
                    "name": "osc_peripheral", 
                    "parent": "system.realview.realview_io", 
                    "voltage_domain": "system.voltage_domain", 
                    "dcc": 0, 
                    "site": 0, 
                    "eventq_index": 0, 
                    "cxx_class": "RealViewOsc", 
                    "device": 2, 
                    "path": "system.realview.mcc.osc_peripheral", 
                    "freq": 41667, 
                    "type": "RealViewOsc"
                }, 
                "name": "mcc", 
                "osc_mcc": {
                    "position": 0, 
                    "name": "osc_mcc", 
                    "parent": "system.realview.realview_io", 
                    "voltage_domain": "system.voltage_domain", 
                    "dcc": 0, 
                    "site": 0, 
                    "eventq_index": 0, 
                    "cxx_class": "RealViewOsc", 
                    "device": 0, 
                    "path": "system.realview.mcc.osc_mcc", 
                    "freq": 20000, 
                    "type": "RealViewOsc"
                }, 
                "osc_clcd": {
                    "position": 0, 
                    "name": "osc_clcd", 
                    "parent": "system.realview.realview_io", 
                    "voltage_domain": "system.voltage_domain", 
                    "dcc": 0, 
                    "site": 0, 
                    "eventq_index": 0, 
                    "cxx_class": "RealViewOsc", 
                    "device": 1, 
                    "path": "system.realview.mcc.osc_clcd", 
                    "freq": 42105, 
                    "type": "RealViewOsc"
                }, 
                "thermal_domain": null, 
                "eventq_index": 0, 
                "cxx_class": "SubSystem", 
                "path": "system.realview.mcc", 
                "temp_crtl": {
                    "system": "system", 
                    "position": 0, 
                    "name": "temp_crtl", 
                    "parent": "system.realview.realview_io", 
                    "dcc": 0, 
                    "site": 0, 
                    "eventq_index": 0, 
                    "cxx_class": "RealViewTemperatureSensor", 
                    "device": 0, 
                    "path": "system.realview.mcc.temp_crtl", 
                    "type": "RealViewTemperatureSensor"
                }, 
                "type": "SubSystem", 
                "osc_system_bus": {
                    "position": 0, 
                    "name": "osc_system_bus", 
                    "parent": "system.realview.realview_io", 
                    "voltage_domain": "system.voltage_domain", 
                    "dcc": 0, 
                    "site": 0, 
                    "eventq_index": 0, 
                    "cxx_class": "RealViewOsc", 
                    "device": 4, 
                    "path": "system.realview.mcc.osc_system_bus", 
                    "freq": 41667, 
                    "type": "RealViewOsc"
                }
            }, 
            "dcc": {
                "name": "dcc", 
                "osc_hsbm": {
                    "position": 0, 
                    "name": "osc_hsbm", 
                    "parent": "system.realview.realview_io", 
                    "voltage_domain": "system.voltage_domain", 
                    "dcc": 0, 
                    "site": 1, 
                    "eventq_index": 0, 
                    "cxx_class": "RealViewOsc", 
                    "device": 4, 
                    "path": "system.realview.dcc.osc_hsbm", 
                    "freq": 25000, 
                    "type": "RealViewOsc"
                }, 
                "thermal_domain": null, 
                "osc_sys": {
                    "position": 0, 
                    "name": "osc_sys", 
                    "parent": "system.realview.realview_io", 
                    "voltage_domain": "system.voltage_domain", 
                    "dcc": 0, 
                    "site": 1, 
                    "eventq_index": 0, 
                    "cxx_class": "RealViewOsc", 
                    "device": 7, 
                    "path": "system.realview.dcc.osc_sys", 
                    "freq": 16667, 
                    "type": "RealViewOsc"
                }, 
                "osc_ddr": {
                    "position": 0, 
                    "name": "osc_ddr", 
                    "parent": "system.realview.realview_io", 
                    "voltage_domain": "system.voltage_domain", 
                    "dcc": 0, 
                    "site": 1, 
                    "eventq_index": 0, 
                    "cxx_class": "RealViewOsc", 
                    "device": 8, 
                    "path": "system.realview.dcc.osc_ddr", 
                    "freq": 25000, 
                    "type": "RealViewOsc"
                }, 
                "eventq_index": 0, 
                "osc_cpu": {
                    "position": 0, 
                    "name": "osc_cpu", 
                    "parent": "system.realview.realview_io", 
                    "voltage_domain": "system.voltage_domain", 
                    "dcc": 0, 
                    "site": 1, 
                    "eventq_index": 0, 
                    "cxx_class": "RealViewOsc", 
                    "device": 0, 
                    "path": "system.realview.dcc.osc_cpu", 
                    "freq": 16667, 
                    "type": "RealViewOsc"
                }, 
                "cxx_class": "SubSystem", 
                "path": "system.realview.dcc", 
                "osc_smb": {
                    "position": 0, 
                    "name": "osc_smb", 
                    "parent": "system.realview.realview_io", 
                    "voltage_domain": "system.voltage_domain", 
                    "dcc": 0, 
                    "site": 1, 
                    "eventq_index": 0, 
                    "cxx_class": "RealViewOsc", 
                    "device": 6, 
                    "path": "system.realview.dcc.osc_smb", 
                    "freq": 20000, 
                    "type": "RealViewOsc"
                }, 
                "type": "SubSystem", 
                "osc_pxl": {
                    "position": 0, 
                    "name": "osc_pxl", 
                    "parent": "system.realview.realview_io", 
                    "voltage_domain": "system.voltage_domain", 
                    "dcc": 0, 
                    "site": 1, 
                    "eventq_index": 0, 
                    "cxx_class": "RealViewOsc", 
                    "device": 5, 
                    "path": "system.realview.dcc.osc_pxl", 
                    "freq": 42105, 
                    "type": "RealViewOsc"
                }
            }, 
            "path": "system.realview", 
            "vram": {
                "range": "402653184:436207615", 
                "latency": 30000, 
                "name": "vram", 
                "p_state_clk_gate_min": 1000, 
                "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": "73.000000", 
                "conf_table_reported": false, 
                "cxx_class": "SimpleMemory", 
                "p_state_clk_gate_max": 1000000000000, 
                "path": "system.realview.vram", 
                "null": false, 
                "type": "SimpleMemory", 
                "port": {
                    "peer": "system.iobus.master[11]", 
                    "role": "SLAVE"
                }, 
                "in_addr_map": true
            }, 
            "nvmem": {
                "range": "0:67108863", 
                "latency": 30000, 
                "name": "nvmem", 
                "p_state_clk_gate_min": 1000, 
                "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": "73.000000", 
                "conf_table_reported": false, 
                "cxx_class": "SimpleMemory", 
                "p_state_clk_gate_max": 1000000000000, 
                "path": "system.realview.nvmem", 
                "null": false, 
                "type": "SimpleMemory", 
                "port": {
                    "peer": "system.membus.master[1]", 
                    "role": "SLAVE"
                }, 
                "in_addr_map": true
            }, 
            "clcd": {
                "pio": {
                    "peer": "system.iobus.master[5]", 
                    "role": "SLAVE"
                }, 
                "system": "system", 
                "cxx_class": "Pl111", 
                "enable_capture": true, 
                "pio_addr": 471793664, 
                "pio_latency": 10000, 
                "clk_domain": "system.clk_domain", 
                "int_num": 46, 
                "gic": "system.realview.gic", 
                "default_p_state": "UNDEFINED", 
                "p_state_clk_gate_max": 1000000000000, 
                "eventq_index": 0, 
                "type": "Pl111", 
                "vnc": "system.vncserver", 
                "p_state_clk_gate_min": 1000, 
                "power_model": null, 
                "path": "system.realview.clcd", 
                "dma": {
                    "peer": "system.iobus.slave[1]", 
                    "role": "MASTER"
                }, 
                "name": "clcd", 
                "p_state_clk_gate_bins": 20, 
                "pixel_clock": 41667, 
                "amba_id": 1315089
            }, 
            "name": "realview", 
            "uart": {
                "p_state_clk_gate_min": 1000, 
                "terminal": "system.terminal", 
                "pio": {
                    "peer": "system.iobus.master[0]", 
                    "role": "SLAVE"
                }, 
                "name": "uart", 
                "int_delay": 100000, 
                "platform": "system.realview", 
                "p_state_clk_gate_bins": 20, 
                "cxx_class": "Pl011", 
                "pio_latency": 100000, 
                "clk_domain": "system.clk_domain", 
                "power_model": null, 
                "system": "system", 
                "gic": "system.realview.gic", 
                "int_num": 37, 
                "eventq_index": 0, 
                "end_on_eot": false, 
                "default_p_state": "UNDEFINED", 
                "p_state_clk_gate_max": 1000000000000, 
                "path": "system.realview.uart", 
                "pio_addr": 470351872, 
                "type": "Pl011"
            }, 
            "intrctrl": "system.intrctrl", 
            "kmi1": {
                "p_state_clk_gate_min": 1000, 
                "p_state_clk_gate_bins": 20, 
                "vnc": "system.vncserver", 
                "name": "kmi1", 
                "int_delay": 1000000, 
                "pio": {
                    "peer": "system.iobus.master[8]", 
                    "role": "SLAVE"
                }, 
                "amba_id": 1314896, 
                "default_p_state": "UNDEFINED", 
                "pio_latency": 100000, 
                "clk_domain": "system.clk_domain", 
                "power_model": null, 
                "system": "system", 
                "gic": "system.realview.gic", 
                "int_num": 45, 
                "eventq_index": 0, 
                "is_mouse": true, 
                "cxx_class": "Pl050", 
                "p_state_clk_gate_max": 1000000000000, 
                "path": "system.realview.kmi1", 
                "pio_addr": 470220800, 
                "type": "Pl050"
            }, 
            "kmi0": {
                "p_state_clk_gate_min": 1000, 
                "p_state_clk_gate_bins": 20, 
                "vnc": "system.vncserver", 
                "name": "kmi0", 
                "int_delay": 1000000, 
                "pio": {
                    "peer": "system.iobus.master[7]", 
                    "role": "SLAVE"
                }, 
                "amba_id": 1314896, 
                "default_p_state": "UNDEFINED", 
                "pio_latency": 100000, 
                "clk_domain": "system.clk_domain", 
                "power_model": null, 
                "system": "system", 
                "gic": "system.realview.gic", 
                "int_num": 44, 
                "eventq_index": 0, 
                "is_mouse": false, 
                "cxx_class": "Pl050", 
                "p_state_clk_gate_max": 1000000000000, 
                "path": "system.realview.kmi0", 
                "pio_addr": 470155264, 
                "type": "Pl050"
            }, 
            "cf_ctrl": {
                "PMCAPNextCapability": 0, 
                "InterruptPin": 1, 
                "HeaderType": 0, 
                "VendorID": 32902, 
                "MSIXMsgCtrl": 0, 
                "MSIXCAPNextCapability": 0, 
                "PXCAPLinkCtrl": 0, 
                "Revision": 0, 
                "LegacyIOBase": 0, 
                "pio_latency": 30000, 
                "PXCAPLinkCap": 0, 
                "CapabilityPtr": 0, 
                "MSIXCAPBaseOffset": 0, 
                "PXCAPDevCapabilities": 0, 
                "MSIXCAPCapId": 0, 
                "BAR3Size": 4, 
                "power_model": null, 
                "PXCAPCapabilities": 0, 
                "SubsystemID": 0, 
                "PXCAPCapId": 0, 
                "BAR4": 1, 
                "BAR1": 471466240, 
                "BAR0": 471465984, 
                "BAR3": 1, 
                "BAR2": 1, 
                "BAR5": 1, 
                "PXCAPDevStatus": 0, 
                "disks": [], 
                "BAR2Size": 8, 
                "MSICAPNextCapability": 0, 
                "ExpansionROM": 0, 
                "MSICAPMsgCtrl": 0, 
                "BAR5Size": 0, 
                "CardbusCIS": 0, 
                "MSIXPbaOffset": 0, 
                "MSICAPBaseOffset": 0, 
                "MaximumLatency": 0, 
                "BAR2LegacyIO": false, 
                "LatencyTimer": 0, 
                "BAR4LegacyIO": false, 
                "p_state_clk_gate_max": 1000000000000, 
                "PXCAPLinkStatus": 0, 
                "PXCAPDevCap2": 0, 
                "p_state_clk_gate_min": 1000, 
                "PXCAPDevCtrl": 0, 
                "MSICAPMaskBits": 0, 
                "host": "system.realview.pci_host", 
                "Command": 1, 
                "SubClassCode": 1, 
                "pci_func": 0, 
                "BAR5LegacyIO": false, 
                "MSICAPMsgData": 0, 
                "BIST": 0, 
                "PXCAPDevCtrl2": 0, 
                "pci_bus": 2, 
                "InterruptLine": 31, 
                "MSICAPMsgAddr": 0, 
                "BAR3LegacyIO": false, 
                "BAR4Size": 16, 
                "path": "system.realview.cf_ctrl", 
                "MinimumGrant": 0, 
                "Status": 640, 
                "BAR0Size": 256, 
                "system": "system", 
                "name": "cf_ctrl", 
                "PXCAPNextCapability": 0, 
                "eventq_index": 0, 
                "default_p_state": "UNDEFINED", 
                "type": "IdeController", 
                "ctrl_offset": 2, 
                "PXCAPBaseOffset": 0, 
                "DeviceID": 28945, 
                "io_shift": 2, 
                "CacheLineSize": 0, 
                "dma": {
                    "peer": "system.iobus.slave[2]", 
                    "role": "MASTER"
                }, 
                "PMCAPCapId": 0, 
                "config_latency": 20000, 
                "BAR1Size": 4096, 
                "pio": {
                    "peer": "system.iobus.master[9]", 
                    "role": "SLAVE"
                }, 
                "pci_dev": 0, 
                "PMCAPCtrlStatus": 0, 
                "cxx_class": "IdeController", 
                "clk_domain": "system.clk_domain", 
                "SubsystemVendorID": 0, 
                "PMCAPBaseOffset": 0, 
                "MSICAPPendingBits": 0, 
                "MSIXTableOffset": 0, 
                "MSICAPMsgUpperAddr": 0, 
                "MSICAPCapId": 0, 
                "BAR0LegacyIO": true, 
                "ProgIF": 133, 
                "BAR1LegacyIO": true, 
                "PMCAPCapabilities": 0, 
                "ClassCode": 1, 
                "p_state_clk_gate_bins": 20
            }, 
            "sp810_fake": {
                "p_state_clk_gate_bins": 20, 
                "name": "sp810_fake", 
                "p_state_clk_gate_min": 1000, 
                "pio": {
                    "peer": "system.iobus.master[16]", 
                    "role": "SLAVE"
                }, 
                "amba_id": 0, 
                "ignore_access": true, 
                "default_p_state": "UNDEFINED", 
                "pio_latency": 100000, 
                "clk_domain": "system.clk_domain", 
                "power_model": null, 
                "system": "system", 
                "eventq_index": 0, 
                "cxx_class": "AmbaFake", 
                "p_state_clk_gate_max": 1000000000000, 
                "path": "system.realview.sp810_fake", 
                "pio_addr": 469893120, 
                "type": "AmbaFake"
            }, 
            "ethernet": {
                "PMCAPNextCapability": 0, 
                "InterruptPin": 1, 
                "HeaderType": 0, 
                "VendorID": 32902, 
                "MSIXMsgCtrl": 0, 
                "MSIXCAPNextCapability": 0, 
                "PXCAPLinkCtrl": 0, 
                "Revision": 0, 
                "hardware_address": "00:90:00:00:00:01", 
                "LegacyIOBase": 0, 
                "pio_latency": 30000, 
                "PXCAPLinkCap": 0, 
                "CapabilityPtr": 0, 
                "MSIXCAPBaseOffset": 0, 
                "PXCAPDevCapabilities": 0, 
                "MSIXCAPCapId": 0, 
                "BAR3Size": 0, 
                "rx_desc_cache_size": 64, 
                "power_model": null, 
                "PXCAPCapabilities": 0, 
                "SubsystemID": 4104, 
                "PXCAPCapId": 0, 
                "BAR4": 0, 
                "BAR1": 0, 
                "BAR0": 0, 
                "BAR3": 0, 
                "BAR2": 0, 
                "BAR5": 0, 
                "PXCAPDevStatus": 0, 
                "BAR2Size": 0, 
                "MSICAPNextCapability": 0, 
                "ExpansionROM": 0, 
                "rx_write_delay": 0, 
                "MSICAPMsgCtrl": 0, 
                "BAR5Size": 0, 
                "CardbusCIS": 0, 
                "MSIXPbaOffset": 0, 
                "MSICAPBaseOffset": 0, 
                "MaximumLatency": 0, 
                "BAR2LegacyIO": false, 
                "LatencyTimer": 0, 
                "BAR4LegacyIO": false, 
                "p_state_clk_gate_max": 1000000000000, 
                "PXCAPLinkStatus": 0, 
                "PXCAPDevCap2": 0, 
                "p_state_clk_gate_min": 1000, 
                "PXCAPDevCtrl": 0, 
                "MSICAPMaskBits": 0, 
                "host": "system.realview.pci_host", 
                "Command": 0, 
                "SubClassCode": 0, 
                "pci_func": 0, 
                "BAR5LegacyIO": false, 
                "MSICAPMsgData": 0, 
                "BIST": 0, 
                "PXCAPDevCtrl2": 0, 
                "pci_bus": 0, 
                "InterruptLine": 1, 
                "fetch_delay": 10000, 
                "MSICAPMsgAddr": 0, 
                "BAR3LegacyIO": false, 
                "BAR4Size": 0, 
                "path": "system.realview.ethernet", 
                "MinimumGrant": 255, 
                "phy_epid": 896, 
                "Status": 0, 
                "BAR0Size": 131072, 
                "system": "system", 
                "name": "ethernet", 
                "PXCAPNextCapability": 0, 
                "eventq_index": 0, 
                "default_p_state": "UNDEFINED", 
                "type": "IGbE", 
                "tx_fifo_size": 393216, 
                "PXCAPBaseOffset": 0, 
                "DeviceID": 4213, 
                "tx_read_delay": 0, 
                "CacheLineSize": 0, 
                "dma": {
                    "peer": "system.iobus.slave[4]", 
                    "role": "MASTER"
                }, 
                "PMCAPCapId": 0, 
                "tx_desc_cache_size": 64, 
                "config_latency": 20000, 
                "BAR1Size": 0, 
                "pio": {
                    "peer": "system.iobus.master[24]", 
                    "role": "SLAVE"
                }, 
                "pci_dev": 0, 
                "PMCAPCtrlStatus": 0, 
                "cxx_class": "IGbE", 
                "wb_delay": 10000, 
                "fetch_comp_delay": 10000, 
                "clk_domain": "system.clk_domain", 
                "SubsystemVendorID": 32902, 
                "PMCAPBaseOffset": 0, 
                "MSICAPPendingBits": 0, 
                "MSIXTableOffset": 0, 
                "MSICAPMsgUpperAddr": 0, 
                "MSICAPCapId": 0, 
                "BAR0LegacyIO": false, 
                "ProgIF": 0, 
                "BAR1LegacyIO": false, 
                "wb_comp_delay": 10000, 
                "PMCAPCapabilities": 0, 
                "ClassCode": 2, 
                "p_state_clk_gate_bins": 20, 
                "rx_fifo_size": 393216, 
                "phy_pid": 680
            }, 
            "ide": {
                "PMCAPNextCapability": 0, 
                "InterruptPin": 2, 
                "HeaderType": 0, 
                "VendorID": 32902, 
                "MSIXMsgCtrl": 0, 
                "MSIXCAPNextCapability": 0, 
                "PXCAPLinkCtrl": 0, 
                "Revision": 0, 
                "LegacyIOBase": 0, 
                "pio_latency": 30000, 
                "PXCAPLinkCap": 0, 
                "CapabilityPtr": 0, 
                "MSIXCAPBaseOffset": 0, 
                "PXCAPDevCapabilities": 0, 
                "MSIXCAPCapId": 0, 
                "BAR3Size": 4, 
                "power_model": null, 
                "PXCAPCapabilities": 0, 
                "SubsystemID": 0, 
                "PXCAPCapId": 0, 
                "BAR4": 1, 
                "BAR1": 1, 
                "BAR0": 1, 
                "BAR3": 1, 
                "BAR2": 1, 
                "BAR5": 1, 
                "PXCAPDevStatus": 0, 
                "disks": [
                    "system.cf0"
                ], 
                "BAR2Size": 8, 
                "MSICAPNextCapability": 0, 
                "ExpansionROM": 0, 
                "MSICAPMsgCtrl": 0, 
                "BAR5Size": 0, 
                "CardbusCIS": 0, 
                "MSIXPbaOffset": 0, 
                "MSICAPBaseOffset": 0, 
                "MaximumLatency": 0, 
                "BAR2LegacyIO": false, 
                "LatencyTimer": 0, 
                "BAR4LegacyIO": false, 
                "p_state_clk_gate_max": 1000000000000, 
                "PXCAPLinkStatus": 0, 
                "PXCAPDevCap2": 0, 
                "p_state_clk_gate_min": 1000, 
                "PXCAPDevCtrl": 0, 
                "MSICAPMaskBits": 0, 
                "host": "system.realview.pci_host", 
                "Command": 0, 
                "SubClassCode": 1, 
                "pci_func": 0, 
                "BAR5LegacyIO": false, 
                "MSICAPMsgData": 0, 
                "BIST": 0, 
                "PXCAPDevCtrl2": 0, 
                "pci_bus": 0, 
                "InterruptLine": 2, 
                "MSICAPMsgAddr": 0, 
                "BAR3LegacyIO": false, 
                "BAR4Size": 16, 
                "path": "system.realview.ide", 
                "MinimumGrant": 0, 
                "Status": 640, 
                "BAR0Size": 8, 
                "system": "system", 
                "name": "ide", 
                "PXCAPNextCapability": 0, 
                "eventq_index": 0, 
                "default_p_state": "UNDEFINED", 
                "type": "IdeController", 
                "ctrl_offset": 0, 
                "PXCAPBaseOffset": 0, 
                "DeviceID": 28945, 
                "io_shift": 0, 
                "CacheLineSize": 0, 
                "dma": {
                    "peer": "system.iobus.slave[3]", 
                    "role": "MASTER"
                }, 
                "PMCAPCapId": 0, 
                "config_latency": 20000, 
                "BAR1Size": 4, 
                "pio": {
                    "peer": "system.iobus.master[23]", 
                    "role": "SLAVE"
                }, 
                "pci_dev": 1, 
                "PMCAPCtrlStatus": 0, 
                "cxx_class": "IdeController", 
                "clk_domain": "system.clk_domain", 
                "SubsystemVendorID": 0, 
                "PMCAPBaseOffset": 0, 
                "MSICAPPendingBits": 0, 
                "MSIXTableOffset": 0, 
                "MSICAPMsgUpperAddr": 0, 
                "MSICAPCapId": 0, 
                "BAR0LegacyIO": false, 
                "ProgIF": 133, 
                "BAR1LegacyIO": false, 
                "PMCAPCapabilities": 0, 
                "ClassCode": 1, 
                "p_state_clk_gate_bins": 20
            }
        }, 
        "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": "warn", 
                "pio_latency": 100000, 
                "system": "system", 
                "eventq_index": 0, 
                "default_p_state": "UNDEFINED", 
                "p_state_clk_gate_max": 1000000000000, 
                "type": "IsaFake", 
                "p_state_clk_gate_min": 1000, 
                "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": 1000000000000, 
            "master": {
                "peer": [
                    "system.bridge.slave", 
                    "system.realview.nvmem.port", 
                    "system.realview.gic.pio", 
                    "system.realview.vgic.pio", 
                    "system.realview.local_cpu_timer.pio", 
                    "system.physmem.port"
                ], 
                "role": "MASTER"
            }, 
            "type": "CoherentXBar", 
            "frontend_latency": 3, 
            "slave": {
                "peer": [
                    "system.realview.hdlcd.dma", 
                    "system.system_port", 
                    "system.cpu.l2cache.mem_side", 
                    "system.iocache.mem_side"
                ], 
                "role": "SLAVE"
            }, 
            "p_state_clk_gate_min": 1000, 
            "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
        }, 
        "multi_thread": false, 
        "eventq_index": 0, 
        "default_p_state": "UNDEFINED", 
        "p_state_clk_gate_max": 1000000000000, 
        "iocache": {
            "cpu_side": {
                "peer": "system.iobus.master[25]", 
                "role": "SLAVE"
            }, 
            "clusivity": "mostly_incl", 
            "prefetcher": null, 
            "system": "system", 
            "write_buffers": 8, 
            "response_latency": 50, 
            "cxx_class": "Cache", 
            "size": 1024, 
            "tags": {
                "name": "tags", 
                "p_state_clk_gate_min": 1000, 
                "eventq_index": 0, 
                "p_state_clk_gate_bins": 20, 
                "default_p_state": "UNDEFINED", 
                "clk_domain": "system.clk_domain", 
                "power_model": null, 
                "sequential_access": false, 
                "assoc": 8, 
                "cxx_class": "LRU", 
                "p_state_clk_gate_max": 1000000000000, 
                "path": "system.iocache.tags", 
                "hit_latency": 50, 
                "block_size": 64, 
                "type": "LRU", 
                "size": 1024
            }, 
            "clk_domain": "system.clk_domain", 
            "max_miss_count": 0, 
            "eventq_index": 0, 
            "default_p_state": "UNDEFINED", 
            "p_state_clk_gate_max": 1000000000000, 
            "mem_side": {
                "peer": "system.membus.slave[3]", 
                "role": "MASTER"
            }, 
            "type": "Cache", 
            "writeback_clean": false, 
            "p_state_clk_gate_min": 1000, 
            "hit_latency": 50, 
            "tgts_per_mshr": 12, 
            "demand_mshr_reserve": 1, 
            "power_model": null, 
            "addr_ranges": [
                "2147483648:2415919103"
            ], 
            "is_read_only": false, 
            "prefetch_on_access": false, 
            "path": "system.iocache", 
            "mshrs": 20, 
            "name": "iocache", 
            "p_state_clk_gate_bins": 20, 
            "sequential_access": false, 
            "assoc": 8
        }, 
        "dvfs_handler": {
            "enable": false, 
            "name": "dvfs_handler", 
            "sys_clk_domain": "system.clk_domain", 
            "transition_latency": 100000000, 
            "eventq_index": 0, 
            "cxx_class": "DVFSHandler", 
            "domains": [], 
            "path": "system.dvfs_handler", 
            "type": "DVFSHandler"
        }, 
        "work_end_exit_count": 0, 
        "type": "LinuxArmSystem", 
        "p_state_clk_gate_min": 1000, 
        "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": "earlyprintk=pl011,0x1c090000 console=ttyAMA0 lpj=19988480 norandmaps rw loglevel=8 mem=256MB root=/dev/sda1", 
        "system_port": {
            "peer": "system.membus.slave[1]", 
            "role": "MASTER"
        }, 
        "physmem": [
            {
                "range": "2147483648:2415919103", 
                "latency": 30000, 
                "name": "physmem", 
                "p_state_clk_gate_min": 1000, 
                "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": "73.000000", 
                "conf_table_reported": true, 
                "cxx_class": "SimpleMemory", 
                "p_state_clk_gate_max": 1000000000000, 
                "path": "system.physmem", 
                "null": false, 
                "type": "SimpleMemory", 
                "port": {
                    "peer": "system.membus.master[5]", 
                    "role": "SLAVE"
                }, 
                "in_addr_map": true
            }
        ], 
        "terminal": {
            "name": "terminal", 
            "output": true, 
            "number": 0, 
            "intr_control": "system.intrctrl", 
            "eventq_index": 0, 
            "cxx_class": "Terminal", 
            "path": "system.terminal", 
            "type": "Terminal", 
            "port": 3456
        }, 
        "power_model": null, 
        "reset_addr_64": 0, 
        "cpu": [
            {
                "do_statistics_insts": true, 
                "numThreads": 1, 
                "itb": {
                    "name": "itb", 
                    "is_stage2": false, 
                    "eventq_index": 0, 
                    "cxx_class": "ArmISA::TLB", 
                    "walker": {
                        "p_state_clk_gate_min": 1000, 
                        "name": "walker", 
                        "is_stage2": false, 
                        "p_state_clk_gate_bins": 20, 
                        "cxx_class": "ArmISA::TableWalker", 
                        "clk_domain": "system.cpu_clk_domain", 
                        "power_model": null, 
                        "sys": "system", 
                        "eventq_index": 0, 
                        "default_p_state": "UNDEFINED", 
                        "p_state_clk_gate_max": 1000000000000, 
                        "path": "system.cpu.itb.walker", 
                        "type": "ArmTableWalker", 
                        "port": {
                            "peer": "system.cpu.toL2Bus.slave[2]", 
                            "role": "MASTER"
                        }, 
                        "num_squash_per_cycle": 2
                    }, 
                    "path": "system.cpu.itb", 
                    "type": "ArmTLB", 
                    "size": 64
                }, 
                "simulate_data_stalls": false, 
                "istage2_mmu": {
                    "name": "istage2_mmu", 
                    "tlb": "system.cpu.itb", 
                    "sys": "system", 
                    "stage2_tlb": {
                        "name": "stage2_tlb", 
                        "is_stage2": true, 
                        "eventq_index": 0, 
                        "cxx_class": "ArmISA::TLB", 
                        "walker": {
                            "p_state_clk_gate_min": 1000, 
                            "name": "walker", 
                            "is_stage2": true, 
                            "p_state_clk_gate_bins": 20, 
                            "cxx_class": "ArmISA::TableWalker", 
                            "clk_domain": "system.cpu_clk_domain", 
                            "power_model": null, 
                            "sys": "system", 
                            "eventq_index": 0, 
                            "default_p_state": "UNDEFINED", 
                            "p_state_clk_gate_max": 1000000000000, 
                            "path": "system.cpu.istage2_mmu.stage2_tlb.walker", 
                            "type": "ArmTableWalker", 
                            "num_squash_per_cycle": 2
                        }, 
                        "path": "system.cpu.istage2_mmu.stage2_tlb", 
                        "type": "ArmTLB", 
                        "size": 32
                    }, 
                    "eventq_index": 0, 
                    "cxx_class": "ArmISA::Stage2MMU", 
                    "path": "system.cpu.istage2_mmu", 
                    "type": "ArmStage2MMU"
                }, 
                "icache": {
                    "cpu_side": {
                        "peer": "system.cpu.icache_port", 
                        "role": "SLAVE"
                    }, 
                    "clusivity": "mostly_incl", 
                    "prefetcher": null, 
                    "system": "system", 
                    "write_buffers": 8, 
                    "response_latency": 2, 
                    "cxx_class": "Cache", 
                    "size": 32768, 
                    "tags": {
                        "name": "tags", 
                        "p_state_clk_gate_min": 1000, 
                        "eventq_index": 0, 
                        "p_state_clk_gate_bins": 20, 
                        "default_p_state": "UNDEFINED", 
                        "clk_domain": "system.cpu_clk_domain", 
                        "power_model": null, 
                        "sequential_access": false, 
                        "assoc": 1, 
                        "cxx_class": "LRU", 
                        "p_state_clk_gate_max": 1000000000000, 
                        "path": "system.cpu.icache.tags", 
                        "hit_latency": 2, 
                        "block_size": 64, 
                        "type": "LRU", 
                        "size": 32768
                    }, 
                    "clk_domain": "system.cpu_clk_domain", 
                    "max_miss_count": 0, 
                    "eventq_index": 0, 
                    "default_p_state": "UNDEFINED", 
                    "p_state_clk_gate_max": 1000000000000, 
                    "mem_side": {
                        "peer": "system.cpu.toL2Bus.slave[0]", 
                        "role": "MASTER"
                    }, 
                    "type": "Cache", 
                    "writeback_clean": true, 
                    "p_state_clk_gate_min": 1000, 
                    "hit_latency": 2, 
                    "tgts_per_mshr": 20, 
                    "demand_mshr_reserve": 1, 
                    "power_model": null, 
                    "addr_ranges": [
                        "0:18446744073709551615"
                    ], 
                    "is_read_only": true, 
                    "prefetch_on_access": false, 
                    "path": "system.cpu.icache", 
                    "mshrs": 4, 
                    "name": "icache", 
                    "p_state_clk_gate_bins": 20, 
                    "sequential_access": false, 
                    "assoc": 1
                }, 
                "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": 1000000000000, 
                "toL2Bus": {
                    "point_of_coherency": false, 
                    "system": "system", 
                    "response_latency": 1, 
                    "cxx_class": "CoherentXBar", 
                    "forward_latency": 0, 
                    "clk_domain": "system.cpu_clk_domain", 
                    "width": 32, 
                    "eventq_index": 0, 
                    "default_p_state": "UNDEFINED", 
                    "p_state_clk_gate_max": 1000000000000, 
                    "master": {
                        "peer": [
                            "system.cpu.l2cache.cpu_side"
                        ], 
                        "role": "MASTER"
                    }, 
                    "type": "CoherentXBar", 
                    "frontend_latency": 1, 
                    "slave": {
                        "peer": [
                            "system.cpu.icache.mem_side", 
                            "system.cpu.dcache.mem_side", 
                            "system.cpu.itb.walker.port", 
                            "system.cpu.dtb.walker.port"
                        ], 
                        "role": "SLAVE"
                    }, 
                    "p_state_clk_gate_min": 1000, 
                    "snoop_filter": {
                        "name": "snoop_filter", 
                        "system": "system", 
                        "max_capacity": 8388608, 
                        "eventq_index": 0, 
                        "cxx_class": "SnoopFilter", 
                        "path": "system.cpu.toL2Bus.snoop_filter", 
                        "type": "SnoopFilter", 
                        "lookup_latency": 0
                    }, 
                    "power_model": null, 
                    "path": "system.cpu.toL2Bus", 
                    "snoop_response_latency": 1, 
                    "name": "toL2Bus", 
                    "p_state_clk_gate_bins": 20, 
                    "use_default_range": false
                }, 
                "do_quiesce": true, 
                "type": "AtomicSimpleCPU", 
                "fastmem": false, 
                "profile": 0, 
                "icache_port": {
                    "peer": "system.cpu.icache.cpu_side", 
                    "role": "MASTER"
                }, 
                "p_state_clk_gate_bins": 20, 
                "p_state_clk_gate_min": 1000, 
                "interrupts": [
                    {
                        "eventq_index": 0, 
                        "path": "system.cpu.interrupts", 
                        "type": "ArmInterrupts", 
                        "name": "interrupts", 
                        "cxx_class": "ArmISA::Interrupts"
                    }
                ], 
                "dcache_port": {
                    "peer": "system.cpu.dcache.cpu_side", 
                    "role": "MASTER"
                }, 
                "socket_id": 0, 
                "power_model": null, 
                "max_insts_all_threads": 0, 
                "dstage2_mmu": {
                    "name": "dstage2_mmu", 
                    "tlb": "system.cpu.dtb", 
                    "sys": "system", 
                    "stage2_tlb": {
                        "name": "stage2_tlb", 
                        "is_stage2": true, 
                        "eventq_index": 0, 
                        "cxx_class": "ArmISA::TLB", 
                        "walker": {
                            "p_state_clk_gate_min": 1000, 
                            "name": "walker", 
                            "is_stage2": true, 
                            "p_state_clk_gate_bins": 20, 
                            "cxx_class": "ArmISA::TableWalker", 
                            "clk_domain": "system.cpu_clk_domain", 
                            "power_model": null, 
                            "sys": "system", 
                            "eventq_index": 0, 
                            "default_p_state": "UNDEFINED", 
                            "p_state_clk_gate_max": 1000000000000, 
                            "path": "system.cpu.dstage2_mmu.stage2_tlb.walker", 
                            "type": "ArmTableWalker", 
                            "num_squash_per_cycle": 2
                        }, 
                        "path": "system.cpu.dstage2_mmu.stage2_tlb", 
                        "type": "ArmTLB", 
                        "size": 32
                    }, 
                    "eventq_index": 0, 
                    "cxx_class": "ArmISA::Stage2MMU", 
                    "path": "system.cpu.dstage2_mmu", 
                    "type": "ArmStage2MMU"
                }, 
                "l2cache": {
                    "cpu_side": {
                        "peer": "system.cpu.toL2Bus.master[0]", 
                        "role": "SLAVE"
                    }, 
                    "clusivity": "mostly_incl", 
                    "prefetcher": null, 
                    "system": "system", 
                    "write_buffers": 8, 
                    "response_latency": 20, 
                    "cxx_class": "Cache", 
                    "size": 4194304, 
                    "tags": {
                        "name": "tags", 
                        "p_state_clk_gate_min": 1000, 
                        "eventq_index": 0, 
                        "p_state_clk_gate_bins": 20, 
                        "default_p_state": "UNDEFINED", 
                        "clk_domain": "system.cpu_clk_domain", 
                        "power_model": null, 
                        "sequential_access": false, 
                        "assoc": 8, 
                        "cxx_class": "LRU", 
                        "p_state_clk_gate_max": 1000000000000, 
                        "path": "system.cpu.l2cache.tags", 
                        "hit_latency": 20, 
                        "block_size": 64, 
                        "type": "LRU", 
                        "size": 4194304
                    }, 
                    "clk_domain": "system.cpu_clk_domain", 
                    "max_miss_count": 0, 
                    "eventq_index": 0, 
                    "default_p_state": "UNDEFINED", 
                    "p_state_clk_gate_max": 1000000000000, 
                    "mem_side": {
                        "peer": "system.membus.slave[2]", 
                        "role": "MASTER"
                    }, 
                    "type": "Cache", 
                    "writeback_clean": false, 
                    "p_state_clk_gate_min": 1000, 
                    "hit_latency": 20, 
                    "tgts_per_mshr": 12, 
                    "demand_mshr_reserve": 1, 
                    "power_model": null, 
                    "addr_ranges": [
                        "0:18446744073709551615"
                    ], 
                    "is_read_only": false, 
                    "prefetch_on_access": false, 
                    "path": "system.cpu.l2cache", 
                    "mshrs": 20, 
                    "name": "l2cache", 
                    "p_state_clk_gate_bins": 20, 
                    "sequential_access": false, 
                    "assoc": 8
                }, 
                "path": "system.cpu", 
                "max_loads_any_thread": 0, 
                "switched_out": false, 
                "workload": [], 
                "name": "cpu", 
                "dtb": {
                    "name": "dtb", 
                    "is_stage2": false, 
                    "eventq_index": 0, 
                    "cxx_class": "ArmISA::TLB", 
                    "walker": {
                        "p_state_clk_gate_min": 1000, 
                        "name": "walker", 
                        "is_stage2": false, 
                        "p_state_clk_gate_bins": 20, 
                        "cxx_class": "ArmISA::TableWalker", 
                        "clk_domain": "system.cpu_clk_domain", 
                        "power_model": null, 
                        "sys": "system", 
                        "eventq_index": 0, 
                        "default_p_state": "UNDEFINED", 
                        "p_state_clk_gate_max": 1000000000000, 
                        "path": "system.cpu.dtb.walker", 
                        "type": "ArmTableWalker", 
                        "port": {
                            "peer": "system.cpu.toL2Bus.slave[3]", 
                            "role": "MASTER"
                        }, 
                        "num_squash_per_cycle": 2
                    }, 
                    "path": "system.cpu.dtb", 
                    "type": "ArmTLB", 
                    "size": 64
                }, 
                "simpoint_start_insts": [], 
                "max_insts_any_thread": 0, 
                "simulate_inst_stalls": false, 
                "progress_interval": 0, 
                "branchPred": null, 
                "dcache": {
                    "cpu_side": {
                        "peer": "system.cpu.dcache_port", 
                        "role": "SLAVE"
                    }, 
                    "clusivity": "mostly_incl", 
                    "prefetcher": null, 
                    "system": "system", 
                    "write_buffers": 8, 
                    "response_latency": 2, 
                    "cxx_class": "Cache", 
                    "size": 32768, 
                    "tags": {
                        "name": "tags", 
                        "p_state_clk_gate_min": 1000, 
                        "eventq_index": 0, 
                        "p_state_clk_gate_bins": 20, 
                        "default_p_state": "UNDEFINED", 
                        "clk_domain": "system.cpu_clk_domain", 
                        "power_model": null, 
                        "sequential_access": false, 
                        "assoc": 4, 
                        "cxx_class": "LRU", 
                        "p_state_clk_gate_max": 1000000000000, 
                        "path": "system.cpu.dcache.tags", 
                        "hit_latency": 2, 
                        "block_size": 64, 
                        "type": "LRU", 
                        "size": 32768
                    }, 
                    "clk_domain": "system.cpu_clk_domain", 
                    "max_miss_count": 0, 
                    "eventq_index": 0, 
                    "default_p_state": "UNDEFINED", 
                    "p_state_clk_gate_max": 1000000000000, 
                    "mem_side": {
                        "peer": "system.cpu.toL2Bus.slave[1]", 
                        "role": "MASTER"
                    }, 
                    "type": "Cache", 
                    "writeback_clean": false, 
                    "p_state_clk_gate_min": 1000, 
                    "hit_latency": 2, 
                    "tgts_per_mshr": 20, 
                    "demand_mshr_reserve": 1, 
                    "power_model": null, 
                    "addr_ranges": [
                        "0:18446744073709551615"
                    ], 
                    "is_read_only": false, 
                    "prefetch_on_access": false, 
                    "path": "system.cpu.dcache", 
                    "mshrs": 4, 
                    "name": "dcache", 
                    "p_state_clk_gate_bins": 20, 
                    "sequential_access": false, 
                    "assoc": 4
                }, 
                "isa": [
                    {
                        "pmu": null, 
                        "id_pfr1": 4113, 
                        "id_pfr0": 49, 
                        "id_isar1": 34677009, 
                        "id_isar0": 34607377, 
                        "id_isar3": 17899825, 
                        "id_isar2": 555950401, 
                        "id_isar5": 0, 
                        "id_isar4": 268501314, 
                        "cxx_class": "ArmISA::ISA", 
                        "id_aa64mmfr1_el1": 0, 
                        "id_aa64pfr1_el1": 0, 
                        "system": "system", 
                        "eventq_index": 0, 
                        "type": "ArmISA", 
                        "id_aa64dfr1_el1": 0, 
                        "fpsid": 1090793632, 
                        "id_mmfr0": 270536963, 
                        "id_mmfr1": 0, 
                        "id_mmfr2": 19070976, 
                        "id_mmfr3": 34611729, 
                        "id_aa64mmfr0_el1": 15728642, 
                        "id_aa64dfr0_el1": 1052678, 
                        "path": "system.cpu.isa", 
                        "id_aa64isar0_el1": 0, 
                        "decoderFlavour": "Generic", 
                        "name": "isa", 
                        "midr": 1091551472, 
                        "id_aa64afr0_el1": 0, 
                        "id_aa64isar1_el1": 0, 
                        "id_aa64afr1_el1": 0, 
                        "id_aa64pfr0_el1": 34
                    }
                ], 
                "tracer": {
                    "eventq_index": 0, 
                    "path": "system.cpu.tracer", 
                    "type": "ExeTracer", 
                    "name": "tracer", 
                    "cxx_class": "Trace::ExeTracer"
                }
            }
        ], 
        "gic_cpu_addr": 738205696, 
        "work_cpus_ckpt_count": 0, 
        "thermal_components": [], 
        "machine_type": "VExpress_EMM", 
        "flags_addr": 469827632, 
        "path": "system", 
        "cpu_clk_domain": {
            "name": "cpu_clk_domain", 
            "clock": [
                500
            ], 
            "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
        }, 
        "cf0": {
            "driveID": "master", 
            "name": "cf0", 
            "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.cf0.image.child", 
                    "image_file": "/arm/projectscratch/randd/systems/dist/disks/linux-aarch32-ael.img", 
                    "type": "RawDiskImage"
                }, 
                "path": "system.cf0.image", 
                "image_file": "", 
                "type": "CowDiskImage", 
                "table_size": 65536
            }, 
            "delay": 1000000, 
            "eventq_index": 0, 
            "cxx_class": "IdeDisk", 
            "path": "system.cf0", 
            "type": "IdeDisk"
        }, 
        "work_end_ckpt_count": 0, 
        "mem_mode": "atomic", 
        "name": "system", 
        "init_param": 0, 
        "p_state_clk_gate_bins": 20, 
        "load_addr_mask": 268435455, 
        "work_item_id": -1, 
        "intrctrl": {
            "name": "intrctrl", 
            "sys": "system", 
            "eventq_index": 0, 
            "cxx_class": "IntrControl", 
            "path": "system.intrctrl", 
            "type": "IntrControl"
        }, 
        "have_security": false, 
        "atags_addr": 134217728, 
        "memories": [
            "system.physmem", 
            "system.realview.nvmem", 
            "system.realview.vram"
        ], 
        "num_work_ids": 16, 
        "boot_loader": [
            "/arm/projectscratch/randd/systems/dist/binaries/boot_emm.arm"
        ], 
        "exit_on_work_items": false
    }, 
    "time_sync_period": 100000000000, 
    "eventq_index": 0, 
    "time_sync_spin_threshold": 100000000, 
    "cxx_class": "Root", 
    "path": "root", 
    "time_sync_enable": false, 
    "type": "Root", 
    "full_system": true
}