aboutsummaryrefslogtreecommitdiffstats
path: root/common/place.cc
Commit message (Expand)AuthorAgeFilesLines
* Another heuristic experimentDavid Shah2018-06-161-77/+18
* Playing about with placement heuristicsDavid Shah2018-06-161-5/+19
* experiment: Simple heuristic-based placerDavid Shah2018-06-161-2/+126
* Add A*-like optimizations to routerClifford Wolf2018-06-131-0/+2
* Add IdString APIClifford Wolf2018-06-121-2/+2
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-06-121-1/+3
|\
| * Implement the placement validity checkerDavid Shah2018-06-121-1/+3
* | Add nextpnr namespaceClifford Wolf2018-06-121-0/+4
|/
* Add "nextpnr.h"Clifford Wolf2018-06-111-1/+0
* Renamed LOC attribute to BEL, fix ice40 IO bel namesClifford Wolf2018-06-091-3/+3
* Adding basic placement constraintsDavid Shah2018-06-091-1/+39
* Remove writing on sell types to cout (left over debug output?)Clifford Wolf2018-06-091-1/+0
* Applied clang-format to my own contributionsZipCPU2018-06-071-44/+45
* Fix placer build for dummy archClifford Wolf2018-06-071-3/+3
* Moved placer definitions to place.h, main automatically runs placer nowZipCPU2018-06-071-3/+1
* Initial (random) placer capabilityZipCPU2018-06-071-0/+82