-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample1.json
More file actions
30 lines (30 loc) · 771 Bytes
/
example1.json
File metadata and controls
30 lines (30 loc) · 771 Bytes
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
{
"name" : "MSchemGen",
"description" : "output of MSchemGen (example1.json)",
"tags" : ["[Generated Schematic]"],
"width" : 2,
"height" : 2,
"blocks" : [
{
"type" : "micro-processor",
"x" : 0,
"y" : 0,
"rotation" : 0,
"code" : "op add a a 1\n",
"links" : [{"x":1,"y":1,"name":"wall1"}]
},{
"type" : "micro-processor",
"x" : 0,
"y" : 1,
"rotation" : 0,
"code" : "code:example.mlog",
"links" : []
},{
"type" : "copper-wall",
"x" : 1,
"y" : 1,
"rotation" : 0,
"config" : 0
}
]
}