| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #557 from litghost/refactor_placer_arch_api | David Shah | 2021-02-02 | 32 | -204/+975 |
|\ |
|
| * | Run "make clangformat". | Keith Rothman | 2021-02-02 | 22 | -210/+174 |
| * | Make BELs/PIPs lowercase as bels/pips per review comment. | Keith Rothman | 2021-02-02 | 3 | -36/+36 |
| * | Moving missing empty check into initial placement loop. | Keith Rothman | 2021-02-02 | 1 | -5/+14 |
| * | Add pybindings for new APIs. | Keith Rothman | 2021-02-02 | 8 | -0/+85 |
| * | Rename Partition -> BelBucket. | Keith Rothman | 2021-02-02 | 17 | -196/+196 |
| * | Update documentation. | Keith Rothman | 2021-02-02 | 3 | -32/+77 |
| * | Finish implementing new generic APIs. | Keith Rothman | 2021-02-02 | 1 | -3/+15 |
| * | Fix regression in use of FastBels. | Keith Rothman | 2021-02-02 | 3 | -10/+38 |
| * | Address some compiler warnings. | Keith Rothman | 2021-02-02 | 1 | -1/+1 |
| * | Add Partition APIs to ice40, nexus, gowin archs. | Keith Rothman | 2021-02-02 | 10 | -4/+207 |
| * | Working compile of ECP5. | Keith Rothman | 2021-02-02 | 3 | -6/+22 |
| * | Refactor ECP5 to new Partition API. | Keith Rothman | 2021-02-02 | 3 | -0/+64 |
| * | Implement partitioning in placer_heap. | Keith Rothman | 2021-02-02 | 4 | -131/+244 |
| * | Add archcheck for partition methods. | Keith Rothman | 2021-02-02 | 4 | -3/+113 |
| * | Make some partition names consistent. | Keith Rothman | 2021-02-02 | 1 | -3/+3 |
| * | Initial refactoring of placer API. | Keith Rothman | 2021-02-02 | 11 | -72/+194 |
|/ |
|
* | Merge pull request #563 from litghost/seperate_pip_range_types | David Shah | 2021-02-02 | 5 | -4/+11 |
|\ |
|
| * | Seperate PipRange types in pybindings_shared. | Keith Rothman | 2021-02-01 | 5 | -4/+11 |
* | | Merge pull request #562 from litghost/speed_up_archcheck | David Shah | 2021-02-01 | 1 | -18/+10 |
|\ \
| |/
|/| |
|
| * | Avoid linear scan in PIP check loop. | Keith Rothman | 2021-01-29 | 1 | -18/+10 |
|/ |
|
* | Merge pull request #556 from YosysHQ/dave/cleanup | David Shah | 2021-01-28 | 19 | -204/+38 |
|\ |
|
| * | cleanup: Spelling fixes | D. Shah | 2021-01-28 | 15 | -31/+32 |
| * | cleanup: Fix compiler warnings | D. Shah | 2021-01-28 | 2 | -3/+3 |
| * | cleanup: Remove dead/unused code | D. Shah | 2021-01-28 | 5 | -170/+3 |
|/ |
|
* | clangformat | D. Shah | 2021-01-28 | 3 | -25/+22 |
* | Merge pull request #553 from YosysHQ/rel-slice | David Shah | 2021-01-28 | 16 | -496/+375 |
|\ |
|
| * | Make RelSlice uncopyable | D. Shah | 2021-01-27 | 2 | -1/+4 |
| * | Move RelPtr/RelSlice out of arches into common | D. Shah | 2021-01-27 | 4 | -118/+42 |
| * | ecp5: Switch from RelPtr to RelSlice | D. Shah | 2021-01-27 | 3 | -165/+143 |
| * | ice40: Switch from RelPtr to RelSlice | D. Shah | 2021-01-27 | 7 | -150/+138 |
| * | nexus: Switch from RelPtr to RelSlice | D. Shah | 2021-01-27 | 5 | -128/+114 |
* | | Merge pull request #550 from pepijndevos/gw1n4 | David Shah | 2021-01-28 | 2 | -2/+2 |
|\ \ |
|
| * | | Gowin: Add GW1N-4 support | Pepijn de Vos | 2021-01-03 | 2 | -2/+2 |
* | | | Merge pull request #554 from litghost/default_to_release | David Shah | 2021-01-28 | 1 | -1/+3 |
|\ \ \ |
|
| * | | | Default to Release, but allow other modes (e.g. Debug, RelWithDebInfo). | Keith Rothman | 2021-01-27 | 1 | -1/+3 |
| | |/
| |/| |
|
* | | | Merge pull request #555 from litghost/complete_archcheck | David Shah | 2021-01-28 | 1 | -7/+75 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add connectivity round trip checks to archcheck. | Keith Rothman | 2021-01-27 | 1 | -7/+75 |
|/ / |
|
* / | ecp5: Fix bottom clock tile renaming for tilegroups | D. Shah | 2021-01-25 | 1 | -0/+8 |
|/ |
|
* | Merge pull request #549 from YosysHQ/update | Miodrag Milanović | 2021-01-02 | 203 | -4212/+11691 |
|\ |
|
| * | PyEval_InitThreads only for older than 3.9 | Miodrag Milanovic | 2021-01-02 | 1 | -0/+2 |
| * | Update pybind11 to version 2.6.1 | Miodrag Milanovic | 2021-01-02 | 202 | -4212/+11689 |
|/ |
|
* | Merge pull request #548 from per-gron/c++17 | David Shah | 2020-12-30 | 2 | -5/+11 |
|\ |
|
| * | C++17 compatibility: Don't use std::random_shuffle | Per Grön | 2020-12-30 | 2 | -5/+11 |
|/ |
|
* | clangformat | David Shah | 2020-12-30 | 7 | -43/+37 |
* | Gowin target (#542) | Pepijn de Vos | 2020-12-30 | 21 | -8/+3235 |
* | ecp5: Improve pseudo-diff IO error handling | David Shah | 2020-12-27 | 1 | -2/+4 |
* | ice40: Nicer error for unconstrained SB_GB_IO | David Shah | 2020-12-27 | 1 | -0/+2 |
* | command.cc: Improve help text | David Shah | 2020-12-27 | 1 | -1/+1 |
* | Merge pull request #543 from tcal-x/use-single-char-find | David Shah | 2020-12-17 | 1 | -1/+1 |
|\ |
|