aboutsummaryrefslogtreecommitdiffstats
path: root/common/timing.cc
Commit message (Expand)AuthorAgeFilesLines
* clangformatDavid Shah2019-03-221-3/+2
* HeAP: Add PlacerHeapCfgDavid Shah2019-03-221-1/+2
* placer1: TweaksDavid Shah2019-03-221-2/+1
* Add flag timing-allow-fail to allow PnR to pass with warningMiodrag Milanovic2019-03-041-0/+4
* timing: Fix negative slack overflow issueDavid Shah2019-02-251-2/+3
* ecp5: Router performance improvementsDavid Shah2019-02-251-0/+4
* [timing] Fix off-by-one errorEddie Hung2019-02-111-1/+1
* Merge pull request #226 from YosysHQ/190207Eddie Hung2019-02-091-2/+1
|\
| * Fix slack_histogram computation accessing num_bins+1Eddie Hung2019-02-071-2/+1
* | timing: Add --ignore-loops optionDavid Shah2019-02-051-1/+1
|/
* timing: Path related fixesDavid Shah2019-01-271-2/+1
* timing: Fix critical path printDavid Shah2018-12-131-10/+19
* timing: Fix xclock crit calc and compiler warningsDavid Shah2018-12-061-7/+5
* timing_opt: Improve heuristicsDavid Shah2018-12-061-1/+6
* timing_opt: Fix criticality and cost calculationsDavid Shah2018-12-061-0/+13
* timing: Fixes to criticality calculationDavid Shah2018-12-061-0/+16
* clangformatDavid Shah2018-12-061-3/+2
* timing_opt: Fixes including single-move legalityDavid Shah2018-12-061-1/+7
* timing_opt: Functions to calculate arc delay limitsDavid Shah2018-12-061-8/+9
* timing_opt: Implement neighbour Bel finderDavid Shah2018-12-061-0/+2
* timing: Add criticality calculation to timing analysisDavid Shah2018-12-061-2/+148
* clangformatDavid Shah2018-11-261-1/+1
* Merge pull request #138 from YosysHQ/refactor_logDavid Shah2018-11-261-14/+16
|\
| * Add nonfatal error support and use for timing failuresDavid Shah2018-11-261-1/+1
| * Change the log level of some timing-related messagesDavid Shah2018-11-211-14/+16
* | timing: Improve crit path statisticsDavid Shah2018-11-161-2/+7
* | ecp5: clangformat timing changesDavid Shah2018-11-161-2/+0
* | ecp5: Use speed-grade-specific delay estimateDavid Shah2018-11-161-1/+0
* | ecp5: Fix db import, improve timing data debuggingDavid Shah2018-11-161-1/+15
|/
* clangformatDavid Shah2018-11-161-10/+19
* Improve message spacingEddie Hung2018-11-141-2/+7
* Merge remote-tracking branch 'origin/master' into timingapiEddie Hung2018-11-141-1/+18
|\
| * [timing] Path report to include pips when --verbose setEddie Hung2018-11-131-1/+18
* | Timing fixesDavid Shah2018-11-141-1/+14
* | [timing] Crit path report to print out edgesEddie Hung2018-11-131-3/+4
* | timing: Fix compile warningDavid Shah2018-11-121-1/+1
* | timing: Add support for clock constraintsDavid Shah2018-11-121-3/+22
* | ecp5: Update arch to new timing APIDavid Shah2018-11-121-2/+1
* | timing: Fix Fmax for clocks with mixed edge usageDavid Shah2018-11-121-10/+11
* | archapi: Add getDelayFromNS to improve timing algorithm portabilityDavid Shah2018-11-121-3/+3
* | timing: Fix handling of clock inputsDavid Shah2018-11-121-10/+17
* | timing: Don't include false startpoints in async pathsDavid Shah2018-11-121-2/+8
* | timing: Improve Fmax output and print cross-clock pathsDavid Shah2018-11-121-52/+130
* | timing: Multiple clock analysisDavid Shah2018-11-121-9/+25
* | Working on multi-clock analysisDavid Shah2018-11-121-173/+251
* | Working on adding multiple domains to timing analysisDavid Shah2018-11-121-33/+87
* | timing: Working on a timing constraint APIDavid Shah2018-11-121-1/+2
|/
* [timing] Fix combinational -> combinatorialEddie Hung2018-11-111-2/+2
* [timing] Better messaging for failed timing analysis, allow --force toEddie Hung2018-11-111-1/+4
* Merge pull request #88 from YosysHQ/issue72Eddie Hung2018-10-111-17/+6
|\