-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathRandomAccessMachineRAM.toml
More file actions
82 lines (68 loc) · 1.71 KB
/
RandomAccessMachineRAM.toml
File metadata and controls
82 lines (68 loc) · 1.71 KB
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
name = "Random Access Machine (RAM)"
[MEMORY]
schemaPoint = "80,200"
path = "ram-mem.jar"
name = "ram-mem"
id = "98eb1bd9-52dc-4f8b-bb7c-6b1def31aa6e"
type = "MEMORY"
[COMPILER]
schemaPoint = "80,60"
path = "ramc-ram.jar"
name = "ramc-ram"
id = "d2ef750d-6617-44a7-8f17-93ff9d791d07"
type = "COMPILER"
[CPU]
schemaPoint = "200,200"
path = "ram-cpu.jar"
name = "ram-cpu"
id = "e0e2e308-eee2-414e-90e5-b69caea2b032"
type = "CPU"
# Uncomment to apply additional settings
#[DEVICE.settings]
#showAtStartup = false
[[DEVICE]]
schemaPoint = "360,60"
path = "abstract-tape.jar"
name = "abstract-tape"
id = "ba7e7035-a074-4666-b3fc-d08ca55305f7"
type = "DEVICE"
[[DEVICE]]
schemaPoint = "360,200"
path = "abstract-tape.jar"
name = "abstract-tape"
id = "57389401-fdf7-4bcd-8a66-f936332273bf"
type = "DEVICE"
[[DEVICE]]
schemaPoint = "200,60"
path = "abstract-tape.jar"
name = "abstract-tape"
id = "c3d76043-bb08-4711-bb8c-14f908fa763b"
type = "DEVICE"
# Uncomment to apply additional settings
#[DEVICE.settings]
#showAtStartup = false
[[connections]]
bidirectional = true
from = "98eb1bd9-52dc-4f8b-bb7c-6b1def31aa6e"
to = "e0e2e308-eee2-414e-90e5-b69caea2b032"
points = []
[[connections]]
bidirectional = true
from = "d2ef750d-6617-44a7-8f17-93ff9d791d07"
to = "98eb1bd9-52dc-4f8b-bb7c-6b1def31aa6e"
points = []
[[connections]]
bidirectional = true
from = "ba7e7035-a074-4666-b3fc-d08ca55305f7"
to = "e0e2e308-eee2-414e-90e5-b69caea2b032"
points = ["360,120", "220,120"]
[[connections]]
bidirectional = true
from = "57389401-fdf7-4bcd-8a66-f936332273bf"
to = "e0e2e308-eee2-414e-90e5-b69caea2b032"
points = []
[[connections]]
bidirectional = true
from = "e0e2e308-eee2-414e-90e5-b69caea2b032"
to = "c3d76043-bb08-4711-bb8c-14f908fa763b"
points = []