aboutsummaryrefslogtreecommitdiffstats
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* Add getBelPinType to Python interface.Keith Rothman2021-03-221-0/+4
* Add tests to confirm constant routing import.Keith Rothman2021-02-231-9/+42
* Add simple python file for doing Arch API sanity checks.Keith Rothman2021-02-021-0/+57
* svg: Basic SVG graphics renderingDavid Shah2020-02-153-0/+3
* python: Add bindings for hierarchy structuresDavid Shah2019-12-271-0/+10
* Fix typoDavid Shah2019-11-111-1/+1
* python: Add interactive.py for a REPL during PnRDavid Shah2019-11-111-0/+6
* python: Remove more dead filesDavid Shah2018-07-302-23/+0
* python: Remove obsolete python_mod_test.pyDavid Shah2018-07-301-7/+0
* python: Convert empty BelId to NoneDavid Shah2018-07-041-1/+1
* python: More design-related bindings, dump_design.py working againDavid Shah2018-07-041-1/+1
* ice40: Don't deduplicate local tracks when countingDavid Shah2018-06-191-2/+2
* ice40: Debugging the packerDavid Shah2018-06-121-1/+1
* Adding basic placement constraintsDavid Shah2018-06-091-1/+1
* Improving the Python bindings, particularly the map/pair wrappersDavid Shah2018-06-081-15/+14
* python: Fixing builds as importable moduleDavid Shah2018-06-081-0/+7
* Fix handling of parameters in JSONDavid Shah2018-06-071-1/+5
* Improving dump_design.pyDavid Shah2018-06-071-1/+17
* ice40: More Python bindings and examplesDavid Shah2018-06-072-6/+21
* Fixing file->run renamingDavid Shah2018-06-071-1/+1
* Global design object workingDavid Shah2018-06-071-2/+6
* Working on global Python design objectDavid Shah2018-06-071-0/+2
* Allow loading and running Python files before GUI startsDavid Shah2018-06-071-0/+2
* Python bindings working on both architecturesDavid Shah2018-06-021-0/+6
2' href='#n262'>262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462