aboutsummaryrefslogtreecommitdiffstats
path: root/common/timing_opt.cc
Commit message (Expand)AuthorAgeFilesLines
* timing_opt: Add locks to optimise()Alyssa Milburn2019-04-161-0/+2
* timing_opt: Fix generic buildDavid Shah2018-12-071-1/+2
* timing_opt: Reduce iterations to 30, tidy up loggingDavid Shah2018-12-061-16/+12
* timing_opt: Reduce search diameter to 2David Shah2018-12-061-1/+1
* timing_opt: Neighbour related fixesDavid Shah2018-12-061-8/+23
* timing_opt: Improve heuristicsDavid Shah2018-12-061-20/+43
* timing_opt: Fix criticality and cost calculationsDavid Shah2018-12-061-23/+17
* timing: Fixes to criticality calculationDavid Shah2018-12-061-3/+9
* clangformatDavid Shah2018-12-061-80/+90
* timing_opt: Fixes including single-move legalityDavid Shah2018-12-061-16/+53
* timing_opt: Debugging and integrationDavid Shah2018-12-061-14/+113
* timing_opt: Implement the BFS-based path optimisationDavid Shah2018-12-061-34/+152
* timing_opt: Implement critical path finderDavid Shah2018-12-061-0/+114
* timing_opt: Neigbour bel validity checkingDavid Shah2018-12-061-5/+48
* timing_opt: Functions to calculate arc delay limitsDavid Shah2018-12-061-3/+52
* timing_opt: Implement neighbour Bel finderDavid Shah2018-12-061-0/+77
* timing: Add criticality calculation to timing analysisDavid Shah2018-12-061-0/+42