aboutsummaryrefslogtreecommitdiffstats
path: root/common/timing_opt.cc
Commit message (Expand)AuthorAgeFilesLines
* opt-timing: Skip undriven netsgatecat2021-03-151-0/+2
* timing: Replace all users of criticality with new enginegatecat2021-03-041-34/+28
* Replace DelayInfo with DelayPair/DelayQuadgatecat2021-02-191-2/+2
* generic: Use IdStringList for all arch object namesD. Shah2021-02-021-1/+1
* ecp5: Proof-of-concept using IdStringList for bel namesD. Shah2021-02-021-5/+4
* Initial refactoring of placer API.Keith Rothman2021-02-021-1/+1
* Gowin target (#542)Pepijn de Vos2020-12-301-1/+1
* clangformatDavid Shah2020-05-161-3/+2
* 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