aboutsummaryrefslogtreecommitdiffstats
path: root/common/place.cc
Commit message (Expand)AuthorAgeFilesLines
* Renamed placer to Simulated-Annealing placerZipCPU2018-06-161-393/+0
* ice40: Promote reset signalDavid Shah2018-06-161-4/+7
* Tweaking placer and routerDavid Shah2018-06-161-2/+5
* Update placer for new Chip APIClifford Wolf2018-06-161-6/+6
* place: Tidying up the SA placerDavid Shah2018-06-161-105/+35
* place: Reformat placerDavid Shah2018-06-161-49/+46
* Improve placement heuristicDavid Shah2018-06-161-2/+1
* Remove dead codeDavid Shah2018-06-161-8/+0
* Improving SA placer performanceDavid Shah2018-06-161-21/+50
* Very slow SA placer based on arachne-pnrDavid Shah2018-06-161-60/+241
* Experimenting with more unplacingDavid Shah2018-06-161-6/+11
* Adding randomness and changes metrics to placerDavid Shah2018-06-161-9/+25
* Updating placerDavid Shah2018-06-161-7/+35
* Update basic placer to use new APIDavid Shah2018-06-161-4/+10
* 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