-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig_machine.json
116 lines (115 loc) · 2.87 KB
/
config_machine.json
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
{
"boot": {
"core-file": "kernel.core.uriscv",
"load-core-file": true
},
"bootstrap-rom": "/usr/local/share/uriscv/coreboot.rom.uriscv",
"clock-rate": 1,
"devices": {
"flash0": {
"enabled": true,
"file": "./testers/todTest.uriscv"
},
"flash1": {
"enabled": true,
"file": "./testers/terminalTest1.uriscv"
},
"flash2": {
"enabled": true,
"file": "./testers/terminalTest2.uriscv"
},
"flash3": {
"enabled": true,
"file": "./testers/terminalTest3.uriscv"
},
"flash4": {
"enabled": true,
"file": "./testers/terminalTest4.uriscv"
},
"flash5": {
"enabled": true,
"file": "./testers/fibEight.uriscv"
},
"flash6": {
"enabled": true,
"file": "./testers/fibEleven.uriscv"
},
"flash7": {
"enabled": true,
"file": "./testers/printerTest.uriscv"
},
"printer0": {
"enabled": true,
"file": "printer0.uriscv"
},
"printer1": {
"enabled": true,
"file": "printer1.uriscv"
},
"printer2": {
"enabled": true,
"file": "printer2.uriscv"
},
"printer3": {
"enabled": true,
"file": "printer3.uriscv"
},
"printer4": {
"enabled": true,
"file": "printer4.uriscv"
},
"printer5": {
"enabled": true,
"file": "printer5.uriscv"
},
"printer6": {
"enabled": true,
"file": "printer6.uriscv"
},
"printer7": {
"enabled": true,
"file": "printer7.uriscv"
},
"terminal0": {
"enabled": true,
"file": "term0.uriscv"
},
"terminal1": {
"enabled": true,
"file": "term1.uriscv"
},
"terminal2": {
"enabled": true,
"file": "term2.uriscv"
},
"terminal3": {
"enabled": true,
"file": "term3.uriscv"
},
"terminal4": {
"enabled": true,
"file": "term4.uriscv"
},
"terminal5": {
"enabled": true,
"file": "term5.uriscv"
},
"terminal6": {
"enabled": true,
"file": "term6.uriscv"
},
"terminal7": {
"enabled": true,
"file": "term7.uriscv"
}
},
"execution-rom": "/usr/local/share/uriscv/exec.rom.uriscv",
"num-processors": 1,
"num-ram-frames": 256,
"symbol-table": {
"asid": 64,
"file": "kernel.stab.uriscv"
},
"tlb-floor-address": "0x80000000",
"tlb-size": 16
}