summaryrefslogtreecommitdiff
path: root/tests/quick/se/02.insttest/ref/riscv/linux-rv64a/minor-timing/config.json
blob: 3a39a409a7c849e51bf256dd9e788af8548ff0b2 (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
{
    "name": null, 
    "sim_quantum": 0, 
    "system": {
        "kernel": "", 
        "mmap_using_noreserve": false, 
        "kernel_addr_check": true, 
        "membus": {
            "point_of_coherency": true, 
            "system": "system", 
            "response_latency": 2, 
            "cxx_class": "CoherentXBar", 
            "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.physmem.port"
                ], 
                "role": "MASTER"
            }, 
            "type": "CoherentXBar", 
            "frontend_latency": 3, 
            "slave": {
                "peer": [
                    "system.system_port", 
                    "system.cpu.l2cache.mem_side"
                ], 
                "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.membus.snoop_filter", 
                "type": "SnoopFilter", 
                "lookup_latency": 1
            }, 
            "power_model": null, 
            "path": "system.membus", 
            "snoop_response_latency": 4, 
            "name": "membus", 
            "p_state_clk_gate_bins": 20, 
            "use_default_range": false
        }, 
        "symbolfile": "", 
        "readfile": "", 
        "thermal_model": null, 
        "cxx_class": "System", 
        "work_begin_cpu_id_exit": -1, 
        "load_offset": 0, 
        "work_begin_exit_count": 0, 
        "p_state_clk_gate_min": 1000, 
        "memories": [
            "system.physmem"
        ], 
        "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": [], 
        "eventq_index": 0, 
        "default_p_state": "UNDEFINED", 
        "p_state_clk_gate_max": 1000000000000, 
        "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": "System", 
        "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": {
            "static_frontend_latency": 10000, 
            "tRFC": 260000, 
            "activation_limit": 4, 
            "in_addr_map": true, 
            "IDD3N2": "0.0", 
            "tWTR": 7500, 
            "IDD52": "0.0", 
            "clk_domain": "system.clk_domain", 
            "channels": 1, 
            "write_buffer_size": 64, 
            "device_bus_width": 8, 
            "VDD": "1.5", 
            "write_high_thresh_perc": 85, 
            "cxx_class": "DRAMCtrl", 
            "bank_groups_per_rank": 0, 
            "IDD2N2": "0.0", 
            "port": {
                "peer": "system.membus.master[0]", 
                "role": "SLAVE"
            }, 
            "tCCD_L": 0, 
            "IDD2N": "0.032", 
            "p_state_clk_gate_min": 1000, 
            "null": false, 
            "IDD2P1": "0.032", 
            "eventq_index": 0, 
            "tRRD": 6000, 
            "tRTW": 2500, 
            "IDD4R": "0.157", 
            "burst_length": 8, 
            "tRTP": 7500, 
            "IDD4W": "0.125", 
            "tWR": 15000, 
            "banks_per_rank": 8, 
            "devices_per_rank": 8, 
            "IDD2P02": "0.0", 
            "default_p_state": "UNDEFINED", 
            "p_state_clk_gate_max": 1000000000000, 
            "IDD6": "0.02", 
            "IDD5": "0.235", 
            "tRCD": 13750, 
            "type": "DRAMCtrl", 
            "IDD3P02": "0.0", 
            "tRRD_L": 0, 
            "IDD0": "0.055", 
            "IDD62": "0.0", 
            "min_writes_per_switch": 16, 
            "mem_sched_policy": "frfcfs", 
            "IDD02": "0.0", 
            "IDD2P0": "0.0", 
            "ranks_per_channel": 2, 
            "page_policy": "open_adaptive", 
            "IDD4W2": "0.0", 
            "tCS": 2500, 
            "power_model": null, 
            "tCL": 13750, 
            "read_buffer_size": 32, 
            "conf_table_reported": true, 
            "tCK": 1250, 
            "tRAS": 35000, 
            "tRP": 13750, 
            "tBURST": 5000, 
            "path": "system.physmem", 
            "tXP": 6000, 
            "tXS": 270000, 
            "addr_mapping": "RoRaBaCoCh", 
            "IDD3P0": "0.0", 
            "IDD3P1": "0.038", 
            "IDD3N": "0.038", 
            "name": "physmem", 
            "tXSDLL": 0, 
            "device_size": 536870912, 
            "kvm_map": true, 
            "dll": true, 
            "tXAW": 30000, 
            "write_low_thresh_perc": 50, 
            "range": "0:134217727:0:0:0:0", 
            "VDD2": "0.0", 
            "IDD2P12": "0.0", 
            "p_state_clk_gate_bins": 20, 
            "tXPDLL": 0, 
            "IDD4R2": "0.0", 
            "device_rowbuffer_size": 1024, 
            "static_backend_latency": 10000, 
            "max_accesses_per_row": 16, 
            "IDD3P12": "0.0", 
            "tREFI": 7800000
        }, 
        "power_model": null, 
        "work_cpus_ckpt_count": 0, 
        "thermal_components": [], 
        "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
        }, 
        "work_end_ckpt_count": 0, 
        "mem_mode": "timing", 
        "name": "system", 
        "init_param": 0, 
        "p_state_clk_gate_bins": 20, 
        "load_addr_mask": 1099511627775, 
        "cpu": [
            {
                "max_insts_any_thread": 0, 
                "do_statistics_insts": true, 
                "numThreads": 1, 
                "fetch1LineSnapWidth": 0, 
                "fetch1ToFetch2BackwardDelay": 1, 
                "fetch1FetchLimit": 1, 
                "executeIssueLimit": 2, 
                "system": "system", 
                "executeLSQMaxStoreBufferStoresPerCycle": 2, 
                "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": 131072, 
                    "type": "Cache", 
                    "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"
                    }, 
                    "mshrs": 4, 
                    "writeback_clean": true, 
                    "p_state_clk_gate_min": 1000, 
                    "tags": {
                        "size": 131072, 
                        "tag_latency": 2, 
                        "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": 2, 
                        "cxx_class": "LRU", 
                        "p_state_clk_gate_max": 1000000000000, 
                        "path": "system.cpu.icache.tags", 
                        "block_size": 64, 
                        "type": "LRU", 
                        "data_latency": 2
                    }, 
                    "tgts_per_mshr": 20, 
                    "demand_mshr_reserve": 1, 
                    "power_model": null, 
                    "addr_ranges": [
                        "0:18446744073709551615:0:0:0:0"
                    ], 
                    "is_read_only": true, 
                    "prefetch_on_access": false, 
                    "path": "system.cpu.icache", 
                    "data_latency": 2, 
                    "tag_latency": 2, 
                    "name": "icache", 
                    "p_state_clk_gate_bins": 20, 
                    "sequential_access": false, 
                    "assoc": 2
                }, 
                "function_trace": false, 
                "do_checkpoint_insts": true, 
                "decodeInputWidth": 2, 
                "cxx_class": "MinorCPU", 
                "max_loads_all_threads": 0, 
                "executeMemoryIssueLimit": 1, 
                "decodeCycleInput": true, 
                "max_loads_any_thread": 0, 
                "executeLSQTransfersQueueSize": 2, 
                "p_state_clk_gate_max": 1000000000000, 
                "clk_domain": "system.cpu_clk_domain", 
                "function_trace_start": 0, 
                "cpu_id": 0, 
                "checker": null, 
                "eventq_index": 0, 
                "executeMemoryWidth": 0, 
                "default_p_state": "UNDEFINED", 
                "executeBranchDelay": 1, 
                "executeMemoryCommitLimit": 1, 
                "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": 2097152, 
                    "type": "Cache", 
                    "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[1]", 
                        "role": "MASTER"
                    }, 
                    "mshrs": 20, 
                    "writeback_clean": false, 
                    "p_state_clk_gate_min": 1000, 
                    "tags": {
                        "size": 2097152, 
                        "tag_latency": 20, 
                        "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", 
                        "block_size": 64, 
                        "type": "LRU", 
                        "data_latency": 20
                    }, 
                    "tgts_per_mshr": 12, 
                    "demand_mshr_reserve": 1, 
                    "power_model": null, 
                    "addr_ranges": [
                        "0:18446744073709551615:0:0:0:0"
                    ], 
                    "is_read_only": false, 
                    "prefetch_on_access": false, 
                    "path": "system.cpu.l2cache", 
                    "data_latency": 20, 
                    "tag_latency": 20, 
                    "name": "l2cache", 
                    "p_state_clk_gate_bins": 20, 
                    "sequential_access": false, 
                    "assoc": 8
                }, 
                "do_quiesce": true, 
                "type": "MinorCPU", 
                "executeCycleInput": true, 
                "executeAllowEarlyMemoryIssue": true, 
                "executeInputBufferSize": 7, 
                "icache_port": {
                    "peer": "system.cpu.icache.cpu_side", 
                    "role": "MASTER"
                }, 
                "p_state_clk_gate_bins": 20, 
                "socket_id": 0, 
                "progress_interval": 0, 
                "p_state_clk_gate_min": 1000, 
                "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"
                        ], 
                        "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
                }, 
                "isa": [
                    {
                        "eventq_index": 0, 
                        "path": "system.cpu.isa", 
                        "type": "RiscvISA", 
                        "name": "isa", 
                        "cxx_class": "RiscvISA::ISA"
                    }
                ], 
                "itb": {
                    "name": "itb", 
                    "eventq_index": 0, 
                    "cxx_class": "RiscvISA::TLB", 
                    "path": "system.cpu.itb", 
                    "type": "RiscvTLB", 
                    "size": 64
                }, 
                "interrupts": [
                    {
                        "eventq_index": 0, 
                        "path": "system.cpu.interrupts", 
                        "type": "RiscvInterrupts", 
                        "name": "interrupts", 
                        "cxx_class": "RiscvISA::Interrupts"
                    }
                ], 
                "dcache_port": {
                    "peer": "system.cpu.dcache.cpu_side", 
                    "role": "MASTER"
                }, 
                "executeFuncUnits": {
                    "name": "executeFuncUnits", 
                    "eventq_index": 0, 
                    "cxx_class": "MinorFUPool", 
                    "path": "system.cpu.executeFuncUnits", 
                    "funcUnits": [
                        {
                            "issueLat": 1, 
                            "opLat": 3, 
                            "name": "funcUnits0", 
                            "cantForwardFromFUIndices": [], 
                            "opClasses": {
                                "name": "opClasses", 
                                "opClasses": [
                                    {
                                        "opClass": "IntAlu", 
                                        "name": "opClasses", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits0.opClasses.opClasses", 
                                        "type": "MinorOpClass"
                                    }
                                ], 
                                "eventq_index": 0, 
                                "cxx_class": "MinorOpClassSet", 
                                "path": "system.cpu.executeFuncUnits.funcUnits0.opClasses", 
                                "type": "MinorOpClassSet"
                            }, 
                            "eventq_index": 0, 
                            "timings": [
                                {
                                    "extraAssumedLat": 0, 
                                    "description": "Int", 
                                    "srcRegsRelativeLats": [
                                        2
                                    ], 
                                    "suppress": false, 
                                    "mask": 0, 
                                    "extraCommitLat": 0, 
                                    "eventq_index": 0, 
                                    "opClasses": {
                                        "name": "opClasses", 
                                        "opClasses": [], 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClassSet", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits0.timings.opClasses", 
                                        "type": "MinorOpClassSet"
                                    }, 
                                    "cxx_class": "MinorFUTiming", 
                                    "path": "system.cpu.executeFuncUnits.funcUnits0.timings", 
                                    "extraCommitLatExpr": null, 
                                    "type": "MinorFUTiming", 
                                    "match": 0, 
                                    "name": "timings"
                                }
                            ], 
                            "cxx_class": "MinorFU", 
                            "path": "system.cpu.executeFuncUnits.funcUnits0", 
                            "type": "MinorFU"
                        }, 
                        {
                            "issueLat": 1, 
                            "opLat": 3, 
                            "name": "funcUnits1", 
                            "cantForwardFromFUIndices": [], 
                            "opClasses": {
                                "name": "opClasses", 
                                "opClasses": [
                                    {
                                        "opClass": "IntAlu", 
                                        "name": "opClasses", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits1.opClasses.opClasses", 
                                        "type": "MinorOpClass"
                                    }
                                ], 
                                "eventq_index": 0, 
                                "cxx_class": "MinorOpClassSet", 
                                "path": "system.cpu.executeFuncUnits.funcUnits1.opClasses", 
                                "type": "MinorOpClassSet"
                            }, 
                            "eventq_index": 0, 
                            "timings": [
                                {
                                    "extraAssumedLat": 0, 
                                    "description": "Int", 
                                    "srcRegsRelativeLats": [
                                        2
                                    ], 
                                    "suppress": false, 
                                    "mask": 0, 
                                    "extraCommitLat": 0, 
                                    "eventq_index": 0, 
                                    "opClasses": {
                                        "name": "opClasses", 
                                        "opClasses": [], 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClassSet", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits1.timings.opClasses", 
                                        "type": "MinorOpClassSet"
                                    }, 
                                    "cxx_class": "MinorFUTiming", 
                                    "path": "system.cpu.executeFuncUnits.funcUnits1.timings", 
                                    "extraCommitLatExpr": null, 
                                    "type": "MinorFUTiming", 
                                    "match": 0, 
                                    "name": "timings"
                                }
                            ], 
                            "cxx_class": "MinorFU", 
                            "path": "system.cpu.executeFuncUnits.funcUnits1", 
                            "type": "MinorFU"
                        }, 
                        {
                            "issueLat": 1, 
                            "opLat": 3, 
                            "name": "funcUnits2", 
                            "cantForwardFromFUIndices": [], 
                            "opClasses": {
                                "name": "opClasses", 
                                "opClasses": [
                                    {
                                        "opClass": "IntMult", 
                                        "name": "opClasses", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits2.opClasses.opClasses", 
                                        "type": "MinorOpClass"
                                    }
                                ], 
                                "eventq_index": 0, 
                                "cxx_class": "MinorOpClassSet", 
                                "path": "system.cpu.executeFuncUnits.funcUnits2.opClasses", 
                                "type": "MinorOpClassSet"
                            }, 
                            "eventq_index": 0, 
                            "timings": [
                                {
                                    "extraAssumedLat": 0, 
                                    "description": "Mul", 
                                    "srcRegsRelativeLats": [
                                        0
                                    ], 
                                    "suppress": false, 
                                    "mask": 0, 
                                    "extraCommitLat": 0, 
                                    "eventq_index": 0, 
                                    "opClasses": {
                                        "name": "opClasses", 
                                        "opClasses": [], 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClassSet", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits2.timings.opClasses", 
                                        "type": "MinorOpClassSet"
                                    }, 
                                    "cxx_class": "MinorFUTiming", 
                                    "path": "system.cpu.executeFuncUnits.funcUnits2.timings", 
                                    "extraCommitLatExpr": null, 
                                    "type": "MinorFUTiming", 
                                    "match": 0, 
                                    "name": "timings"
                                }
                            ], 
                            "cxx_class": "MinorFU", 
                            "path": "system.cpu.executeFuncUnits.funcUnits2", 
                            "type": "MinorFU"
                        }, 
                        {
                            "issueLat": 9, 
                            "opLat": 9, 
                            "name": "funcUnits3", 
                            "cantForwardFromFUIndices": [], 
                            "opClasses": {
                                "name": "opClasses", 
                                "opClasses": [
                                    {
                                        "opClass": "IntDiv", 
                                        "name": "opClasses", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits3.opClasses.opClasses", 
                                        "type": "MinorOpClass"
                                    }
                                ], 
                                "eventq_index": 0, 
                                "cxx_class": "MinorOpClassSet", 
                                "path": "system.cpu.executeFuncUnits.funcUnits3.opClasses", 
                                "type": "MinorOpClassSet"
                            }, 
                            "eventq_index": 0, 
                            "timings": [], 
                            "cxx_class": "MinorFU", 
                            "path": "system.cpu.executeFuncUnits.funcUnits3", 
                            "type": "MinorFU"
                        }, 
                        {
                            "issueLat": 1, 
                            "opLat": 6, 
                            "name": "funcUnits4", 
                            "cantForwardFromFUIndices": [], 
                            "opClasses": {
                                "name": "opClasses", 
                                "opClasses": [
                                    {
                                        "opClass": "FloatAdd", 
                                        "name": "opClasses00", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses00", 
                                        "type": "MinorOpClass"
                                    }, 
                                    {
                                        "opClass": "FloatCmp", 
                                        "name": "opClasses01", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses01", 
                                        "type": "MinorOpClass"
                                    }, 
                                    {
                                        "opClass": "FloatCvt", 
                                        "name": "opClasses02", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses02", 
                                        "type": "MinorOpClass"
                                    }, 
                                    {
                                        "opClass": "FloatMisc", 
                                        "name": "opClasses03", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses03", 
                                        "type": "MinorOpClass"
                                    }, 
                                    {
                                        "opClass": "FloatMult", 
                                        "name": "opClasses04", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses04", 
                                        "type": "MinorOpClass"
                                    }, 
                                    {
                                        "opClass": "FloatMultAcc", 
                                        "name": "opClasses05", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses05", 
                                        "type": "MinorOpClass"
                                    }, 
                                    {
                                        "opClass": "FloatDiv", 
                                        "name": "opClasses06", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses06", 
                                        "type": "MinorOpClass"
                                    }, 
                                    {
                                        "opClass": "FloatSqrt", 
                                        "name": "opClasses07", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses07", 
                                        "type": "MinorOpClass"
                                    }, 
                                    {
                                        "opClass": "SimdAdd", 
                                        "name": "opClasses08", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses08", 
                                        "type": "MinorOpClass"
                                    }, 
                                    {
                                        "opClass": "SimdAddAcc", 
                                        "name": "opClasses09", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses09", 
                                        "type": "MinorOpClass"
                                    }, 
                                    {
                                        "opClass": "SimdAlu", 
                                        "name": "opClasses10", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses10", 
                                        "type": "MinorOpClass"
                                    }, 
                                    {
                                        "opClass": "SimdCmp", 
                                        "name": "opClasses11", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses11", 
                                        "type": "MinorOpClass"
                                    }, 
                                    {
                                        "opClass": "SimdCvt", 
                                        "name": "opClasses12", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses12", 
                                        "type": "MinorOpClass"
                                    }, 
                                    {
                                        "opClass": "SimdMisc", 
                                        "name": "opClasses13", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses13", 
                                        "type": "MinorOpClass"
                                    }, 
                                    {
                                        "opClass": "SimdMult", 
                                        "name": "opClasses14", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses14", 
                                        "type": "MinorOpClass"
                                    }, 
                                    {
                                        "opClass": "SimdMultAcc", 
                                        "name": "opClasses15", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses15", 
                                        "type": "MinorOpClass"
                                    }, 
                                    {
                                        "opClass": "SimdShift", 
                                        "name": "opClasses16", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses16", 
                                        "type": "MinorOpClass"
                                    }, 
                                    {
                                        "opClass": "SimdShiftAcc", 
                                        "name": "opClasses17", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses17", 
                                        "type": "MinorOpClass"
                                    }, 
                                    {
                                        "opClass": "SimdSqrt", 
                                        "name": "opClasses18", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses18", 
                                        "type": "MinorOpClass"
                                    }, 
                                    {
                                        "opClass": "SimdFloatAdd", 
                                        "name": "opClasses19", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses19", 
                                        "type": "MinorOpClass"
                                    }, 
                                    {
                                        "opClass": "SimdFloatAlu", 
                                        "name": "opClasses20", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses20", 
                                        "type": "MinorOpClass"
                                    }, 
                                    {
                                        "opClass": "SimdFloatCmp", 
                                        "name": "opClasses21", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses21", 
                                        "type": "MinorOpClass"
                                    }, 
                                    {
                                        "opClass": "SimdFloatCvt", 
                                        "name": "opClasses22", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses22", 
                                        "type": "MinorOpClass"
                                    }, 
                                    {
                                        "opClass": "SimdFloatDiv", 
                                        "name": "opClasses23", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses23", 
                                        "type": "MinorOpClass"
                                    }, 
                                    {
                                        "opClass": "SimdFloatMisc", 
                                        "name": "opClasses24", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses24", 
                                        "type": "MinorOpClass"
                                    }, 
                                    {
                                        "opClass": "SimdFloatMult", 
                                        "name": "opClasses25", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses25", 
                                        "type": "MinorOpClass"
                                    }, 
                                    {
                                        "opClass": "SimdFloatMultAcc", 
                                        "name": "opClasses26", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses26", 
                                        "type": "MinorOpClass"
                                    }, 
                                    {
                                        "opClass": "SimdFloatSqrt", 
                                        "name": "opClasses27", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits4.opClasses.opClasses27", 
                                        "type": "MinorOpClass"
                                    }
                                ], 
                                "eventq_index": 0, 
                                "cxx_class": "MinorOpClassSet", 
                                "path": "system.cpu.executeFuncUnits.funcUnits4.opClasses", 
                                "type": "MinorOpClassSet"
                            }, 
                            "eventq_index": 0, 
                            "timings": [
                                {
                                    "extraAssumedLat": 0, 
                                    "description": "FloatSimd", 
                                    "srcRegsRelativeLats": [
                                        2
                                    ], 
                                    "suppress": false, 
                                    "mask": 0, 
                                    "extraCommitLat": 0, 
                                    "eventq_index": 0, 
                                    "opClasses": {
                                        "name": "opClasses", 
                                        "opClasses": [], 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClassSet", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits4.timings.opClasses", 
                                        "type": "MinorOpClassSet"
                                    }, 
                                    "cxx_class": "MinorFUTiming", 
                                    "path": "system.cpu.executeFuncUnits.funcUnits4.timings", 
                                    "extraCommitLatExpr": null, 
                                    "type": "MinorFUTiming", 
                                    "match": 0, 
                                    "name": "timings"
                                }
                            ], 
                            "cxx_class": "MinorFU", 
                            "path": "system.cpu.executeFuncUnits.funcUnits4", 
                            "type": "MinorFU"
                        }, 
                        {
                            "issueLat": 1, 
                            "opLat": 1, 
                            "name": "funcUnits5", 
                            "cantForwardFromFUIndices": [], 
                            "opClasses": {
                                "name": "opClasses", 
                                "opClasses": [
                                    {
                                        "opClass": "MemRead", 
                                        "name": "opClasses0", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits5.opClasses.opClasses0", 
                                        "type": "MinorOpClass"
                                    }, 
                                    {
                                        "opClass": "MemWrite", 
                                        "name": "opClasses1", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits5.opClasses.opClasses1", 
                                        "type": "MinorOpClass"
                                    }, 
                                    {
                                        "opClass": "FloatMemRead", 
                                        "name": "opClasses2", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits5.opClasses.opClasses2", 
                                        "type": "MinorOpClass"
                                    }, 
                                    {
                                        "opClass": "FloatMemWrite", 
                                        "name": "opClasses3", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits5.opClasses.opClasses3", 
                                        "type": "MinorOpClass"
                                    }
                                ], 
                                "eventq_index": 0, 
                                "cxx_class": "MinorOpClassSet", 
                                "path": "system.cpu.executeFuncUnits.funcUnits5.opClasses", 
                                "type": "MinorOpClassSet"
                            }, 
                            "eventq_index": 0, 
                            "timings": [
                                {
                                    "extraAssumedLat": 2, 
                                    "description": "Mem", 
                                    "srcRegsRelativeLats": [
                                        1
                                    ], 
                                    "suppress": false, 
                                    "mask": 0, 
                                    "extraCommitLat": 0, 
                                    "eventq_index": 0, 
                                    "opClasses": {
                                        "name": "opClasses", 
                                        "opClasses": [], 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClassSet", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits5.timings.opClasses", 
                                        "type": "MinorOpClassSet"
                                    }, 
                                    "cxx_class": "MinorFUTiming", 
                                    "path": "system.cpu.executeFuncUnits.funcUnits5.timings", 
                                    "extraCommitLatExpr": null, 
                                    "type": "MinorFUTiming", 
                                    "match": 0, 
                                    "name": "timings"
                                }
                            ], 
                            "cxx_class": "MinorFU", 
                            "path": "system.cpu.executeFuncUnits.funcUnits5", 
                            "type": "MinorFU"
                        }, 
                        {
                            "issueLat": 1, 
                            "opLat": 1, 
                            "name": "funcUnits6", 
                            "cantForwardFromFUIndices": [], 
                            "opClasses": {
                                "name": "opClasses", 
                                "opClasses": [
                                    {
                                        "opClass": "IprAccess", 
                                        "name": "opClasses0", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits6.opClasses.opClasses0", 
                                        "type": "MinorOpClass"
                                    }, 
                                    {
                                        "opClass": "InstPrefetch", 
                                        "name": "opClasses1", 
                                        "eventq_index": 0, 
                                        "cxx_class": "MinorOpClass", 
                                        "path": "system.cpu.executeFuncUnits.funcUnits6.opClasses.opClasses1", 
                                        "type": "MinorOpClass"
                                    }
                                ], 
                                "eventq_index": 0, 
                                "cxx_class": "MinorOpClassSet", 
                                "path": "system.cpu.executeFuncUnits.funcUnits6.opClasses", 
                                "type": "MinorOpClassSet"
                            }, 
                            "eventq_index": 0, 
                            "timings": [], 
                            "cxx_class": "MinorFU", 
                            "path": "system.cpu.executeFuncUnits.funcUnits6", 
                            "type": "MinorFU"
                        }
                    ], 
                    "type": "MinorFUPool"
                }, 
                "switched_out": false, 
                "power_model": null, 
                "max_insts_all_threads": 0, 
                "executeSetTraceTimeOnIssue": false, 
                "fetch2InputBufferSize": 2, 
                "profile": 0, 
                "fetch2ToDecodeForwardDelay": 1, 
                "executeInputWidth": 2, 
                "decodeToExecuteForwardDelay": 1, 
                "executeLSQRequestsQueueSize": 1, 
                "fetch2CycleInput": true, 
                "executeMaxAccessesInMemory": 2, 
                "enableIdling": true, 
                "executeLSQStoreBufferSize": 5, 
                "workload": [
                    {
                        "uid": 100, 
                        "pid": 100, 
                        "kvmInSE": false, 
                        "cxx_class": "LiveProcess", 
                        "executable": "/z/powerjg/gem5-upstream/tests/test-progs/insttest/bin/riscv/linux-rv64a/insttest", 
                        "drivers": [], 
                        "system": "system", 
                        "gid": 100, 
                        "eventq_index": 0, 
                        "env": [], 
                        "input": "cin", 
                        "ppid": 99, 
                        "type": "LiveProcess", 
                        "cwd": "", 
                        "simpoint": 0, 
                        "euid": 100, 
                        "path": "system.cpu.workload", 
                        "max_stack_size": 67108864, 
                        "name": "workload", 
                        "cmd": [
                            "insttest"
                        ], 
                        "errout": "cerr", 
                        "useArchPT": false, 
                        "egid": 100, 
                        "output": "cout"
                    }
                ], 
                "name": "cpu", 
                "dtb": {
                    "name": "dtb", 
                    "eventq_index": 0, 
                    "cxx_class": "RiscvISA::TLB", 
                    "path": "system.cpu.dtb", 
                    "type": "RiscvTLB", 
                    "size": 64
                }, 
                "simpoint_start_insts": [], 
                "executeSetTraceTimeOnCommit": true, 
                "tracer": {
                    "eventq_index": 0, 
                    "path": "system.cpu.tracer", 
                    "type": "ExeTracer", 
                    "name": "tracer", 
                    "cxx_class": "Trace::ExeTracer"
                }, 
                "threadPolicy": "RoundRobin", 
                "executeCommitLimit": 2, 
                "fetch1LineWidth": 0, 
                "branchPred": {
                    "numThreads": 1, 
                    "BTBEntries": 4096, 
                    "cxx_class": "TournamentBP", 
                    "indirectPathLength": 3, 
                    "globalCtrBits": 2, 
                    "choicePredictorSize": 8192, 
                    "indirectHashGHR": true, 
                    "eventq_index": 0, 
                    "localHistoryTableSize": 2048, 
                    "type": "TournamentBP", 
                    "indirectSets": 256, 
                    "indirectWays": 2, 
                    "choiceCtrBits": 2, 
                    "useIndirect": true, 
                    "localCtrBits": 2, 
                    "path": "system.cpu.branchPred", 
                    "localPredictorSize": 2048, 
                    "RASSize": 16, 
                    "globalPredictorSize": 8192, 
                    "name": "branchPred", 
                    "indirectHashTargets": true, 
                    "instShiftAmt": 2, 
                    "indirectTagSize": 16, 
                    "BTBTagSize": 16
                }, 
                "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": 262144, 
                    "type": "Cache", 
                    "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"
                    }, 
                    "mshrs": 4, 
                    "writeback_clean": false, 
                    "p_state_clk_gate_min": 1000, 
                    "tags": {
                        "size": 262144, 
                        "tag_latency": 2, 
                        "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": 2, 
                        "cxx_class": "LRU", 
                        "p_state_clk_gate_max": 1000000000000, 
                        "path": "system.cpu.dcache.tags", 
                        "block_size": 64, 
                        "type": "LRU", 
                        "data_latency": 2
                    }, 
                    "tgts_per_mshr": 20, 
                    "demand_mshr_reserve": 1, 
                    "power_model": null, 
                    "addr_ranges": [
                        "0:18446744073709551615:0:0:0:0"
                    ], 
                    "is_read_only": false, 
                    "prefetch_on_access": false, 
                    "path": "system.cpu.dcache", 
                    "data_latency": 2, 
                    "tag_latency": 2, 
                    "name": "dcache", 
                    "p_state_clk_gate_bins": 20, 
                    "sequential_access": false, 
                    "assoc": 2
                }, 
                "path": "system.cpu", 
                "fetch1ToFetch2ForwardDelay": 1, 
                "decodeInputBufferSize": 3
            }
        ], 
        "multi_thread": false, 
        "exit_on_work_items": false, 
        "work_item_id": -1, 
        "num_work_ids": 16
    }, 
    "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": false
}