|
| 1 | + |
| 2 | +py.install_sources( |
| 3 | + 'helpers/__init__.py', |
| 4 | + 'helpers/io.py', |
| 5 | + 'helpers/utils.py', |
| 6 | + 'helpers/overlay.py', |
| 7 | + 'helpers/analogtechno.py', |
| 8 | + 'helpers/technology.py', |
| 9 | + subdir: 'coriolis/helpers', |
| 10 | +) |
| 11 | + |
| 12 | +py.install_sources( |
| 13 | + 'technos/common/__init__.py', |
| 14 | + 'technos/common/analog.py', |
| 15 | + 'technos/common/colors.py', |
| 16 | + 'technos/common/devices.py', |
| 17 | + 'technos/common/display.py', |
| 18 | + 'technos/common/etesian.py', |
| 19 | + 'technos/common/kite.py', |
| 20 | + 'technos/common/misc.py', |
| 21 | + 'technos/common/patterns.py', |
| 22 | + 'technos/common/stratus1.py', |
| 23 | + 'technos/common/technology.py', |
| 24 | + subdir: 'coriolis/technos/common', |
| 25 | +) |
| 26 | + |
| 27 | +py.install_sources( |
| 28 | + 'technos/node180/__init__.py', |
| 29 | + subdir: 'coriolis/technos/node180', |
| 30 | +) |
| 31 | + |
| 32 | +py.install_sources( |
| 33 | + 'technos/node180/gf180mcu/__init__.py', |
| 34 | + 'technos/node180/gf180mcu/mcu9t5v0.py', |
| 35 | + 'technos/node180/gf180mcu/techno.py', |
| 36 | + subdir: 'coriolis/technos/node180/gf180mcu', |
| 37 | +) |
| 38 | + |
| 39 | +py.install_sources( |
| 40 | + 'technos/node180/scn6m_deep_09/__init__.py', |
| 41 | + 'technos/node180/scn6m_deep_09/alliance.py', |
| 42 | + 'technos/node180/scn6m_deep_09/analog.py', |
| 43 | + 'technos/node180/scn6m_deep_09/devices.py', |
| 44 | + 'technos/node180/scn6m_deep_09/display.py', |
| 45 | + 'technos/node180/scn6m_deep_09/dtr_scn6m_deep_09.py', |
| 46 | + 'technos/node180/scn6m_deep_09/etesian.py', |
| 47 | + 'technos/node180/scn6m_deep_09/kite.py', |
| 48 | + 'technos/node180/scn6m_deep_09/misc.py', |
| 49 | + 'technos/node180/scn6m_deep_09/patterns.py', |
| 50 | + 'technos/node180/scn6m_deep_09/plugins.py', |
| 51 | + 'technos/node180/scn6m_deep_09/stratus1.py', |
| 52 | + 'technos/node180/scn6m_deep_09/technology.py', |
| 53 | + subdir: 'coriolis/technos/node180/scn6m_deep_09', |
| 54 | +) |
| 55 | + |
| 56 | +py.install_sources( |
| 57 | + 'technos/node45/__init__.py', |
| 58 | + subdir: 'coriolis/technos/node45', |
| 59 | +) |
| 60 | + |
| 61 | + |
| 62 | +py.install_sources( |
| 63 | + 'technos/node45/freepdk45/__init__.py', |
| 64 | + 'technos/node45/freepdk45/alliance.py', |
| 65 | + 'technos/node45/freepdk45/analog.py', |
| 66 | + 'technos/node45/freepdk45/devices.py', |
| 67 | + 'technos/node45/freepdk45/display.py', |
| 68 | + 'technos/node45/freepdk45/etesian.py', |
| 69 | + 'technos/node45/freepdk45/kite.py', |
| 70 | + 'technos/node45/freepdk45/misc.py', |
| 71 | + 'technos/node45/freepdk45/patterns.py', |
| 72 | + 'technos/node45/freepdk45/plugins.py', |
| 73 | + 'technos/node45/freepdk45/stratus1.py', |
| 74 | + 'technos/node45/freepdk45/technology.py', |
| 75 | + subdir: 'coriolis/technos/node45/freepdk45', |
| 76 | +) |
| 77 | + |
| 78 | +py.install_sources( |
| 79 | + 'technos/node600/__init__.py', |
| 80 | + subdir: 'coriolis/technos/node600', |
| 81 | +) |
| 82 | + |
| 83 | +py.install_sources( |
| 84 | + 'technos/node600/phenitec/__init__.py', |
| 85 | + 'technos/node600/phenitec/alliance.py', |
| 86 | + 'technos/node600/phenitec/analog.py', |
| 87 | + 'technos/node600/phenitec/devices.py', |
| 88 | + 'technos/node600/phenitec/display.py', |
| 89 | + 'technos/node600/phenitec/etesian.py', |
| 90 | + 'technos/node600/phenitec/kite.py', |
| 91 | + 'technos/node600/phenitec/misc.py', |
| 92 | + 'technos/node600/phenitec/patterns.py', |
| 93 | + 'technos/node600/phenitec/plugins.py', |
| 94 | + 'technos/node600/phenitec/stratus1.py', |
| 95 | + 'technos/node600/phenitec/technology.py', |
| 96 | + subdir: 'coriolis/technos/node600/phenitec', |
| 97 | +) |
| 98 | + |
| 99 | +py.install_sources( |
| 100 | + 'technos/symbolic/__init__.py', |
| 101 | + subdir: 'coriolis/technos/symbolic', |
| 102 | +) |
| 103 | + |
| 104 | +py.install_sources( |
| 105 | + 'technos/symbolic/cmos/__init__.py', |
| 106 | + 'technos/symbolic/cmos/alliance.py', |
| 107 | + 'technos/symbolic/cmos/analog.py', |
| 108 | + 'technos/symbolic/cmos/display.py', |
| 109 | + 'technos/symbolic/cmos/etesian.py', |
| 110 | + 'technos/symbolic/cmos/kite.py', |
| 111 | + 'technos/symbolic/cmos/misc.py', |
| 112 | + 'technos/symbolic/cmos/patterns.py', |
| 113 | + 'technos/symbolic/cmos/plugins.py', |
| 114 | + 'technos/symbolic/cmos/stratus1.py', |
| 115 | + 'technos/symbolic/cmos/stratus2sxlib.xml', |
| 116 | + 'technos/symbolic/cmos/technology.py', |
| 117 | + subdir: 'coriolis/technos/symbolic/cmos', |
| 118 | +) |
| 119 | + |
| 120 | +py.install_sources( |
| 121 | + 'technos/symbolic/cmos45/__init__.py', |
| 122 | + 'technos/symbolic/cmos45/alliance.py', |
| 123 | + 'technos/symbolic/cmos45/analog.py', |
| 124 | + 'technos/symbolic/cmos45/display.py', |
| 125 | + 'technos/symbolic/cmos45/etesian.py', |
| 126 | + 'technos/symbolic/cmos45/kite.py', |
| 127 | + 'technos/symbolic/cmos45/misc.py', |
| 128 | + 'technos/symbolic/cmos45/patterns.py', |
| 129 | + 'technos/symbolic/cmos45/plugins.py', |
| 130 | + 'technos/symbolic/cmos45/stratus1.py', |
| 131 | + 'technos/symbolic/cmos45/technology.py', |
| 132 | + subdir: 'coriolis/technos/symbolic/cmos45', |
| 133 | +) |
| 134 | + |
| 135 | +py.install_sources( |
| 136 | + 'technos/symbolic/ispd05/alliance.conf', |
| 137 | + 'technos/symbolic/ispd05/analog.conf', |
| 138 | + 'technos/symbolic/ispd05/display.conf', |
| 139 | + 'technos/symbolic/ispd05/etesian.conf', |
| 140 | + 'technos/symbolic/ispd05/hMetis.conf', |
| 141 | + 'technos/symbolic/ispd05/kite.conf', |
| 142 | + 'technos/symbolic/ispd05/mauka.conf', |
| 143 | + 'technos/symbolic/ispd05/misc.conf', |
| 144 | + 'technos/symbolic/ispd05/nimbus.conf', |
| 145 | + 'technos/symbolic/ispd05/patterns.conf', |
| 146 | + 'technos/symbolic/ispd05/plugins.conf', |
| 147 | + 'technos/symbolic/ispd05/stratus1.conf', |
| 148 | + 'technos/symbolic/ispd05/technology.conf', |
| 149 | + subdir: 'coriolis/technos/symbolic/ispd05', |
| 150 | +) |
| 151 | + |
| 152 | +py.install_sources( |
| 153 | + 'technos/symbolic/lcmos/__init__.py', |
| 154 | + 'technos/symbolic/lcmos/alliance.py', |
| 155 | + 'technos/symbolic/lcmos/analog.py', |
| 156 | + 'technos/symbolic/lcmos/display.py', |
| 157 | + 'technos/symbolic/lcmos/etesian.py', |
| 158 | + 'technos/symbolic/lcmos/kite.py', |
| 159 | + 'technos/symbolic/lcmos/misc.py', |
| 160 | + 'technos/symbolic/lcmos/patterns.py', |
| 161 | + 'technos/symbolic/lcmos/plugins.py', |
| 162 | + 'technos/symbolic/lcmos/stratus1.py', |
| 163 | + 'technos/symbolic/lcmos/technology.py', |
| 164 | + subdir: 'coriolis/technos/symbolic/lcmos', |
| 165 | +) |
| 166 | + |
| 167 | +py.install_sources( |
| 168 | + 'technos/symbolic/vsc200/alliance.conf', |
| 169 | + 'technos/symbolic/vsc200/display.conf', |
| 170 | + 'technos/symbolic/vsc200/etesian.conf', |
| 171 | + 'technos/symbolic/vsc200/hMetis.conf', |
| 172 | + 'technos/symbolic/vsc200/kite.conf', |
| 173 | + 'technos/symbolic/vsc200/mauka.conf', |
| 174 | + 'technos/symbolic/vsc200/misc.conf', |
| 175 | + 'technos/symbolic/vsc200/nimbus.conf', |
| 176 | + 'technos/symbolic/vsc200/patterns.conf', |
| 177 | + 'technos/symbolic/vsc200/plugins.conf', |
| 178 | + 'technos/symbolic/vsc200/stratus1.conf', |
| 179 | + 'technos/symbolic/vsc200/technology.conf', |
| 180 | + subdir: 'coriolis/technos/symbolic/vsc200', |
| 181 | +) |
| 182 | + |
| 183 | + |
0 commit comments