aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Correct BUILD_TESTS description in CMakeLists.txtWladimir J. van der Laan2020-02-121-1/+1
|/
* Merge pull request #392 from se-bi/fix/ecp5/cmake-pathsDavid Shah2020-02-044-10/+10
|\
| * CI: not using a custom install prefix for prjtrellisJared Boone2020-02-042-2/+2
| * Rename cmake path variable TRELLIS_ROOT to TRELLIS_INSTALL_PREFIXSebastian Birke2020-02-042-7/+7
| * CMake: Changing the definition of TRELLIS_ROOT to point to root of lib, share...Jared Boone2020-02-041-5/+5
| * CI: Update prjtrellis referenceSebastian Birke2020-02-041-1/+1
|/
* Merge pull request #391 from YosysHQ/router2-upstreamDavid Shah2020-02-0414-14/+1424
|\
| * generic: Implement getRouteBoundingBoxDavid Shah2020-02-032-0/+26
| * router2: Improve flow and log outputDavid Shah2020-02-034-8/+15
| * router2: Add a simple timing heuristicDavid Shah2020-02-031-0/+27
| * ice40: Implement getRouteBoundingBox for router2David Shah2020-02-032-0/+26
| * Allow selection of router algorithmDavid Shah2020-02-038-7/+81
| * docs: Document getRouteBoundingBoxDavid Shah2020-02-031-0/+7
| * router2: Make magic numbers configurableDavid Shah2020-02-033-40/+86
| * ecp5: Improve bounding box accuracyDavid Shah2020-02-032-10/+34
| * router2: Fix case of undriven unsunk arcsDavid Shah2020-02-031-0/+2
| * ecp5: router2 main renameDavid Shah2020-02-031-1/+1
| * router2: Multi-thread in more casesDavid Shah2020-02-031-6/+32
| * router2: Flatten wire structureDavid Shah2020-02-031-79/+88
| * router2: Experiment with data structuresDavid Shah2020-02-031-36/+63
| * router2: Profile nets by route timeDavid Shah2020-02-031-0/+24
| * router2: ImprovementsDavid Shah2020-02-033-14/+19
| * router2: reduce bias cost factorDavid Shah2020-02-031-1/+1
| * router2: special case improvementDavid Shah2020-02-031-1/+1
| * router2: reduce memory footprintDavid Shah2020-02-031-21/+28
| * router2: debuggingDavid Shah2020-02-032-3/+12
| * router2: debuggingDavid Shah2020-02-031-1/+6
| * router2: first pass at reserved wiresDavid Shah2020-02-031-3/+65
| * router2: debugging some edge casesDavid Shah2020-02-031-10/+10
| * router2: speedupDavid Shah2020-02-031-1/+2
| * router2: Improve backwards routing of some casesDavid Shah2020-02-031-1/+27
| * router2: tweaksDavid Shah2020-02-031-3/+5
| * router2: Attempt to fix some stuck routing casesDavid Shah2020-02-031-9/+26
| * router2: DebuggingDavid Shah2020-02-031-1/+2
| * router2: Working on multithreadingDavid Shah2020-02-031-1/+59
| * router2: Some simple partitioningDavid Shah2020-02-031-0/+44
| * router2: Congestion map generationDavid Shah2020-02-031-0/+46
| * router2: Add IPIN cost to modelDavid Shah2020-02-031-1/+3
| * router2: Changes for ECP5David Shah2020-02-031-1/+19
| * ecp5: Router2 test integrationDavid Shah2020-02-033-1/+61
| * router2: Deal with some special casesDavid Shah2020-02-031-0/+10
| * router2: Binding nextpnr wires/pipsDavid Shah2020-02-031-6/+90
| * router2: Special backwards mode for gnd/vcc-like netsDavid Shah2020-02-031-3/+67
| * router2: Bounding box improvementsDavid Shah2020-02-031-8/+36
| * router2: nearly thereDavid Shah2020-02-031-8/+21
| * router2: Net data fixesDavid Shah2020-02-031-7/+29
| * router2: FixesDavid Shah2020-02-031-5/+28
| * router2: Add some test glueDavid Shah2020-02-032-27/+96
| * router2: A* main loopDavid Shah2020-02-031-8/+80
| * router2: helper functionsDavid Shah2020-02-031-3/+94