aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make BELs/PIPs lowercase as bels/pips per review comment.Keith Rothman2021-02-023-36/+36
* Moving missing empty check into initial placement loop.Keith Rothman2021-02-021-5/+14
* Add pybindings for new APIs.Keith Rothman2021-02-028-0/+85
* Rename Partition -> BelBucket.Keith Rothman2021-02-0217-196/+196
* Update documentation.Keith Rothman2021-02-023-32/+77
* Finish implementing new generic APIs.Keith Rothman2021-02-021-3/+15
* Fix regression in use of FastBels.Keith Rothman2021-02-023-10/+38
* Address some compiler warnings.Keith Rothman2021-02-021-1/+1
* Add Partition APIs to ice40, nexus, gowin archs.Keith Rothman2021-02-0210-4/+207
* Working compile of ECP5.Keith Rothman2021-02-023-6/+22
* Refactor ECP5 to new Partition API.Keith Rothman2021-02-023-0/+64
* Implement partitioning in placer_heap.Keith Rothman2021-02-024-131/+244
* Add archcheck for partition methods.Keith Rothman2021-02-024-3/+113
* Make some partition names consistent.Keith Rothman2021-02-021-3/+3
* Initial refactoring of placer API.Keith Rothman2021-02-0211-72/+194
* Merge pull request #563 from litghost/seperate_pip_range_typesDavid Shah2021-02-025-4/+11
|\
| * Seperate PipRange types in pybindings_shared.Keith Rothman2021-02-015-4/+11
* | Merge pull request #562 from litghost/speed_up_archcheckDavid Shah2021-02-011-18/+10
|\ \ | |/ |/|
| * Avoid linear scan in PIP check loop.Keith Rothman2021-01-291-18/+10
|/
* Merge pull request #556 from YosysHQ/dave/cleanupDavid Shah2021-01-2819-204/+38
|\
| * cleanup: Spelling fixesD. Shah2021-01-2815-31/+32
| * cleanup: Fix compiler warningsD. Shah2021-01-282-3/+3
| * cleanup: Remove dead/unused codeD. Shah2021-01-285-170/+3
|/
* clangformatD. Shah2021-01-283-25/+22
* Merge pull request #553 from YosysHQ/rel-sliceDavid Shah2021-01-2816-496/+375
|\
| * Make RelSlice uncopyableD. Shah2021-01-272-1/+4
| * Move RelPtr/RelSlice out of arches into commonD. Shah2021-01-274-118/+42
| * ecp5: Switch from RelPtr to RelSliceD. Shah2021-01-273-165/+143
| * ice40: Switch from RelPtr to RelSliceD. Shah2021-01-277-150/+138
| * nexus: Switch from RelPtr to RelSliceD. Shah2021-01-275-128/+114
* | Merge pull request #550 from pepijndevos/gw1n4David Shah2021-01-282-2/+2
|\ \
| * | Gowin: Add GW1N-4 supportPepijn de Vos2021-01-032-2/+2
* | | Merge pull request #554 from litghost/default_to_releaseDavid Shah2021-01-281-1/+3
|\ \ \
| * | | Default to Release, but allow other modes (e.g. Debug, RelWithDebInfo).Keith Rothman2021-01-271-1/+3
| | |/ | |/|
* | | Merge pull request #555 from litghost/complete_archcheckDavid Shah2021-01-281-7/+75
|\ \ \ | |/ / |/| |
| * | Add connectivity round trip checks to archcheck.Keith Rothman2021-01-271-7/+75
|/ /
* / ecp5: Fix bottom clock tile renaming for tilegroupsD. Shah2021-01-251-0/+8
|/
* Merge pull request #549 from YosysHQ/updateMiodrag Milanović2021-01-02203-4212/+11691
|\
| * PyEval_InitThreads only for older than 3.9Miodrag Milanovic2021-01-021-0/+2
| * Update pybind11 to version 2.6.1Miodrag Milanovic2021-01-02202-4212/+11689
|/
* Merge pull request #548 from per-gron/c++17David Shah2020-12-302-5/+11
|\
| * C++17 compatibility: Don't use std::random_shufflePer Grön2020-12-302-5/+11
|/
* clangformatDavid Shah2020-12-307-43/+37
* Gowin target (#542)Pepijn de Vos2020-12-3021-8/+3235
* ecp5: Improve pseudo-diff IO error handlingDavid Shah2020-12-271-2/+4
* ice40: Nicer error for unconstrained SB_GB_IODavid Shah2020-12-271-0/+2
* command.cc: Improve help textDavid Shah2020-12-271-1/+1
* Merge pull request #543 from tcal-x/use-single-char-findDavid Shah2020-12-171-1/+1
|\
| * Use std::string::find(char c) when searching for a single character.Tim Callahan2020-12-161-1/+1
* | ecp5: Fix FF timing dataDavid Shah2020-12-171-4/+4
|/