aboutsummaryrefslogtreecommitdiff
path: root/fix-labels.py
diff options
context:
space:
mode:
authorFredrik Thulin <fredrik@thulin.net>2018-05-09 17:06:28 +0200
committerFredrik Thulin <fredrik@thulin.net>2018-05-09 17:06:28 +0200
commit071cd256c55c4ad9b1f8918df2766d141a0da0f2 (patch)
tree923d9ad0bc2301fd825a811cd9b92df72e7297b2 /fix-labels.py
parent96a758c4d6d307be15a132b1e599f524230cfd68 (diff)
Almost ERC clean. Only three warnings about NotConn sharing pins.
Diffstat (limited to 'fix-labels.py')
-rwxr-xr-xfix-labels.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/fix-labels.py b/fix-labels.py
index fa5f823..a00ee12 100755
--- a/fix-labels.py
+++ b/fix-labels.py
@@ -527,12 +527,12 @@ labels = {
'MKM_FPGA_SCK': [{'t': 'GLabel', 'dir': 'Output', 'x': 2230, 'y': 6400, 'ori': 2, 'new_x': 2950},],
},
'rev02_18.sch': {
- 'FPGA_VCCAUX_1V8': [{'t': 'GLabel', 'dir': 'Output', 'x': 6100, 'y': 4800, 'ori': 2, 'new_x': 7000},],
+ 'FPGA_VCCAUX_1V8': [{'t': 'Label', 'x': 6100, 'y': 4800, 'ori': 2, 'new_x': 7000},],
'POK_VCCAUX': [{'t': 'GLabel', 'dir': 'Output', 'x': 4000, 'y': 6200, 'ori': 2, 'new_y': 6500},],
'POK_VCCO': [{'t': 'GLabel', 'dir': 'Output', 'x': 4000, 'y': 9700, 'ori': 2},],
'PWR_ENA_VCCAUX': [{'t': 'GLabel', 'dir': 'Input', 'x': 1900, 'y': 4740, 'ori': 0, 'new_y': 4150},],
'PWR_ENA_VCCO': [{'t': 'GLabel', 'dir': 'Input', 'x': 1400, 'y': 7500, 'ori': 0},],
- 'VCCO_3V3': [{'t': 'Label', 'x': 6100, 'y': 8000, 'ori': 2, 'new_x': 7000},],
+ 'VCCO_3V3': [{'t': 'Label', 'x': 6100, 'y': 8000, 'ori': 0, 'new_x': 7000},],
},
'rev02_19.sch': {
'AVR_GPIO_FPGA_0': [{'t': 'GLabel', 'dir': 'UnSpc', 'x': 2100, 'y': 8100, 'ori': 2, 'new_x': 3100},],
@@ -611,7 +611,7 @@ labels = {
'FPGA_GPIO_LED_3': [{'t': 'GLabel', 'dir': 'Output', 'x': 2470, 'y': 6600, 'ori': 2, 'new_x': 3600},],
},
'rev02_24.sch': {
- 'FPGA_VCCINT_1V0': [{'t': 'Label', 'x': 8300, 'y': 6400, 'ori': 2},],
+ 'FPGA_VCCINT_1V0': [{'t': 'Label', 'x': 8300, 'y': 6400, 'ori': 0},],
'POK_VCCINT': [{'t': 'GLabel', 'dir': 'Output', 'x': 5350, 'y': 9100, 'ori': 2, 'new_x': 5600},],
'PWR_ENA_VCCINT': [{'t': 'GLabel', 'dir': 'Input', 'x': 2700, 'y': 5900, 'ori': 0},],
},