aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* | clangformatDavid Shah2019-02-082-2/+2
* | Merge branch 'ecp5func'David Shah2019-02-082-2/+13
|\ \
| * | router1: Print route timeDavid Shah2019-01-301-0/+4
| * | placer1: Add place time printDavid Shah2019-01-301-2/+9
* | | timing: Add --ignore-loops optionDavid Shah2019-02-052-1/+7
| |/ |/|
* | timing: Path related fixesDavid Shah2019-01-271-2/+1
|/
* command: Setup logging before attempting to create ContextDavid Shah2018-12-261-14/+14
* common/chain_utils: Don't allow overlapping chainsDavid Shah2018-12-191-1/+2
* timing: Fix critical path printDavid Shah2018-12-131-10/+19
* 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: Fix xclock crit calc and compiler warningsDavid Shah2018-12-061-7/+5
* 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-062-21/+49
* timing_opt: Fix criticality and cost calculationsDavid Shah2018-12-062-23/+30
* timing: Fixes to criticality calculationDavid Shah2018-12-062-3/+25
* clangformatDavid Shah2018-12-062-83/+92
* timing_opt: Fixes including single-move legalityDavid Shah2018-12-062-17/+60
* timing_opt: Debugging and integrationDavid Shah2018-12-062-14/+115
* timing_opt: Implement the BFS-based path optimisationDavid Shah2018-12-062-35/+154
* 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-063-11/+74
* timing_opt: Implement neighbour Bel finderDavid Shah2018-12-063-0/+83
* timing: Add criticality calculation to timing analysisDavid Shah2018-12-063-2/+220
* Renamed LogLevel members, to prevent issue with system defines on WindowsMiodrag Milanovic2018-12-053-17/+17
* rulecheck: Improve message printed at startDavid Shah2018-11-291-1/+1
* Fix compile on GCC 5.5 or olderMiodrag Milanovic2018-11-271-0/+10
* Print warning and error count at end of executionDavid Shah2018-11-264-2/+19
* timing: Improve clock constraint log outputDavid Shah2018-11-261-2/+6
* placer1: During initial placement, don't rip-up strongly binded cellsSylvain Munaut2018-11-261-2/+3
* clangformatDavid Shah2018-11-261-1/+1
* Merge pull request #138 from YosysHQ/refactor_logDavid Shah2018-11-267-122/+84
|\
| * Add nonfatal error support and use for timing failuresDavid Shah2018-11-264-3/+14
| * Change the log level of some timing-related messagesDavid Shah2018-11-213-16/+20
| * Refactor log code and add log file supportDavid Shah2018-11-214-105/+52
* | Merge pull request #139 from YosysHQ/fix_117David Shah2018-11-261-1/+6
|\ \
| * | router1: Fix unrouted, undriven netsDavid Shah2018-11-211-1/+6
| |/
* | python: Fixes to get net wires map workingDavid Shah2018-11-221-0/+7
* | python: Add wrapper for vectors to allow Python access to net.usersDavid Shah2018-11-223-4/+76
* | Merge pull request #122 from YosysHQ/ecp5_timingDavid Shah2018-11-221-1/+17
|\ \ | |/ |/|
| * 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
* | Add missing router1 ctx->yield() callsClifford Wolf2018-11-201-0/+2
* | Merge pull request #130 from smunaut/issue_127David Shah2018-11-202-8/+21
|\ \