aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix broken header guardwhitequark2019-03-251-1/+1
* Merge pull request #219 from daveshah1/placer_heapDavid Shah2019-03-2541-215/+2565
|\
| * HeAP: Make log output more consistentDavid Shah2019-03-252-5/+9
| * HeAP: Add missing newlineDavid Shah2019-03-251-1/+1
| * placer1: Restore old weighting in budget-based modeDavid Shah2019-03-241-1/+1
| * HeAP: Per-iteration output all on one lineDavid Shah2019-03-241-7/+5
| * Add --placer option and refactor placer selectionDavid Shah2019-03-2411-30/+106
| * placer1: Fix regression moving chained cells pre-legaliseDavid Shah2019-03-231-2/+3
| * Bump tests to include WAIVEDavid Shah2019-03-231-0/+0
| * Update README.mdDavid Shah2019-03-221-3/+7
| * clangformatDavid Shah2019-03-224-21/+23
| * placer1: Only get criticalities when in timing-driven modeDavid Shah2019-03-221-1/+1
| * ecp5: Speedup cell delay lookupsDavid Shah2019-03-222-1/+30
| * common: Add early return path to getNetinfoRouteDelay for fully unrouted netsDavid Shah2019-03-221-0/+3
| * HeAP: Add PlacerHeapCfgDavid Shah2019-03-225-12/+45
| * HeAP: Make HeAP placer optionalDavid Shah2019-03-226-15/+71
| * HeAP: Switching from TAUCS to EigenDavid Shah2019-03-225-129/+35
| * HeAP: Fix regressionDavid Shah2019-03-221-0/+2
| * HeAP: Fix occupancy countDavid Shah2019-03-221-2/+3
| * HeAP: Legaliser fixesDavid Shah2019-03-221-2/+2
| * HeAP: Avoid getting stuck in legaliser ripupDavid Shah2019-03-221-3/+26
| * HeAP: Chain supportDavid Shah2019-03-222-8/+103
| * ci: Add OpenBLAS to DockerfileDavid Shah2019-03-221-1/+1
| * HeAP: tidying upDavid Shah2019-03-223-116/+86
| * HeAP: Make strict legalisation wirelength driven where neededDavid Shah2019-03-221-6/+62
| * HeAP: Use for ECP5 as well as iCE40David Shah2019-03-222-16/+22
| * HeAP: Implement 'all+rotate' HeAP strategyDavid Shah2019-03-223-30/+56
| * HeAP: Weight arcs by criticality for timing-driven placementDavid Shah2019-03-221-6/+18
| * HeAP: Add multithreadingDavid Shah2019-03-221-27/+24
| * HeAP: fine tuningDavid Shah2019-03-221-28/+100
| * HeAP: Add performance countersDavid Shah2019-03-221-3/+27
| * HeAP: Add SA-based iterative refinement after APDavid Shah2019-03-223-87/+143
| * HeAP: Spreading working acceptablyDavid Shah2019-03-221-64/+51
| * HeAP: Make cut-based spreading recursiveDavid Shah2019-03-221-17/+56
| * HeAP: Cut peturbation, binning and intra-bin linear spreadingDavid Shah2019-03-221-19/+132
| * HeAP: Cut finder for spreadingDavid Shah2019-03-221-18/+130
| * HeAP: Region finder for spreading and strict legaliserDavid Shah2019-03-221-36/+454
| * HeAP: Fix how initial placement handles chainsDavid Shah2019-03-221-9/+67
| * HeAP: Successful solver converganceDavid Shah2019-03-223-27/+115
| * HeAP: Add TAUCS wrapper and integrationDavid Shah2019-03-227-6/+175
| * HeAP: Initial infrastructureDavid Shah2019-03-221-0/+366
| * placer1: Legalise after reaching a diameter, not temperatureDavid Shah2019-03-221-6/+4
| * placer1: Add (currently-unused) option for fanout threshold for timing cost calcDavid Shah2019-03-222-3/+5
| * placer1: Implement non-timing-driven modeDavid Shah2019-03-221-26/+31
| * ice40: Add examples folder including floorplan exampleDavid Shah2019-03-2211-0/+42
| * placer1: Improve handling of regionsDavid Shah2019-03-221-4/+53
| * pycontainers: Implement __contains__David Shah2019-03-221-0/+14
| * Add Python helper functions for floorplanningDavid Shah2019-03-226-1/+81
| * placer1: Consider regions during placementDavid Shah2019-03-223-16/+38
| * placer1: Optimise for performanceDavid Shah2019-03-221-20/+58