-
Notifications
You must be signed in to change notification settings - Fork 18
/
modules.yaml
70 lines (70 loc) · 1.17 KB
/
modules.yaml
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
modules:
# Hard coded module locations - other modules will be assigned dynamically
- name: "chip_rom"
x: 7
y: 15
- name: "factory_test"
x: 7
y: 14
- name: analog_factory_test
height: 2
width: 1
x: 7
y: 7
analog:
0: null
1: null
2: null
3: null
4: null
5: null
- name: analog_factory_test
height: 2
width: 1
x: 15
y: 19
analog:
0: null
1: null
2: null
3: null
4: null
5: null
# Art containing modules that needs to be carefully placed so they don't get flipped/mirrored:
- name: urish_charge_pump
x: 1
y: 10
analog:
0: null
height: 2
width: 1
- name: psychogenic_wowa
x: 3
y: 10
analog:
0: null
1: null
2: null
3: null
4: null
5: null
height: 2
width: 1
- name: oscillating_bones
x: 2
y: 16
height: 2
width: 1
# The following module can cause fom density issues, so we have to carefully place it:
- name: kevinwguan
analog:
0: null
1: null
2: null
3: null
4: null
5: null
height: 2
width: 4
x: 4
y: 10