| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [timing] Fix off-by-one error | Eddie Hung | 2019-02-11 | 1 | -1/+1 |
* | Merge pull request #226 from YosysHQ/190207 | Eddie Hung | 2019-02-09 | 1 | -2/+1 |
|\ |
|
| * | Fix slack_histogram computation accessing num_bins+1 | Eddie Hung | 2019-02-07 | 1 | -2/+1 |
* | | timing: Add --ignore-loops option | David Shah | 2019-02-05 | 1 | -1/+1 |
|/ |
|
* | timing: Path related fixes | David Shah | 2019-01-27 | 1 | -2/+1 |
* | timing: Fix critical path print | David Shah | 2018-12-13 | 1 | -10/+19 |
* | timing: Fix xclock crit calc and compiler warnings | David Shah | 2018-12-06 | 1 | -7/+5 |
* | timing_opt: Improve heuristics | David Shah | 2018-12-06 | 1 | -1/+6 |
* | timing_opt: Fix criticality and cost calculations | David Shah | 2018-12-06 | 1 | -0/+13 |
* | timing: Fixes to criticality calculation | David Shah | 2018-12-06 | 1 | -0/+16 |
* | clangformat | David Shah | 2018-12-06 | 1 | -3/+2 |
* | timing_opt: Fixes including single-move legality | David Shah | 2018-12-06 | 1 | -1/+7 |
* | timing_opt: Functions to calculate arc delay limits | David Shah | 2018-12-06 | 1 | -8/+9 |
* | timing_opt: Implement neighbour Bel finder | David Shah | 2018-12-06 | 1 | -0/+2 |
* | timing: Add criticality calculation to timing analysis | David Shah | 2018-12-06 | 1 | -2/+148 |
* | clangformat | David Shah | 2018-11-26 | 1 | -1/+1 |
* | Merge pull request #138 from YosysHQ/refactor_log | David Shah | 2018-11-26 | 1 | -14/+16 |
|\ |
|
| * | Add nonfatal error support and use for timing failures | David Shah | 2018-11-26 | 1 | -1/+1 |
| * | Change the log level of some timing-related messages | David Shah | 2018-11-21 | 1 | -14/+16 |
* | | timing: Improve crit path statistics | David Shah | 2018-11-16 | 1 | -2/+7 |
* | | ecp5: clangformat timing changes | David Shah | 2018-11-16 | 1 | -2/+0 |
* | | ecp5: Use speed-grade-specific delay estimate | David Shah | 2018-11-16 | 1 | -1/+0 |
* | | ecp5: Fix db import, improve timing data debugging | David Shah | 2018-11-16 | 1 | -1/+15 |
|/ |
|
* | clangformat | David Shah | 2018-11-16 | 1 | -10/+19 |
* | Improve message spacing | Eddie Hung | 2018-11-14 | 1 | -2/+7 |
* | Merge remote-tracking branch 'origin/master' into timingapi | Eddie Hung | 2018-11-14 | 1 | -1/+18 |
|\ |
|
| * | [timing] Path report to include pips when --verbose set | Eddie Hung | 2018-11-13 | 1 | -1/+18 |
* | | Timing fixes | David Shah | 2018-11-14 | 1 | -1/+14 |
* | | [timing] Crit path report to print out edges | Eddie Hung | 2018-11-13 | 1 | -3/+4 |
* | | timing: Fix compile warning | David Shah | 2018-11-12 | 1 | -1/+1 |
* | | timing: Add support for clock constraints | David Shah | 2018-11-12 | 1 | -3/+22 |
* | | ecp5: Update arch to new timing API | David Shah | 2018-11-12 | 1 | -2/+1 |
* | | timing: Fix Fmax for clocks with mixed edge usage | David Shah | 2018-11-12 | 1 | -10/+11 |
* | | archapi: Add getDelayFromNS to improve timing algorithm portability | David Shah | 2018-11-12 | 1 | -3/+3 |
* | | timing: Fix handling of clock inputs | David Shah | 2018-11-12 | 1 | -10/+17 |
* | | timing: Don't include false startpoints in async paths | David Shah | 2018-11-12 | 1 | -2/+8 |
* | | timing: Improve Fmax output and print cross-clock paths | David Shah | 2018-11-12 | 1 | -52/+130 |
* | | timing: Multiple clock analysis | David Shah | 2018-11-12 | 1 | -9/+25 |
* | | Working on multi-clock analysis | David Shah | 2018-11-12 | 1 | -173/+251 |
* | | Working on adding multiple domains to timing analysis | David Shah | 2018-11-12 | 1 | -33/+87 |
* | | timing: Working on a timing constraint API | David Shah | 2018-11-12 | 1 | -1/+2 |
|/ |
|
* | [timing] Fix combinational -> combinatorial | Eddie Hung | 2018-11-11 | 1 | -2/+2 |
* | [timing] Better messaging for failed timing analysis, allow --force to | Eddie Hung | 2018-11-11 | 1 | -1/+4 |
* | Merge pull request #88 from YosysHQ/issue72 | Eddie Hung | 2018-10-11 | 1 | -17/+6 |
|\ |
|
| * | [timing] Restore and skip false startpoints | Eddie Hung | 2018-09-15 | 1 | -17/+6 |
* | | clangformat | David Shah | 2018-10-01 | 1 | -3/+1 |
* | | ecp5: Debugging DRAM packing | David Shah | 2018-10-01 | 1 | -0/+18 |
|/ |
|
* | Fix for min_slack == max_slack => bin_size == 0 | Eddie Hung | 2018-08-22 | 1 | -4/+5 |
* | Fix MSVC compile | Miodrag Milanovic | 2018-08-09 | 1 | -0/+1 |
* | timing: Remove unused variable | David Shah | 2018-08-08 | 1 | -1/+0 |