Rev | Line | |
---|
[14] | 1 | .model __sis_not |
---|
| 2 | .outputs o |
---|
| 3 | .inputs a |
---|
| 4 | .table a -> o |
---|
| 5 | .default 0 |
---|
| 6 | 0 1 |
---|
| 7 | .end |
---|
| 8 | |
---|
| 9 | .model __sis_buf |
---|
| 10 | .outputs o |
---|
| 11 | .inputs a |
---|
| 12 | .table a -> o |
---|
| 13 | .default 1 |
---|
| 14 | 0 0 |
---|
| 15 | .end |
---|
| 16 | |
---|
| 17 | .model __sis_and |
---|
| 18 | .outputs o |
---|
| 19 | .inputs a b |
---|
| 20 | .table a b -> o |
---|
| 21 | .default 0 |
---|
| 22 | 1 1 1 |
---|
| 23 | .end |
---|
| 24 | |
---|
| 25 | .model __sis_and3 |
---|
| 26 | .outputs o |
---|
| 27 | .inputs a b c |
---|
| 28 | .table a b c -> o |
---|
| 29 | .default 0 |
---|
| 30 | 1 1 1 1 |
---|
| 31 | .end |
---|
| 32 | |
---|
| 33 | .model __sis_and4 |
---|
| 34 | .outputs o |
---|
| 35 | .inputs a b c d |
---|
| 36 | .table a b c d -> o |
---|
| 37 | .default 0 |
---|
| 38 | 1 1 1 1 1 |
---|
| 39 | .end |
---|
| 40 | |
---|
| 41 | .model __sis_and5 |
---|
| 42 | .outputs o |
---|
| 43 | .inputs a b c d e |
---|
| 44 | .table a b c d e -> o |
---|
| 45 | .default 0 |
---|
| 46 | 1 1 1 1 1 1 |
---|
| 47 | .end |
---|
| 48 | |
---|
| 49 | .model __sis_and6 |
---|
| 50 | .outputs o |
---|
| 51 | .inputs a b c d e f |
---|
| 52 | .table a b c d e f -> o |
---|
| 53 | .default 0 |
---|
| 54 | 1 1 1 1 1 1 1 |
---|
| 55 | .end |
---|
| 56 | |
---|
| 57 | .model __sis_and7 |
---|
| 58 | .outputs o |
---|
| 59 | .inputs a b c d e f g |
---|
| 60 | .table a b c d e f g -> o |
---|
| 61 | .default 0 |
---|
| 62 | 1 1 1 1 1 1 1 1 |
---|
| 63 | .end |
---|
| 64 | |
---|
| 65 | .model __sis_and8 |
---|
| 66 | .outputs o |
---|
| 67 | .inputs a b c d e f g h |
---|
| 68 | .table a b c d e f g h -> o |
---|
| 69 | .default 0 |
---|
| 70 | 1 1 1 1 1 1 1 1 1 |
---|
| 71 | .end |
---|
| 72 | |
---|
| 73 | .model __sis_and9 |
---|
| 74 | .outputs o |
---|
| 75 | .inputs a b c d e f g h i |
---|
| 76 | .table a b c d e f g h i -> o |
---|
| 77 | .default 0 |
---|
| 78 | 1 1 1 1 1 1 1 1 1 1 |
---|
| 79 | .end |
---|
| 80 | |
---|
| 81 | .model __sis_nand |
---|
| 82 | .outputs o |
---|
| 83 | .inputs a b |
---|
| 84 | .table a b -> o |
---|
| 85 | .default 1 |
---|
| 86 | 1 1 0 |
---|
| 87 | .end |
---|
| 88 | |
---|
| 89 | .model __sis_nand3 |
---|
| 90 | .outputs o |
---|
| 91 | .inputs a b c |
---|
| 92 | .table a b c -> o |
---|
| 93 | .default 1 |
---|
| 94 | 1 1 1 0 |
---|
| 95 | .end |
---|
| 96 | |
---|
| 97 | .model __sis_nand4 |
---|
| 98 | .outputs o |
---|
| 99 | .inputs a b c d |
---|
| 100 | .table a b c d -> o |
---|
| 101 | .default 1 |
---|
| 102 | 1 1 1 1 0 |
---|
| 103 | .end |
---|
| 104 | |
---|
| 105 | .model __sis_nand5 |
---|
| 106 | .outputs o |
---|
| 107 | .inputs a b c d e |
---|
| 108 | .table a b c d e -> o |
---|
| 109 | .default 1 |
---|
| 110 | 1 1 1 1 1 0 |
---|
| 111 | .end |
---|
| 112 | |
---|
| 113 | .model __sis_nand6 |
---|
| 114 | .outputs o |
---|
| 115 | .inputs a b c d e f |
---|
| 116 | .table a b c d e f -> o |
---|
| 117 | .default 1 |
---|
| 118 | 1 1 1 1 1 1 0 |
---|
| 119 | .end |
---|
| 120 | |
---|
| 121 | .model __sis_nand7 |
---|
| 122 | .outputs o |
---|
| 123 | .inputs a b c d e f g |
---|
| 124 | .table a b c d e f g -> o |
---|
| 125 | .default 1 |
---|
| 126 | 1 1 1 1 1 1 1 0 |
---|
| 127 | .end |
---|
| 128 | |
---|
| 129 | .model __sis_nand8 |
---|
| 130 | .outputs o |
---|
| 131 | .inputs a b c d e f g h |
---|
| 132 | .table a b c d e f g h -> o |
---|
| 133 | .default 1 |
---|
| 134 | 1 1 1 1 1 1 1 1 0 |
---|
| 135 | .end |
---|
| 136 | |
---|
| 137 | .model __sis_nand9 |
---|
| 138 | .outputs o |
---|
| 139 | .inputs a b c d e f g h i |
---|
| 140 | .table a b c d e f g h i -> o |
---|
| 141 | .default 1 |
---|
| 142 | 1 1 1 1 1 1 1 1 1 0 |
---|
| 143 | .end |
---|
| 144 | |
---|
| 145 | .model __sis_or |
---|
| 146 | .outputs o |
---|
| 147 | .inputs a b |
---|
| 148 | .table a b -> o |
---|
| 149 | .default 1 |
---|
| 150 | 0 0 0 |
---|
| 151 | .end |
---|
| 152 | |
---|
| 153 | .model __sis_or3 |
---|
| 154 | .outputs o |
---|
| 155 | .inputs a b c |
---|
| 156 | .table a b c -> o |
---|
| 157 | .default 1 |
---|
| 158 | 0 0 0 0 |
---|
| 159 | .end |
---|
| 160 | |
---|
| 161 | .model __sis_or4 |
---|
| 162 | .outputs o |
---|
| 163 | .inputs a b c d |
---|
| 164 | .table a b c d -> o |
---|
| 165 | .default 1 |
---|
| 166 | 0 0 0 0 0 |
---|
| 167 | .end |
---|
| 168 | |
---|
| 169 | .model __sis_or5 |
---|
| 170 | .outputs o |
---|
| 171 | .inputs a b c d e |
---|
| 172 | .table a b c d e -> o |
---|
| 173 | .default 1 |
---|
| 174 | 0 0 0 0 0 0 |
---|
| 175 | .end |
---|
| 176 | |
---|
| 177 | .model __sis_or6 |
---|
| 178 | .outputs o |
---|
| 179 | .inputs a b c d e f |
---|
| 180 | .table a b c d e f -> o |
---|
| 181 | .default 1 |
---|
| 182 | 0 0 0 0 0 0 0 |
---|
| 183 | .end |
---|
| 184 | |
---|
| 185 | .model __sis_or7 |
---|
| 186 | .outputs o |
---|
| 187 | .inputs a b c d e f g |
---|
| 188 | .table a b c d e f g -> o |
---|
| 189 | .default 1 |
---|
| 190 | 0 0 0 0 0 0 0 0 |
---|
| 191 | .end |
---|
| 192 | |
---|
| 193 | .model __sis_or8 |
---|
| 194 | .outputs o |
---|
| 195 | .inputs a b c d e f g h |
---|
| 196 | .table a b c d e f g h -> o |
---|
| 197 | .default 1 |
---|
| 198 | 0 0 0 0 0 0 0 0 0 |
---|
| 199 | .end |
---|
| 200 | |
---|
| 201 | .model __sis_or9 |
---|
| 202 | .outputs o |
---|
| 203 | .inputs a b c d e f g h i |
---|
| 204 | .table a b c d e f g h i -> o |
---|
| 205 | .default 1 |
---|
| 206 | 0 0 0 0 0 0 0 0 0 0 |
---|
| 207 | .end |
---|
| 208 | |
---|
| 209 | .model __sis_nor |
---|
| 210 | .outputs o |
---|
| 211 | .inputs a b |
---|
| 212 | .table a b -> o |
---|
| 213 | .default 0 |
---|
| 214 | 0 0 1 |
---|
| 215 | .end |
---|
| 216 | |
---|
| 217 | .model __sis_nor3 |
---|
| 218 | .outputs o |
---|
| 219 | .inputs a b c |
---|
| 220 | .table a b c -> o |
---|
| 221 | .default 0 |
---|
| 222 | 0 0 0 1 |
---|
| 223 | .end |
---|
| 224 | |
---|
| 225 | .model __sis_nor4 |
---|
| 226 | .outputs o |
---|
| 227 | .inputs a b c d |
---|
| 228 | .table a b c d -> o |
---|
| 229 | .default 0 |
---|
| 230 | 0 0 0 0 1 |
---|
| 231 | .end |
---|
| 232 | |
---|
| 233 | .model __sis_nor5 |
---|
| 234 | .outputs o |
---|
| 235 | .inputs a b c d e |
---|
| 236 | .table a b c d e -> o |
---|
| 237 | .default 0 |
---|
| 238 | 0 0 0 0 0 1 |
---|
| 239 | .end |
---|
| 240 | |
---|
| 241 | .model __sis_nor6 |
---|
| 242 | .outputs o |
---|
| 243 | .inputs a b c d e f |
---|
| 244 | .table a b c d e f -> o |
---|
| 245 | .default 0 |
---|
| 246 | 0 0 0 0 0 0 1 |
---|
| 247 | .end |
---|
| 248 | |
---|
| 249 | .model __sis_nor7 |
---|
| 250 | .outputs o |
---|
| 251 | .inputs a b c d e f g |
---|
| 252 | .table a b c d e f g -> o |
---|
| 253 | .default 0 |
---|
| 254 | 0 0 0 0 0 0 0 1 |
---|
| 255 | .end |
---|
| 256 | |
---|
| 257 | .model __sis_nor8 |
---|
| 258 | .outputs o |
---|
| 259 | .inputs a b c d e f g h |
---|
| 260 | .table a b c d e f g h -> o |
---|
| 261 | .default 0 |
---|
| 262 | 0 0 0 0 0 0 0 0 1 |
---|
| 263 | .end |
---|
| 264 | |
---|
| 265 | .model __sis_nor9 |
---|
| 266 | .outputs o |
---|
| 267 | .inputs a b c d e f g h i |
---|
| 268 | .table a b c d e f g h i -> o |
---|
| 269 | .default 0 |
---|
| 270 | 0 0 0 0 0 0 0 0 0 1 |
---|
| 271 | .end |
---|
| 272 | |
---|
| 273 | .model __sis_xor |
---|
| 274 | .outputs o |
---|
| 275 | .inputs a b |
---|
| 276 | .table a b -> o |
---|
| 277 | .default 0 |
---|
| 278 | 0 1 1 |
---|
| 279 | 1 0 1 |
---|
| 280 | .end |
---|
| 281 | |
---|
| 282 | .model __sis_xor3 |
---|
| 283 | .outputs o |
---|
| 284 | .inputs a b c |
---|
| 285 | .table a b c -> o |
---|
| 286 | .default 0 |
---|
| 287 | 0 0 1 1 |
---|
| 288 | 0 1 0 1 |
---|
| 289 | 1 0 0 1 |
---|
| 290 | 1 1 1 1 |
---|
| 291 | .end |
---|
| 292 | |
---|
| 293 | .model __sis_xnor |
---|
| 294 | .outputs o |
---|
| 295 | .inputs a b |
---|
| 296 | .table a b -> o |
---|
| 297 | .default 1 |
---|
| 298 | 0 1 0 |
---|
| 299 | 1 0 0 |
---|
| 300 | .end |
---|
| 301 | |
---|
| 302 | .model __sis_xnor3 |
---|
| 303 | .outputs o |
---|
| 304 | .inputs a b c |
---|
| 305 | .table a b c -> o |
---|
| 306 | .default 1 |
---|
| 307 | 0 0 1 0 |
---|
| 308 | 0 1 0 0 |
---|
| 309 | 1 0 0 0 |
---|
| 310 | 1 1 1 0 |
---|
| 311 | .end |
---|
Note: See
TracBrowser
for help on using the repository browser.