aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
* clangformatDavid Shah2018-11-164-25/+33
| | | | Signed-off-by: David Shah <dave@ds0.me>
* Improve message spacingEddie Hung2018-11-142-3/+8
|
* Merge remote-tracking branch 'origin/master' into timingapiEddie Hung2018-11-144-27/+48
|\
| * [placer1] Only perform slack redist if legalisedEddie Hung2018-11-131-4/+4
| |
| * [placer1] Only increase temperature if legaliser moved somethingEddie Hung2018-11-132-19/+23
| |
| * [common] Fix 'after after'Eddie Hung2018-11-131-2/+2
| |
| * [common] Fix typo in Loc::operator!=()Eddie Hung2018-11-131-1/+1
| |
| * [placer1] Fix require_legal polarityEddie Hung2018-11-131-3/+3
| |
| * [timing] Path report to include pips when --verbose setEddie Hung2018-11-131-1/+18
| |
* | Timing fixesDavid Shah2018-11-142-1/+15
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | [timing] Crit path report to print out edgesEddie Hung2018-11-131-3/+4
| |
* | [timing] Resolve another merge conflictEddie Hung2018-11-131-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into timingapiEddie Hung2018-11-135-725/+771
|\|
| * Merge pull request #107 from YosysHQ/router_improveEddie Hung2018-11-134-719/+765
| |\ | | | | | | Major rewrite of "router1"
| | * Minor router1 debug log improvementsClifford Wolf2018-11-131-2/+8
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * Improve router1 debug output, switch to nameOf APIsClifford Wolf2018-11-131-41/+44
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * Add more nameOf() convenience methodsClifford Wolf2018-11-132-2/+36
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * Various router1 fixes, Add BelId/WireId/PipId::operator<()Clifford Wolf2018-11-131-13/+62
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * Fix router1 check for ECP5David Shah2018-11-121-0/+5
| | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| | * clangformatClifford Wolf2018-11-111-170/+178
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * Another router1 bugfixClifford Wolf2018-11-112-63/+55
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * Add getConflictingWireWire() arch API, streamline getConflictingXY semanticClifford Wolf2018-11-112-105/+117
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * Ignore "duplicate" arcs in the same net in router1Clifford Wolf2018-11-111-1/+4
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * Add some additional checks to router1 to find issues in input netlistClifford Wolf2018-11-111-0/+23
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * Add getConflictingPipWire() arch API, router1 improvementsClifford Wolf2018-11-112-20/+43
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * Another bugfix in router1Clifford Wolf2018-11-111-1/+1
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * Bugfix in router1Clifford Wolf2018-11-111-3/+7
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * Minor improvements in router1Clifford Wolf2018-11-111-4/+9
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * Some router1 cleanupsClifford Wolf2018-11-101-12/+39
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * flush logs when throwing an assertion_failureClifford Wolf2018-11-101-0/+2
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * Add checkers and assertions to router1 and other improvementsClifford Wolf2018-11-102-42/+280
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * Fixes and cleanups in router1Clifford Wolf2018-11-101-10/+10
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * Fix log msg typoClifford Wolf2018-11-091-1/+1
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * Improve router console outputClifford Wolf2018-11-091-10/+13
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * Fixes and improvements in new routerClifford Wolf2018-11-092-16/+57
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * Essentially a rewrite router1Clifford Wolf2018-11-092-782/+341
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * Merge branch 'master' of github.com:YosysHQ/nextpnr into router_improveClifford Wolf2018-11-0913-45/+255
| | |\
| | * | Dispose of far too long routes earlier (use 3x est. delay as limit)Clifford Wolf2018-09-041-12/+21
| | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | | Merge pull request #105 from YosysHQ/placer1_tmg_ignoreClifford Wolf2018-11-131-6/+6
| |\ \ \ | | | | | | | | | | [placer1] Ignore timing of TMG_IGNORE nets
| | * | | [placer1] Tidy up logicEddie Hung2018-11-131-3/+3
| | | | |
| | * | | [placer1] Actually check for TMG_IGNORE!Eddie Hung2018-11-101-1/+1
| | | | |
| | * | | [placer1] Ignore timing of TMG_IGNORE netsEddie Hung2018-11-101-5/+5
| | | |/ | | |/|
* | | | timing: Fix compile warningDavid Shah2018-11-121-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | | | timing: Add support for clock constraintsDavid Shah2018-11-123-4/+35
| | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | | | ecp5: Update arch to new timing APIDavid Shah2018-11-121-2/+1
| | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | | | timing: Fix Fmax for clocks with mixed edge usageDavid Shah2018-11-121-10/+11
| | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | | | archapi: Add getDelayFromNS to improve timing algorithm portabilityDavid Shah2018-11-121-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | | | timing: Fix handling of clock inputsDavid Shah2018-11-121-10/+17
| | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | | | timing: Don't include false startpoints in async pathsDavid Shah2018-11-121-2/+8
| | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | | | timing: Improve Fmax output and print cross-clock pathsDavid Shah2018-11-123-54/+132
| | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>